> For the complete documentation index, see [llms.txt](https://aishiba.gitbook.io/aishiba-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aishiba.gitbook.io/aishiba-1/products/top-holders-fortune.md).

# Top Holder's Fortune

{% hint style="info" %}
The reward system aims to incentivize SHIBAI token top holders weekly by allocating 2% of reflection tokens which will be converted to $ARB to them. This system encourages long-term holding and promotes the overall stability of the token ecosystem.

### **Reflection tokens:**&#x20;

A percentage of every transaction is redistributed to all token holders as a form of passive income. In this case, 2% of these reflection tokens will be set aside for the top 500 holders.

### **Snapshot:**

Periodic snapshots of the SHIBAI token holders' rankings will be taken to determine the top holders. The frequency of the snapshots will be weekly.<br>

### Distribution:

The 2% of reflection tokens allocated for the top holders will be distributed proportionally based on each holder's ranking and token holding percentage among the top holders (to be specified later)&#x20;

#### More details coming soon

<br>
{% endhint %}


---

# 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://aishiba.gitbook.io/aishiba-1/products/top-holders-fortune.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.
