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

# Liquidity

<figure><img src="/files/QVPS2LCZWQAtxsaie2AF" alt="" width="346"><figcaption></figcaption></figure>

Managing liquidity is a key part of our strategy , where we use a decentralized approach pioneered by Linq Protocol. This method ensures that liquidity pools are both decentralized and secure, with liquidity maintained and distributed directly by our community and investors. This not only boosts the stability and utility of our tokens but also strengthens our entire ecosystem.

To bolster stability, we apply a 6% tax on all $RARE token transactions. This tax serves two main purposes:

1. **LP Token Generation (3%)**: Half of the tax goes towards generating LP tokens. These can either be claimed or staked for additional ETH rewards, encouraging active community involvement and boosting liquidity.
2. **Rare Treasury Fund (3%)**: The other half feeds into the Rare Treasury Fund, vital for the ongoing development, marketing, and enhancement of both RareArt and RareTokens.&#x20;

<br>


---

# 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://book.r4re.io/staking-and-liquidity/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.
