> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/definix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/definix/exchange/how-to-add-liquidity.md).

# How to Add Liquidity

1\. Go to the farm page [here.](https://exchange.definix.com/#/liquidity)​

![](/files/-MlEcwrv2tarlRo5HOYf)

2\. Connect the decentralized wallet of your choice.

![](/files/-MlEd3a4_YYUHCa9ZR-x)

3\. Pick which farm you want to use. For this example, we will pick the SIX-FINIX farm.

4\. Go to the exchange page here and [click](https://exchange.definix.com/#/liquidity) "Add Liquidity” if you don't see a pool you joined click "[Import It](https://exchange.definix.com/#/find)".

![](/files/-MlEdPvpNFJRWZYdE7Wz)

5\. Select the tokens to add, in this case SIX and FINIX. You need to provide them in a 50/50 ratio vs USD value.

For example, you would need to add $10 of SIX and $10 of FINIX. Once you are done, click “Supply”.

![](/files/-MlEdYdtgbvflqvl8PdV)

6\. Check the details, click “Confirm Supply” and then confirm the transaction in your wallet.&#x20;

![](/files/-MlEde0Vw1g9micPGscO)


---

# 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://sixnetwork.gitbook.io/definix/exchange/how-to-add-liquidity.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.
