> 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/security-model/scoped-and-expiring-grant.md).

# Scoped & Expiring Grant

The root authority is **not** a blanket approval. It is a single EIP-7715 execution permission, scoped tightly along three axes.

<figure><img src="/files/7vpyEjeeUw3s6js5sAG5" alt="" width="235"><figcaption></figcaption></figure>

* **Per token** — an `erc20-token-periodic` permission for USDC only
* **Per period** — sized `budget + fee headroom`, reset on a 24-hour period
* **Expiring** — a 1-hour expiry on the grant itself

The grant is signed off-chain (EIP-712, no gas). The returned context is decoded with `decodeDelegations` into the signed root delegation that seeds the whole chain. Because the grant is periodic and short-lived, even an unused permission lapses on its own.

> A scoped, expiring grant is the difference between "spend up to X of one token this hour" and "spend anything, forever."


---

# 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/security-model/scoped-and-expiring-grant.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.
