> For the complete documentation index, see [llms.txt](https://zardoz.gitbook.io/zardoz-docs-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zardoz.gitbook.io/zardoz-docs-1/farm-uniswap-v3.md).

# Farm (Uniswap V3)

## Farm (Uniswap V3)

[/farm](https://zardoz.fun/farm) is for **earning trading fees as liquidity provider** — not for quick flips.

Farm also hosts the **Launch fees** tab for creator fee claims (see Claiming fees).

***

### UI walkthrough

#### Pair, fee tier & range

![Pair, fee tier, liquidity distribution](https://zardoz.fun/docs/refs/01-pair-fee-liquidity.png)

Pick a token with a live WETH pool → select **fee tier** (100 / 500 / 3000 / 10000 bps) → set **price range** with presets or custom ticks.

The liquidity distribution chart shows where your capital sits relative to spot price.

#### Deposit & auto-compound

![Deposit amounts and auto-compound](https://zardoz.fun/docs/refs/02-deposit-autocompound.png)

Enter ETH (and token if balanced range) → review APR estimate → optional **auto-compound** and **rebalance** toggles for automated fee reinvestment.

#### New position — balanced range

![New position balanced](https://zardoz.fun/docs/refs/03-new-position-balanced.png)

On an **existing pool**, deposit into a balanced range around current price.

#### New position — initialize pool

![Initialize pool + initial price](https://zardoz.fun/docs/refs/04-new-position-init-price.png)

When no pool exists yet, set **initial price** and initialize the V3 pool before adding liquidity.

#### Positions dashboard

![Positions list](https://zardoz.fun/docs/refs/05-positions-dashboard.png)

**My Positions** lists open NFTs:

* Accrued fees (token0 / token1)
* In-range vs out-of-range status
* Claim / compound / close actions
* Automated badge when auto-compound enabled

***

### Flow summary

1. **Select token** with live ETH pool (or initialize new pool)
2. **Fee tier** — must match pool; meme launches often use **1% (10000)**
3. **Price range** — narrow = higher fee capture when in range; wider = less rebalance
4. **Deposit** — position NFT minted to **your wallet** (Zardoz never custodies NFTs)
5. **Manage** — claim, compound, add, or close partial/full

***

### Robinhood mainnet DEX addresses

| Contract           | Address                                      |
| ------------------ | -------------------------------------------- |
| WETH               | `0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73` |
| Uniswap V3 factory | `0x1f7d7550B1b028f7571E69A784071F0205FD2EfA` |
| NPM (positions)    | `0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3` |
| SwapRouter02       | `0xCaf681a66D020601342297493863E78C959E5cb2` |

Instant-launched tokens use WETH pairs on the same V3 deployment.

***

### Range risk

{% hint style="info" %}
If spot price exits your `[tickLower, tickUpper]` range, you stop earning fees until price returns or you rebalance.
{% endhint %}

Always check range vs current price before depositing size.

***

### Launch fees tab

Same claims as Portfolio → Launch fees for Instant, NOXA, Flap, and supported external pads. Connect fee-owner wallet.

Next: Claiming fees · Trading


---

# 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, and the optional `goal` query parameter:

```
GET https://zardoz.gitbook.io/zardoz-docs-1/farm-uniswap-v3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
