> For the complete documentation index, see [llms.txt](https://whitepaper.earn.network/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.earn.network/en/1.-defi-staking/for-pool-creators/pool-creation-process.md).

# Pool Creation Process

### Pool creation process

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

Creating a pool on the Earn Network is fast, simple, and anyone can do it. In order to create one, you simply have to use or build it via Creator Lab and follow these steps:

1. **Choose the category of the pool that you're creating.**\
   In this example, we will follow the creation process of the $EARN token staking pool, so the category is DeFi staking. If you want to create a staking pool for an NFT, please refer to our NFT staking pool creation process.&#x20;
2. **Fill in the stake token information**\
   Select the correct blockchain and add the contract address of the asset that will be staked in the pool. Then click on save pool.
3. **Start adding rewards**\
   Enhance your pool's appeal by adding rewards, preferably before the launch for smoother integration. You can add rewards after saving the draft or even post-launch, though earlier additions yield better results. The entire process for incorporating rewards is thoroughly covered in the reward provider tutorial detailed in our whitepaper.
4. **Save the pool** \
   Once you've added all desired rewards or chosen to finalize them later, click "Save Pool" to make your draft available in the Creator Lab. Here, your pool awaits approval.
5. **Activate the pool**\
   Once your pool receives approval, it will be ready for activation, contingent upon completing the payment process. This payment can be made using USDT or, for 10% savings on activation fees, with EARN tokens.
6. **Promote the pool**\
   After the payment is processed, your pool will be operative on the Earn Network marketplace, accessible to all users. This is the perfect time to begin promotion and inform your partners that they can now contribute additional rewards.<br>


---

# 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://whitepaper.earn.network/en/1.-defi-staking/for-pool-creators/pool-creation-process.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.
