> For the complete documentation index, see [llms.txt](https://goldenrat.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goldenrat.gitbook.io/whitepaper/tax-sharing-pool.md).

# TAX Sharing Pool

The **TAX Sharing Pool** is a special privilege reserved for our loyal GoldenRat holders who own **RATS NFTs**. Every week, a new reward pool is added to the list, and RATS NFT holders can claim their share of the rewards!

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

#### **Where Do The Rewards Come From?**

The reward pool is funded by **10% of the TAX marketing fee** collected from every buy and sell transaction of RATS on decentralized markets. The more transactions happen, the larger the reward pool grows!

Additionally, the development team may occasionally **increase the sharing percentage** as a surprise! For example, during the launch phase, we introduced a **"100% TAX Sharing Event" for the first four weeks**—so stay tuned for more exciting rewards!

#### **How Does It Work?**

1. **Every Monday**, the team allocates **10% of the TAX marketing fee** into the reward pool.
2. RATS NFT holders can visit the **Pool Page** (<https://staking.goldenrat.org/pools>) to claim their rewards.
3. The total reward pool is **equally distributed** among **500 NFT holders**.

#### **Example Calculation**

If the weekly reward pool contains **50 BNB**, each NFT holder will receive:\
**50 BNB / 500 NFT holders = 0.1 BNB per NFT**

By owning a **RATS NFT**, you're not just part of an elite community—you also enjoy **passive rewards** and exciting benefits!


---

# 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://goldenrat.gitbook.io/whitepaper/tax-sharing-pool.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.
