# Create a AMM Farm

Our permissionless farms allow anyone to create a farm on Cropper.

{% hint style="danger" %}
If you're thinking about creating a farm on Cropper, we strongly recommend that you carefully **read the entire guide** below before moving to the next step.
{% endhint %}

Important must reads for all providers before creating a new pool:

* All new farms must be linked to an AMM ID.
* Once created, new Farms will be immediately viewable on Cropper's Farm feature.
* Once created, all the rewards tokens will be vested on the farming smartcontract and, once vested, Cropper will not have the ability to return or refund the farm creator.
* Additionally, once the farm start date is set, we do not have the ability to change it.

## **How to create a Permissionless farm on Cropper**

{% hint style="info" %}
You must have an existing pool to start this process, if you need to create one please refere to this [tutorial](/cropperfinance/cropper-v1/create-a-permissionless-pool.md)
{% endhint %}

### Initialyze the farm&#x20;

First, you need to choose the token pairing.

![](/files/uxq5FRpfXKvb8d7RzlRY)

{% hint style="info" %}
If there is more than one pool you'll also need to choose which one you want to be linked to your farm. We recommend to use the biggest one.
{% endhint %}

![](/files/BbCbTgHw0y1xsLUDCjqs)

Then you will have to set the emission's period.

![](/files/TnXX9OfruQ5J2fMGu3Sv)

Once you've confirmed that your farm details have been successfully set, click on "Create a farm"

After clicking confirm, you will need to approve **THREE separate transactions** in your wallet. These transactions:

1. Initialize the farm
2. Add the rewards from your wallet.

After that you can click on "View farm" to go directly to your farm page. Your farm page will have a shareable link that you can use to share your farm with your community.

![](/files/twM1uMNzU3l4iulp0hge)


---

# 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.cropper.finance/cropperfinance/cropper-v1/create-a-permissionless-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.
