> 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/execution-scenarios.md).

# Execution Scenarios

- [Execution Scenarios: Introduction](https://docs.cryptolegacy.app/execution-scenarios/execution-scenarios-introduction.md)
- [Prologue: Why Absence Changes Everything](https://docs.cryptolegacy.app/execution-scenarios/prologue-why-absence-changes-everything.md): Self-custody breaks when you can’t act. CryptoLegacy defines how assets are transferred and recovered in that moment — with inheritance as a final execution case, not the starting point.
- [Chapter 0: Choosing the Right Path for Your Crypto Legacy](https://docs.cryptolegacy.app/execution-scenarios/chapter-0-choosing-the-right-path-for-your-crypto-legacy.md): Why predefined on-chain execution rules are necessary when the owner cannot act — and how CryptoLegacy differs from common approaches.
- [Chapter 1 – Privacy: How CryptoLegacy Shields You from Coercion](https://docs.cryptolegacy.app/execution-scenarios/chapter-1-privacy-how-cryptolegacy-shields-you-from-coercion.md): Privacy-by-design prevents coercion by hiding asset information until execution conditions are met.
- [Chapter 2 – Security: Keeping Your Assets Safe in Any Situation](https://docs.cryptolegacy.app/execution-scenarios/chapter-2-security-keeping-your-assets-safe-in-any-situation.md): Assets stay under owner control until strict on-chain conditions allow execution.
- [Chapter 3 – Flexibility: Rapidly Changing Investments](https://docs.cryptolegacy.app/execution-scenarios/chapter-3-flexibility-rapidly-changing-investments.md): Change assets and strategies freely without breaking recovery or execution logic.
- [Chapter 4 – Automation: Rules That Manage Execution](https://docs.cryptolegacy.app/execution-scenarios/chapter-4-automation-rules-that-manage-execution.md): Rules enforce execution when the owner cannot act, reducing coordination; actions still require authorized on-chain transactions.
- [Chapter 5 – Reliability: Ensuring Your Execution Plan Works as Intended](https://docs.cryptolegacy.app/execution-scenarios/chapter-5-reliability-ensuring-your-execution-plan-works-as-intended.md): Reliability comes from deterministic on-chain execution, not human availability.
- [Chapter 6 – Complexity: Why Simplicity Is the Key to Security](https://docs.cryptolegacy.app/execution-scenarios/chapter-6-complexity-why-simplicity-is-the-key-to-security.md): Fewer assumptions mean fewer failures when execution matters most.
- [Chapter 7 – Jurisdictional Risks: Navigating Legal Uncertainty Under Absence](https://docs.cryptolegacy.app/execution-scenarios/chapter-7-jurisdictional-risks-navigating-legal-uncertainty-under-absence.md): On-chain execution reduces dependence on courts and jurisdictions.
- [Chapter 8 – Costs: Balancing Security and Your Bottom Line](https://docs.cryptolegacy.app/execution-scenarios/chapter-8-costs-balancing-security-and-your-bottom-line.md): Predictable on-chain costs replace hidden costs of failed execution.


---

# 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:

```
GET https://docs.cryptolegacy.app/execution-scenarios.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.
