> 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/the-agents/deployers.md).

# Deployers

Deployers turn a capped budget into a real position and deliver the result to the user's wallet. Liquid Staking and the Yield Agent run as `Stateless7702` smart accounts (keys server-side only); the Uniswap LP position is built and signed directly by your own wallet.

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

* **Liquid Staking (Lido)** — receives its leg, swaps USDC → wstETH via LI.FI with the **user as recipient**; the detail panel shows Lido's real stETH APR (7-day average + sparkline)
* **Yield Agent (LI.FI Earn)** — routes the leg into a real Earn vault on Base; the panel shows live vault APY/TVL with token and protocol logos
* **Uniswap LP** — builds a Uniswap **v3** position via `@uniswap/v3-sdk` (`NonfungiblePositionManager`), reading pool `slot0`/liquidity on-chain and returning a ready-to-sign mint. **You sign it from your own wallet and the LP NFT is yours** — it is not routed through the redelegation chain. The panel shows live Base pools (APY/TVL) from DeFiLlama.

Each detail panel is read-only **live protocol data**. Liquid Staking and the Yield Agent execute through the capped, attenuated delegation chain; Uniswap LP is signed straight from your own wallet.

> A deployer is the last narrowing hop: it spends exactly its leg, and the asset lands with the user — never the agent.


---

# 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/the-agents/deployers.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.
