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

# Roadmap

<figure><img src="/files/QkzxYHYBKDh3ul8VexrT" alt="" width="225"><figcaption></figcaption></figure>

| Agent              | Protocol   | Role                                                                                              | Status  |
| ------------------ | ---------- | ------------------------------------------------------------------------------------------------- | ------- |
| **Orchestrator**   | Venice AI  | Receives the root grant, turns intent into a validated strategy, redelegates a narrowed budget    | Live    |
| **Dex Aggregator** | LI.FI      | Routing hub — routes through LI.FI's DEXs + bridges on Base; redelegates per-leg budgets onward   | Live    |
| **Liquid Staking** | Lido       | Deployer — output is wstETH to the user                                                           | Live    |
| **Yield Agent**    | LI.FI Earn | Deployer — routes into real Earn vaults on Base                                                   | Live    |
| **Uniswap LP**     | Uniswap v3 | Builds a Uniswap v3 LP position via the v3 SDK, signed from your own wallet — the LP NFT is yours | Stretch |
| **Risk Guardian**  | —          | Monitors the chain and holds revoke authority                                                     | Stretch |
| **Ondo RWA**       | Ondo       | Real-world-asset allocation                                                                       | Stretch |

**Live now:** intent → reasoning → one signature → redelegation chain → gasless redemption → asset in your wallet, end-to-end on Base mainnet.

**Stretch:** Uniswap LP (v3 SDK, signed by your own wallet), Risk Guardian (monitoring + revoke), and Ondo RWA exposure.


---

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