> 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/inroduction/key-features.md).

# Key Features

## Key Features

### 1. Attenuated Redelegation

Authority is granted once at the root and **narrowed at every hop** down the agent chain. A hop can reduce a spend cap; it can never raise it.

<figure><img src="/files/9wUDoEWqpgSPcZbPSD37" alt=""><figcaption></figcaption></figure>

* Every delegation carries an `Erc20TransferAmount` caveat
* Enforced on-chain by the DelegationManager (ERC-7710)
* No agent can spend beyond the cap it was handed

### 2. One-Signature Intent (EIP-7715)

The user signs **one** off-chain permission. Everything after that single grant is autonomous.

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

* `wallet_requestExecutionPermissions` — an `erc20-token-periodic` grant for USDC
* Sized `budget + fee headroom`, 24-hour period, 1-hour expiry
* Off-chain EIP-712 — no gas to sign

### 3. AI Reasoning (Venice)

The Orchestrator turns a plain-language intent into a validated, scoped strategy.

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

* Venice AI (`qwen3-235b-a22b-instruct-2507`), strict JSON schema
* Output is a zod-validated `Strategy`: budget, allocations, split ratios, spend caps
* Deterministic fallback if the model is unavailable

### 4. Zero-Custody Outcomes

The resulting asset is sent **directly to the user's wallet** — agents never hold the outcome.

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

* The final swap sets `toAddress` to the connected wallet
* Agents touch the capped USDC only for the seconds a swap takes
* The route is fixed before execution

### 5. Stablecoin Gas (1Shot)

Redemption is gasless for the user — the relayer pays gas and takes its fee in USDC.

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

* 1Shot public relayer redeems the full delegation chain on-chain
* Fee paid in USDC (\~0.05 headroom) — no ETH needed from the user
* `estimate → fee-adjust → send`, then poll until confirmed

### 6. Live Agent Graph

A radial graph on a pannable canvas animates with the live run state.

<figure><img src="/files/ffMdkqAzqh38iFA55vj5" alt="" width="315"><figcaption></figcaption></figure>

* Node rings and spokes light up hop by hop (amber = active, emerald = done, red = revoked)
* Clickable agents open a sliding panel with **live protocol data**
* A full-screen activity card streams every step with BaseScan links

### 7. Revocable Kill-Switch

One click disables the root delegation on-chain; the entire agent chain dies with it.

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

* `disableDelegation` on the DelegationManager
* Instantly disables every agent downstream
* The user keeps control at all times


---

# 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/inroduction/key-features.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.
