# Detailed Beneficiary Claim Flow

* 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cryptolegacy.app/detailed-beneficiary-claim-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
