> For the complete documentation index, see [llms.txt](https://docs.eggs.cool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eggs.cool/platforms/eggswap-token-menu.md).

# EggSwap Token Menu

The Farm only works with tokens from EggSwap pools.

![The farm.](/files/-MKBSxa244pr30D4aURX)

Users enter into the farms of their choice. When farming users will receive a new distribution of **Egg** with every block. In the first two weeks of launch the rewards were 1000 Egg per block, divided by the proportional share of the pool. The exception to this was the "Egg Party!" pool which had an additional 2x bonus. After the first two weeks the reward is set to drop to 100 Egg per block. The APY calculation is based on the return in EXP to the daily USD value, based on current block return annualized. It is not a fixed return, it is not a promised return, it is not financial advice. It is based on EXP returns.

#### If I am deposited into the "Farm" it says I don't have liquidity on exchange.eggs.cool/#/pool <a href="#if-i-am-deposited-into-the-farm-it-says-i-dont-have-liquidity-on-exchange-sushiswapclassic-org-pool" id="if-i-am-deposited-into-the-farm-it-says-i-dont-have-liquidity-on-exchange-sushiswapclassic-org-pool"></a>

Correct. The exchange.eggs.cool/#/pool page only scans your wallet for ELP tokens.

If you have deposited your ELP tokens into a farm (which is a separate contract) then the exchange will not see them. However, you **ARE** still providing liquidity and will still get you 0.25 LP trade fee reward when withdrawing.[<br>](https://help.sushidocs.com/)<br>


---

# 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://docs.eggs.cool/platforms/eggswap-token-menu.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.
