# Liquidity Pools

On PunkSwap, everyone, who adds liquidity into the Liquidity Pool, gets a share of the trading volume whenever there is a trade in this pair. For adding liquidity, users will receive LP tokens of a currency pair. Here we show, how to receive PUNK-BONE LP Tokens.&#x20;

## How to add Liquidity

1. Go [here ](https://app.punkswap.exchange/liquidity/)to the Liquidity page. (or click on the "Liquidity" page in the menubar, while hovering with the mouse over "Trade")

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

2. Click on the "Add Liquidity" button

<figure><img src="/files/390uB6bGqKbi9FoGi06g" alt=""><figcaption></figcaption></figure>

3. Choose the Liquidity Pair of the tokens, you want to add together into the Liquidity Pool.

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

4. Type the amount of the chosen Token into the window and PunkSwap calculates for you the correct amount of the other token you will need to put in.\
   As a clarification: You need to put in both currencies into the Liquidity Pool at the current price.\
   If you only have BONE and no PUNK, for example, you will need to buy some PUNK with BONE in order to provide liquidity for the BONE-PUNK pair.

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

5. Click "Supply" and another window opens which will show you the amount of LP tokens, you are going to receive, after the LP got added.

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

6. Click on the Button "Confirm Supply". Follow the instructions of your MetaMask wallet and voila, you successfully provided liquidity to PunkSwap.&#x20;

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

7. Feel free to check the farms page of PunkSwap to see if you can receive additional rewards in PUNK tokens for providing liquidity.&#x20;


---

# 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://punkswap.gitbook.io/punkswap-docs/products/exchange/liquidity-pools.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.
