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

# Adding Liquidity

### Adding Liquidity[**​**](https://docs.base.org/using-base#metamask)

1. To add Liquidity, you first need to buy SPINAQ token at <https://www.popeyedex.xyz/swap>.&#x20;

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

2. Then proceed to *POOLS* tab:  <https://www.popeyedex.xyz/pools>

3. Click +ADD Liquidity.<br>

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

4. Put some amount in ETH tab or SPINAQ tab and then click Approve SPINAQ.(sometimes it may be necessary to delete numbers after the comma in SPINAQ tab) Then confirm APPROVE tx on metamask.

5. When the approval transaction is completed correctly, the button will change to SUPPLY. Click on this button and confirm the transactions in the metamask.

6. Voila! Your LP has been added.

7. Now what's left is staking LP into the FARM contract.  [Staking and Farming](/spinaqdex/getting-started/staking-and-farming.md)

### Removing Liquidity Pool

1. If you want to remove that Liquidity (although Popey will be angry) simply proceed again into POOLS tab. <https://www.popeyedex.xyz/pools>
2. Wait for your pair to be loaded, expand the menu, and then click - REMOVE.

<figure><img src="/files/zsPajPOkIkmuRGdY6XDx" alt="" width="375"><figcaption></figcaption></figure>

3. Choose the amount you want to remove and click ENABLE. Confirm transaction on metamask.
4. When the approval transaction is completed correctly, then click the button REMOVE. Confirm transaction on metamask.

<figure><img src="/files/bKnmLYVNqSDWuo7URVGZ" alt="" width="375"><figcaption></figcaption></figure>

5. That's it! Your LP should be removed, and the tokens will sail to your wallet.


---

# 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:

```
GET https://spinaqdex.gitbook.io/spinaqdex/getting-started/adding-liquidity.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.
