# Add Liquidity and make your Asset Tradable

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

***

### How to Provide Liquidity on Botega

Providing liquidity to on Botega is a straightforward process. It involves pairing two tokens and depositing them into a pool to facilitate trades. Below are the general steps for creating a liquidity pool and earning trading fees.

***

#### Steps to Provide Liquidity

<figure><img src="/files/RWrkojuR4h4qx1he1UQA" alt="" width="563"><figcaption></figcaption></figure>

1. **Select the Tokens for Your Pool**:
   * **Primary Token**: Choose the first token you want to deposit from the dropdown. This is the main token you will be adding to the pool.
   * **Pair Token**: Select the second token that will be paired with the primary token. This token will form the other side of the liquidity pool.
2. **Enter the Amount to Deposit**:
   * Input the amount of the primary token you want to provide as liquidity.
   * You can use the quick-select buttons (e.g., **10%**, **25%**, **50%**, **75%**, or **100%**) to automatically choose a portion of your available balance to deposit.
   * The system will automatically calculate how much of the paired token is required based on the current price ratio between the two tokens.
3. **Review Your Balances**:
   * Double-check that you have enough balance of both tokens to complete the liquidity provision. The interface will show your available balances for each token.
4. **Create the Liquidity Pool**:
   * After reviewing the token amounts and ensuring everything is correct, click **Create Liquidity Pool**. This will deposit your chosen amounts of both tokens into the pool and begin the liquidity provision process.

***


---

# 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.autonomous.finance/products/platforms/coinmaker/add-liquidity-and-make-your-asset-tradable.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.
