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

# Add Liquidity

Liquidity allows assets to be exchanged without the price being affected. Liquidity pools are accumulations of digital assets that are committed to enable trading on DEXs. These open trading pools allow users to buy and sell on ArborSwap.

To provide liquidity to ArborSwap, you’ll need to commit an amount of any token pair of your choice.&#x20;

Below is a short tutorial on how to add liquidity to a pool.

First click the following link: <https://www.arborswap.org/add>

Select the two currencies you would like to add. You can easily do this by inputting the contract addresses of the tokens in the respective input columns. Also, input the amount of tokens you would like to add to the pool.

![](https://lh3.googleusercontent.com/iDcKlMWv1Ok1FoWKzJOkwR4ryLdk0afefJtAlX5H-tKr1NNYZS-yTPF0qDbUuIhZJKIt93T8dJePXZaPoXOox7pE4n6CbmKb298lVtI563yAD1xctjtBaw4djkJ8nz5MHAPHApie213XVr-xIk-vHOqmxIMC_pWk)

<br>

Enable both tokens after inputting the amount of tokens you want to add

![](https://lh6.googleusercontent.com/Vbjg7C1jGkrBp4vMABvK6Fbrd9JKRJ7CecRKI4Xd-LO1Q5TzLPwaV7PU8yH5LW_lwaoXFh9XUKbDjQhb-Qma6ez85e7sun0dKLftTz8EBtkE8qgjODea9lSbZlIswZC9BSZu8V3Vz4OzSSuXGyXIwe45ICuKYPnU)

<br>

Click supply

![](https://lh3.googleusercontent.com/Rvvg9NRXfSdGfZtj4K8W16PQ7F9KQHwgEJJcyaVbJXKOr1vBsm8LMsDjCU8NTYJKe_c3g3527zA4H_mvZYNPFstmQc9Z2QWa8epJUMEt2_RU__Tc9Vwzvdq1aO8h-fJDMvCCP4lN6__HVR6VgtAFfoYOXJ0aekvD)

\ <br>

Click ‘Create Pool & supply’.

![](https://lh3.googleusercontent.com/M3jzhwP9goOLwfJiNobo0kg3bpUivBEZxReyHF1B-sRkzB5FhE-W0HomOKdy4puC75EKvsGlI2umCQws7DLA6XZACLmLGUyZPAwV7EYxIyE2Fy4oDOrWXPIvMNQsApXtRcK3ZhZ-_QNExxXePGhSneYtwFS0GSm0)

<br>

Wait for a few seconds.

Congratulations! Your liquidity should be successfully added.


---

# 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://arborswap.gitbook.io/product-docs/arborswap-dex/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.
