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

# Overview

<div align="center"><figure><img src="/files/hSBTOesLv90ByP0LwEeA" alt=""><figcaption></figcaption></figure></div>

**Redelegator Finance** is an autonomous DeFi portfolio manager built on **agent-to-agent (A2A) redelegation**. A user states an intent in plain language — *"Stake my USDC on Lido"* — signs **one** scoped permission, and a chain of specialist agents coordinates on **Base mainnet** to execute it: reasoning with AI, narrowing authority at every hop, paying gas in stablecoin, and delivering the resulting asset **straight back to the user's wallet**.

No agent ever holds the user's funds. Authority flows down a chain of agents and **every hop can only narrow it — never widen it** — using MetaMask's Delegation Framework (ERC-7710 / ERC-7715 + EIP-7702 smart accounts).

<figure><img src="/files/88Uu5B4cemkuE1azawJw" alt=""><figcaption></figcaption></figure>

> One intent. One signature. Authority only narrows — and the result lands in your wallet.

Built for the **MetaMask Smart Accounts Kit × 1Shot API × Venice AI** hackathon — *Best A2A Coordination* track. Everything runs live on Base mainnet (chainId 8453) and has been executed end-to-end: real USDC in, real wstETH back in the user's wallet.


---

# 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/overview.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.
