> For the complete documentation index, see [llms.txt](https://docs.cryptolegacy.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptolegacy.app/detailed-flows.md).

# Detailed Flows

- [CryptoLegacy Example Flow Overview](https://docs.cryptolegacy.app/detailed-flows/cryptolegacy-example-flow-overview.md)
- [Detailed Contract Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-contract-setup-flow.md): CryptoLegacy sets beneficiaries, secures asset distribution, encrypts data, and stores backups safely on blockchain.
- [Detailed Guardians Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-guardians-setup-flow.md): CryptoLegacy assigns guardians, sets approval thresholds, encrypts guardian data, stores backups, and tests access securely on-chain.
- [Detailed Challenge Period Start and Cancel Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-challenge-period-start-and-cancel-flow.md): CryptoLegacy lets beneficiaries start challenges, transfer assets securely after owner timeout, and claim their shares.
- [Detailed Recovery Setup Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-recovery-setup-flow.md): CryptoLegacy sets recovery addresses with encryption, stores hashed data securely on-chain, and grants direct emergency access if needed.
- [Detailed Guardians Emergency Asset Withdrawal and Distribution Start](https://docs.cryptolegacy.app/detailed-flows/detailed-guardians-emergency-asset-withdrawal-and-distribution-start.md): Guardians initiate emergency withdrawal; if owner doesn’t cancel in 5 days, guardians decrypt wallet data and transfer all assets on-chain.
- [Detailed Recovery Emergency Asset Withdrawal](https://docs.cryptolegacy.app/detailed-flows/detailed-recovery-emergency-asset-withdrawal.md): CryptoLegacy allows emergency recovery; two recovery addresses confirm transactions, automatically withdrawing all assets securely.
- [Detailed Cross-chain Contract Copy Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-cross-chain-contract-copy-flow.md): Create and replicate CryptoLegacy contracts across chains with identical settings, and set up Guardians and Recovery per chain.
- [Detailed Cross-chain NFT Mint, Lock, and Unlock Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-cross-chain-nft-mint-lock-and-unlock-flow.md): Mint an NFT to skip DAO donations cross-chain; auto-locks 5 months per action; unlock via Ethereum after confirming on all chains.
- [Detailed Admin Functions Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-admin-functions-flow.md): Transfer ownership, pause/unpause contracts, manage token approvals, and securely move locked NFTs cross-chain via Ethereum.
- [Detailed Beneficiary Claim Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-beneficiary-claim-flow.md): Beneficiaries claim tokens per shares/delays; claims auto-adjust if token balances change via rebase or plugin logic.
- [Detailed Plugin Management Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-plugin-management-flow.md): Manage CryptoLegacy plugins securely; owner adds/removes before distribution; beneficiaries can manage plugins with approvals.
- [Detailed DAO Donation Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-dao-donation-flow.md): DAO donations support lifetime NFT access or per-contract payments, unlocking features and ensuring project sustainability.
- [Detailed Referral Program Flow](https://docs.cryptolegacy.app/detailed-flows/detailed-referral-program-flow.md): Cross-chain referral codes let users earn commissions and offer discounts on DAO donations, promoting growth without speculation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cryptolegacy.app/detailed-flows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
