> 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/how-to-stake-usdparty-in-our-jacuzzis.md).

# How to stake $PARTY in our Jacuzzi

![](/files/-MjbrdKXfPnG_zblpbV4)

The Jacuzzis are our single-sided pools, where you can stake your $PARTY tokens to earn more coins over time. At the moment, PartySwap users can stake $PARTY to get even more $PARTY, but in the future, we might implement other coins as rewards.

To Stake your PARTY first you will need to Approve your PARTY Tokens, for this, you will need to confirm a small transaction on your Wallet. This will allow you to interact with the Jacuzzi.

## Add PARTY to the Jacuzzi

After approving the transaction to interact with the Jacuzzi you can add PARTY to the Jacuzzi and it will be automatically converted into xPARTY, depending on the current ratio, which as we explained before, will go up over time.

Click on "Add" and select the number of Tokens you want to add and click "Stake."&#x20;

![](/files/-MjadYWcKrKvalpsGoo-)

![](/files/-Mjadfw38vUhWUz4Qxkt)

Now confirm the transaction in your Wallet.

You're ready to chill on our Jacuzzis while you earn more PARTY over time.

## Remove PARTY from the Jacuzzi

If you already had a great time on our Jacuzzis and you want to leave without caring about the current Paper Hands Penalty, you can remove your xPARTY Tokens from the Jacuzzi and they will be automatically converted back into PARTY applying the current ratio at the moment you leave the pool.

&#x20;Click on "Remove" and select the number of Tokens you want to remove and click on "Unstake."&#x20;

![](/files/-Mjadur4rwt_PPnnDRcE)

![](/files/-Mjae0-HDLx8bj_ad-cS)

Now confirm the transaction in your Wallet. You're good to go! Have a great time using your tokens however you want on  PartySwap.


---

# 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/how-to-stake-usdparty-in-our-jacuzzis.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.
