# Liquidity Provision

### Add Liquildity of Existing Pair

1. Go to Add Liquidity Page

   <figure><img src="/files/h24xwYwxB1XVZh53t4O3" alt=""><figcaption></figcaption></figure>
2. Select two tokens that you would like to form pair. The default Price Range is selected for you. If you haven't owned the selected token to your wallet, you will need to register the token to your wallet even if you plan to provide SINGLE token in certain price range.

   <figure><img src="/files/puTll0PtOelb4vMxnvcC" alt=""><figcaption></figcaption></figure>
3. Make sure you select the correct price range. We provide 3 default options but you can work out your own price range. Please note that the default options would maintain 50%:50% values for two tokens(i.e. equal values for two tokens). If you are not using the same ratio for upper bound and lower bound calculation, you may need to input different ratio, e.g. 10k capital -> 7k ETH and 3k USDC.\
   Safe: `currentPrice / (1+50%), currentPrice * (1+50%)`\
   ![](/files/7n0T3FlRKps1POcZy3ms)\
   Common: `currentPrice / (1+25%), currentPrice * (1+25%)`\
   ![](/files/Z4JgfFLxCXJCoSeYB7PC)\
   Stable-pair: `currentPrice / (1+1%), currentPrice * (1+1%)`\
   ![](/files/IZRtIZJ03tPJqIw8zUWX)\
   Full range: `0, Infinity`\ <img src="/files/4ZAoVt3BZhYBoakwALsn" alt="" data-size="original">
4. You can double check the deposit detail:

   <figure><img src="/files/urCWyZaMNq9LySM5ZzxK" alt=""><figcaption></figcaption></figure>
5. Click Add Liquidity button to trigger the gas estimation and summary<br>

   <figure><img src="/files/8uZE1oIRU0SaA5kG1UOo" alt=""><figcaption></figcaption></figure>
6. After you add liquidity, you can see your position here:<br>

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


---

# 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.houstonswap.io/houstonswap/guideline/liquidity-provision.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.
