Time-Planned

Same as the immediate inheritance except:

After Initial Setup via DApp Interface: Wallet 1 then grants base token allowances to Wallet 2

The following will happen:

  • The smart contract continuously monitors on-chain activity from Wallet 1.

  • If Wallet 1 remains inactive for a user-defined period (e.g., 30, 60, 120 days), Wallet 2 becomes eligible to initiate the inheritance claim.

  • Alternatively, if the user selects the "Immediate Inheritance" option during setup, Wallet 2 is authorized to claim the approved tokens at any time, without requiring an inactivity threshold.

🔍 Activity is typically determined by Wallet 1’s on-chain interactions, such as transactions, contract calls, or token movements.

If all conditions are met, the contract executes the transfer of approved base tokens from Wallet 1 to Wallet 2, using the previously granted allowance.

Last updated