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

# Farm

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

The core farm receives 50% of the daily IMPLS emissions and distributes them among the farm participants. To participate in the farm users provide liquidity tokens (PLP) for the IMPLS/WPLS pair. You can create this LP token by using the PulseX.com add liquidity page [here](https://app.pulsex.com/add/0x5f63BC3d5bd234946f18d24e98C324f629D9d60e/PLS). You can find the core farm on the Stake page [here](https://impls.finance/stake).

The core farm rewards are not compounded like vaults, participants are rewarded in IMPLS. The farm offers a great return to users and helps secure long term liquidity for the protocol. The core farm will be one of the best ways to earn money from IMPLS.finance for our users since it receives 50% of the daily emissions.


---

# 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://impls.gitbook.io/impls/protocol/farm.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.
