Detailed Beneficiary Claim Flow

Beneficiaries claim tokens per shares/delays; claims auto-adjust if token balances change via rebase or plugin logic.

  • You did not cancel the challenge period.

  • Beneficiaries automatically retrieve your wallet and ERC20 token address data, decrypting it with their private encryption keys.

  • After distribution begins, any Beneficiary can initiate a transaction to transfer all assets from your main wallets to the CryptoLegacy personal contract. This transaction also records the block number of the transfer in the CryptoLegacy contract and logs transfer details in the transaction event.

  • Beneficiaries can submit transactions to claim assets according to their share (in this example, 20%), delay (in this example, 1 month), and distribution schedule (in this example, 10 years).

  • Initial token distribution amounts are recorded in the contract at the time of transfer.

  • Each Beneficiary’s claimed token amounts are tracked and recorded within the contract.

  • Beneficiaries can claim all available tokens at once or individually per token by submitting transactions.

  • If token balances change due to rebases (e.g., stETH) or custom claim logic added via a plugin, initial distribution amounts automatically adjust based on the current contract balance and previously claimed amounts.

Last updated