> For the complete documentation index, see [llms.txt](https://docs.bitswap.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitswap.site/tutorial/how-to-farm.md).

# How To Farm？

1. Select the”'Farm” feature on the navigation bar. You can view all active pools and choose your favorite pool. Have a good journey and enjoy the juicy rewards!

   <figure><img src="https://lh7-us.googleusercontent.com/lbW-N-rq6PXPnJXAsfIp8K0OZxTeQNnBbT-A6L8W7x0Ao9a3sVAEgEA_5rkCpuVbTGED0yjZyetcI3OlOv0GPlPvIvLOGviAs7mg7XQpSu5ptqWshDIDKOEBNYU_t45kpZXja1_ZECqHctrBseP6xxs" alt=""><figcaption></figcaption></figure>
2. Click the ⬇️ button, and then choose “Add Liquidity.”

   <figure><img src="https://lh7-us.googleusercontent.com/2Z64HNKkHuSNZdxqcYVnrKWnMm4bYS8PH5-HChvXm285jowHUm4vcS98btMFY_U_DSuZiVsh-d1zKAT9Nfab9TwbXppeUSjeFvWodr0rln9Erpv_QuUe60XIXTc3r2UBwiHU3DeNpTBFkrSAUJAf92k" alt=""><figcaption></figcaption></figure>
3. Please check the current price and input the amount of tokens you are providing; BitSwap will automatically calculate the amount of the other token you need to provide.

   <figure><img src="https://lh7-us.googleusercontent.com/ykLlO98Z2xKOaCD9zip3jyA-kv055rOZykHk0Mo1CRYk9ESu1BOTeDDFdT8mpS9JD8mUoXREp8X5gVVn1S7mFiOrXlSrMTEidB4NlSeYJ_Fj_N3gJtJzU3vTKbFXhzSgSMPsQ3Z6PRrrchxoojtqZ-4" alt=""><figcaption></figcaption></figure>
4. Open the “Boost APR” button, and stake $AMMX to increase the APR, up to 2.5X!

   <figure><img src="https://lh7-us.googleusercontent.com/0gPHH_JP4nIvpaZrfHfbD-ftuvnRPobHCl7JLqD2OC2TP8Cor-ge5RNqvChMtvvBOqyvGXLGxgak7-NscCZpjK8WuXpzyVtSVRWmpwg0rJlE_FFUFaqxa4HK3k1ZNoLXEaxjASB1sYh6sz4UAw1fOIA" alt=""><figcaption></figcaption></figure>
5. Approve the DAII and USDT, then Add Liquidity!

   <figure><img src="https://lh7-us.googleusercontent.com/A0GrmT7mtwY-dXdGbKVfeoJuWC1LL6JEWjCl21n67pQ5JA5BnCuUeS2b4M2eMw2P77-1hSON2q3E8MrcCE6qZ1pcFNfbhD2K0XR7b3wSOnWVa7DPAJ9FdPYr9-50xy3oxVBLjrnznVUfkKM3MW-0J88" alt=""><figcaption></figcaption></figure>

   Wishing you a great journey on BitSwap and may you enjoy the juicy rewards!


---

# 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.bitswap.site/tutorial/how-to-farm.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.
