> 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-attenuated-redelegation.md).

# Why Attenuated Redelegation?

A blank-check approval is convenient and dangerous: the agent can move the whole balance, and the only thing stopping it is its own code. Redelegator inverts that. Authority is a budget that **shrinks** as it passes from agent to agent, and the shrinking is enforced by the chain — not by trust.

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

Each hop signs a new delegation that points back to its parent and adds an `Erc20TransferAmount` caveat sized to exactly what the next leg needs. The DelegationManager verifies the whole chain when it redeems, so a compromised middle agent **cannot** grant more than it received.

> Attenuation turns "trust the agent" into "the math won't let it overspend."


---

# 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-attenuated-redelegation.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.
