# Creating a Farming Pool

To create a farming pool from an existing liquidity pool on FusySwap, follow these steps:

{% embed url="<https://youtu.be/ZAX94DCq5Mw?feature=shared>" %}

#### Step-by-Step Guide to Creating a Farming Pool

1. **Access Your Positions**
   * Begin by navigating to the "Farming" section on the FusySwap platform. Under "Your Positions," you'll see the liquidity pools that you have already provided liquidity for. These will display details like the total pool tokens, the pooled FusyTest token, the pooled Taraxa token, and your pool share.
2. **Select Liquidity Pool**
   * Choose the liquidity pool that you want to use to create a farming pool. This pool should already have liquidity tokens available, as shown in the "Your positions" section.
3. **Create Farm**
   * Click on the **Create Farm** button located next to your selected liquidity pool.
4. **Configure Farm Settings**
   * In the "Create Farm" window, you will need to select the reward token that will be distributed to users who stake their liquidity pool tokens in this farm.
   * Next, define the duration of the farming pool by entering the time period. This can range from 1 day (1D) to several years (4Y), depending on how long you want the farming rewards to be distributed.
   * Once you have selected the reward token and the duration, click **Create Farm** to proceed.
5. **Confirmation**
   * After you create the farm, a confirmation screen will appear, indicating that the farm has been successfully created. Click **OK** to finalize the process.
6. **View and Manage Your Farm**
   * Once the farm is created, it will be listed in the "Farming" section. Here, you can view details such as the APY, total rewards per day, and the end date of the farm. Users will now be able to stake their liquidity tokens in your farm to start earning the reward tokens you have specified.


---

# Agent Instructions: 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://fusyapp.gitbook.io/fusyapp/products/farming-pool/creating-a-farming-pool.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.
