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

# LemonFarm

<figure><img src="/files/BYYSIrcHn1umbccNTGDs" alt="" width="188"><figcaption></figcaption></figure>

LemonFarm is LeMONAD’s liquidity farming protocol, designed to reward users who provide liquidity to the ecosystem. By staking LP tokens earned on LemonSwap, participants receive **LEMON** rewards proportional to their contribution. The system is transparent, non-custodial, and fully on-chain.

LemonFarm aligns long-term liquidity with token incentives, ensuring healthy trading conditions while offering predictable, real-time rewards to liquidity providers.

### How LemonFarm Works

Participation in LemonFarm follows a simple, permissionless flow:

1. **Provide Liquidity**\
   Users supply tokens to supported trading pairs on LemonSwap and receive LP tokens representing their share of the pool.
2. **Stake LP Tokens**\
   LP tokens are deposited into LemonFarm smart contracts.
3. **Earn LEMON**\
   Rewards accumulate continuously based on the user’s proportional stake and the current emission rate.
4. **Harvest Rewards**\
   Accrued LEMON can be claimed at any time without penalties or waiting periods.

LP tokens can be withdrawn at any time, providing full flexibility for liquidity providers.

### Active Farming Pools

LemonFarm launches with a focused liquidity incentive strategy:

| Pool           | Reward Allocation |
| -------------- | ----------------- |
| LEMON / MON LP | 100% of emissions |

Additional pools may be introduced as ecosystem liquidity grows.

### Key Features

#### Real-Time Reward Accrual

LEMON rewards accumulate continuously and are visible at all times. There are no hidden vesting schedules or delayed payouts.

#### Transparent APR

Each farm displays a live APR calculated from:

* Current LEMON emission rate
* Total value locked in the pool
* Market price of LEMON

All inputs are visible on-chain or within the Farm interface.

#### Flexible Harvesting

Users may harvest rewards from individual pools or collect from all active farms with a single transaction.

### Emissions and Distribution

* **Emission Rate:** Dynamic and visible in the Farm UI
* **Distribution Model:** Rewards are distributed proportionally to each participant’s share of the pool
* **Lock-Ups:** None
* **Withdrawals:** LP tokens may be withdrawn at any time

This model ensures fair reward allocation while preserving capital flexibility.

### Getting Started

1. Navigate to **LemonSwap** and add liquidity to a supported pair
2. Receive LP tokens representing your liquidity position
3. Visit the **LemonFarm** interface
4. Approve and stake LP tokens
5. Monitor and harvest LEMON rewards at your discretion

By rewarding liquidity provision through transparent, flexible incentives, LemonFarm strengthens the core trading infrastructure of LeMONAD while enabling users to grow their LEMON holdings in a sustainable and permissionless manner.


---

# 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://lemonad.gitbook.io/lemonad-docs/lemonfarm.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.
