# How to - Create a farm

1\) Figure out what kind of LP is being incentivized, is it a Variable or Stable LP?&#x20;

2\) Based on the type of LP, you would go to either [Variable GaugeProxy](https://ftmscan.com/address/0xfe1C8A68351B52E391e10106BD3bf2d0759AFf4e#code) or [Stable GaugeProxy](https://ftmscan.com/address/0xad29B1060Dded121F4596b09F13Fa44c9d62BB49#code) to create the farm.

3\) Check if your token is verified to create a farm. Use the function, `verifiedTokens`\
![](/files/uXkXvl8stAZ4fmO4EMTk)

4\) *If the response is true*, then you can create a farm through the UI. *If response is false*, then you as a protocol will need to post a proposal on snapshot where the community can vote on it. Once the vote is passed then the multi-sig can add your token to the verified list and the UI will be updated.

5\) Once your token is verified, then go to the 'Farms' page and click on the 'Create Farm' button top right.\
![](/files/03bEUvcDKiYN24FtyiRj)

6\) Make sure you already created a LP for your token with base token (FTM for variable , USDC for stable LP).

7\) Select the type of LP and select your token from the list.

![](/files/LHzcw5GXZRXFEuKV2SdN)

8\) Make sure you hold 1% of inSPIRIT supply to create a farm. The number you need is shown on the UI:\
![](/files/aT6aQmASbHrrcq8DqzV0)

9\) Once you have the appropriate balance, review the final info and create a farm! You'll see your farm on the Farms and inSPIRIT voting page now!

Once you have created the farm, you need to do these 3 steps -&#x20;

[1) Verify the Gauge Contract](/spiritswap-v2/soullys-how-to/how-to-verify-contracts/verify-gauge-contract.md)

2\) Setup automation for collecting fees for your farm *(Optional)*

### **Congrats! You are done 😊**


---

# 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://docs.silverswap.io/spiritswap-v2/soullys-how-to/how-to-create-a-farm.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.
