> For the complete documentation index, see [llms.txt](https://paragon-protocol.gitbook.io/paragon-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paragon-protocol.gitbook.io/paragon-protocol/core-products/yield-farming.md).

# Yield Farming

### What You Earn

When farming on Paragon, rewards come from three sources:

***

#### 1. LP Trading Fees

Every swap generates a fee:

* **0.20% base fee**
* **0.17% → LPs**
* **0.03% → Protocol (POL / treasury)**

👉 You earn:

* proportional to your share of the pool
* continuously as trades occur

***

#### 2. Farm Rewards (XPGN Emissions)

Paragon distributes XPGN emissions to active farms.

**Key points:**

* emissions are focused on core pools (e.g. XPGN / USDT)
* rewards are distributed to liquidity providers
* emission direction is controlled by veXPGN governance

📌 See **Tokenomics** for full emission details

***

#### 3. Execution-Based Rewards

When trades are routed through Paragon’s execution layer, pools used in routing may receive additional rewards.

👉 Key points:

* rewards depend on actual usage
* not all trades generate additional rewards
* varies based on execution conditions

📌 See **Surplus & Rebates** for full mechanics

***

### The Paragon Yield Model

Paragon separates value into three layers:

***

#### 🌱 Emissions (Growth)

* XPGN distributed to farms
* incentivizes liquidity and participation

***

#### 💸 Fees (Value Capture)

* protocol share of trading fees
* used for buybacks and Protocol-Owned Liquidity

***

#### ⚡ Execution (Efficiency)

* improved routing can generate additional value
* shared across participants

***

👉 Result:

A system combining growth, sustainability, and activity-driven rewards.

***

### Example (Simplified)

You provide liquidity to **XPGN / USDT**.

You may earn:

* LP trading fees
* XPGN farm rewards
* additional rewards when your pool is used in execution

***

### ⚠️ Impermanent Loss (IL)

Liquidity providers may experience Impermanent Loss:

* caused by price divergence between tokens
* may reduce value compared to holding assets separately

***

**Offset by:**

* trading fees
* emissions
* additional rewards (when applicable)

***

### How Rewards Are Paid

**LP Fees**

* accumulate in the pool
* realized when liquidity is removed

***

**XPGN Emissions**

* distributed continuously
* claimable via the Farms interface

***

**Execution-Based Rewards**

* generated based on routing usage
* claimable depending on implementation

***

### veXPGN (Governance Layer)

Locking XPGN into veXPGN allows users to:

* influence emissions
* participate in governance
* align with long-term protocol growth

📌 See **veXPGN (Locking & Power)** for details

***

### Current Parameters

* base fee: **0.20%**
* LP share: **0.17%**
* protocol share: **0.03%**
* emissions: focused on core pools

***

### ⚠️ Risks

* Impermanent Loss
* variable APR (depends on volume and emissions)
* emissions may change via governance
* execution-based rewards depend on usage

***

### FAQ

**Where do emissions go?**\
→ Core farms and ecosystem incentives

***

**Are fees distributed as rewards?**\
→ LPs earn trading fees; protocol share is used for treasury functions

***

**Can I unstake anytime?**\
→ Yes, unless a specific pool defines additional conditions

***

### Summary

Paragon Farming combines:

* trading fees
* emissions
* execution-based incentives

It is designed to align rewards with actual protocol activity rather than relying solely on inflation.


---

# 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://paragon-protocol.gitbook.io/paragon-protocol/core-products/yield-farming.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.
