Permissions
Claims are address-bound.
Only the configured heir can activate inheritance for a vault after the required timing condition has matured.
Security model
The public site should explain the security posture without pretending to be a full audit report. These are the core ideas users need before using the dApp.
Permissions
Only the configured heir can activate inheritance for a vault after the required timing condition has matured.
Timing
The owner check-in timestamp, inactivity period, and grace period define whether the vault is active, in grace, or claimable.
Custody
User funds are controlled through owner and heir flows, not a centralized inheritance operator.
Edges
Most user confusion happens around state transitions. These are the moments Vestige makes intentionally sharp.
Freeze
Deposits, withdrawals, settings updates, and check-ins are no longer the normal owner path once inheritance timing has matured.
Granular
ERC20 balances are claimed one token at a time, keeping claim transactions bounded and easier to reason about.
Cleanup
After assets are drained, the vault can be cleaned up so the owner can create a fresh vault lifecycle.
Review
Users should verify addresses, amounts, network, and receiver details before signing any transaction.
No. The claim path is defined by the vault state and configured heir address. A centralized operator should not be able to override that path.
A valid check-in refreshes the owner signal while the vault is not yet claimable. That moves the timing window forward and keeps heir claims locked.
Granular token claims avoid one expensive or unusual token transfer blocking the whole inheritance flow.