# Detailed Challenge Period Start and Cancel Flow

## Detailed Challenge Period Start and Cancel Flow

* You missed sending the transaction to update the **6-month timeout**.
* Any beneficiary can send a transaction to **start the 3-month challenge period**.
* As the contract owner, you can send a transaction to **cancel the challenge period**.

## Detailed Distribution Period and Asset Transfer Flow

* You did **not** cancel the challenge period.
* Any beneficiary automatically retrieves wallet and ERC20 token address data, decrypting it with their private encryption key.
* Any beneficiary initiates a transaction to transfer **all assets** from the wallets to the CryptoLegacy contract.
* Beneficiaries can send transactions to **claim assets** according to their share (20%), delay (1 month), and distribution schedule (over 10 years).


---

# 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-flows/detailed-challenge-period-start-and-cancel-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.
