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

# Farming

## Introduction

We have developed a farming pool proposal with the aim of offering a sustainable avenue for cryptocurrency investors to generate passive income. Through the utilization of liquidity pooling and yield farming strategies, we are confident that our farming pools proposal can provide superior returns and minimize risks when compared to conventional investment options.

To ensure the utmost security and transparency, our proposal will be audited by Hacken.io.&#x20;

In our pursuit of yield farming, we will adhere to a community-driven governance model, where decisions will be made in the best interest of our users.

## Description

The farming pool serves as a liquidity mining mechanism that empowers liquidity pool creators to distribute additional tokens from their project to users.

Within the farming pool, users have the opportunity to stake their liquidity in a liquidity pool and, in return, receive LP tokens. These LP tokens can then be further staked in the farming pool contract, where users will be rewarded with additional tokens as an incentive.<br>

To establish a farm pool on WhiteSwap, any user can complete a request form. Within this form, users need to specify their desired existing liquidity pool on WhiteSwap and provide the corresponding link. Additionally, users must choose a reward token from a linked pair of liquidity pools, selecting either token A or token B as a reward token to distribute. It is also necessary to indicate the start and end dates of the farming pool and commit to locking up a minimum of 5000 WSD tokens for at least one year or for the entire duration of the farming pool if it extends beyond one year. Once the expiration date is reached, users can retrieve their tokens.\
\
The WhiteSwap team will deduct 5% of the 5000 WSD tokens as the protocol revenue, that will further be redistributed back to WSD token holders after the upcoming WSD staking update.<br>

The farming pools update proposal will be live for your vote shortly.


---

# 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.ws.exchange/core-concepts/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.
