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

# Liquidity Pools

![](/files/-MjbrIsxbnCxrsp9Fixu)

## **How do I provide Liquidity on PartySwap's Piñatas (Liquidity Pools)?**

Making trades fun and easy is one of PartySwap's fundamentals, so we will briefly explain how you can provide Liquidity in our Piñatas!

1. Select the Piñata in which you want to provide Liquidity in the "Piñatas" section.
2. Click "Deposit" on your desired pair.

![](/files/-MjY00Z-bsuAS4s46dgU)

&#x20;  3\. In this case, we chose the AVAX-PARTY Piñata, now click on "Add AVAX-PARTY Liquidity."

![](/files/-MjY0Wk52IrnQqIIWFsp)

&#x20;   4\. Determine the ratio of the Liquidity you want to deposit on the Piñata, then click the "Approve PARTY" button and confirm the transaction on your Wallet.

![](/files/-MjY0tOmdAcbx-3_9Cso)

&#x20;  5\. After this, you can click "Supply," confirm the transaction and the job's done! You will receive xPARTY tokens in return, which represent your share in the Piñata and its rewards.

![](/files/-MjY1zsE1_DtB0r10Dtt)

## **Creating a New Pair.**

If the token pair you want to provide Liquidity with does not have a pair yet, you can create it! Provide both tokens in an equal amount, and there you go. Since you are the first liquidity provider, you can set the initial exchange ratio/price of the tokens (if, again, the pair does not exist yet on PartySwap). Anyways, this will quickly correct itself through organic arbitrage and by more liquidity providers that jump into it.

![](/files/-MjY7rfIluoyKiNlNYb4)

## **Managing Liquidity.**

Now that you have joined the party by providing liquidity on our piñatas, you can check and manage your position in the pool every time you want.&#x20;

By clicking on "manage," you can see your pooled tokens and your pool share on the piñata. In case you want to remove your liquidity, you can do it following the next steps:

![](/files/-MjY8vy2GBq8-Xkp6neY)

* Click on "Manage."
* Select "Remove."
* Select the amount of the pool share you want to remove (any percentage you choose is valid.)

![](/files/-MjYAxw5YK8ZFF_8wV5n)

* Click on "Approve" and "Remove."&#x20;

![](/files/-MjYBIXtxxTHH7-0DD8B)

* Click on confirm and proceed to authorize the transaction in your Wallet.&#x20;

If you want to add more liquidity into a pool you're already in you can&#x20;

* Click on "Manage."
* Select "Add."
* Select the amount of the tokens you want to add (the ratio will be calculated automatically between the pairs.)
* Click "Supply"&#x20;

![](/files/-MjYDyp_5jWSDQx81BX2)

* Click on confirm and proceed to authorize the transaction in your Wallet.&#x20;
* You're good to go now! Enjoy the pools!


---

# 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://partyswap.gitbook.io/partyswap/tutorials/platform-tutorials/manage-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.
