> For the complete documentation index, see [llms.txt](https://hxz-1.gitbook.io/redelegator-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hxz-1.gitbook.io/redelegator-finance/mission/why-zero-custody-execution.md).

# Why Zero-Custody Execution?

An agent that holds your funds — even briefly — is a custodian, with all the risk that implies. Redelegator is built so the **outcome never sits with an agent**.

<figure><img src="/files/IjI4yVxJXymNKvnBHK8Q" alt=""><figcaption></figcaption></figure>

When a redeem confirms, the deployer agent swaps the capped USDC via LI.FI with the **user's connected wallet as the recipient**. The staked or swapped asset (e.g. wstETH) appears directly in MetaMask. The only thing an agent ever touches is the capped USDC for the seconds the swap takes, and the route is fixed before it runs.

> The agent is a router, not a vault. It can move the budget along a fixed path — it can never keep the result.


---

# 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://hxz-1.gitbook.io/redelegator-finance/mission/why-zero-custody-execution.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.
