> For the complete documentation index, see [llms.txt](https://docs.raidsharksbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raidsharksbot.com/revenue-share/dashboard.md).

# Dashboard

This section is made to give you more details about our dashboard. We will go through all data fields and give you more details on them.

<figure><img src="/files/h4zJG6CXLDysXSTNQ5bL" alt=""><figcaption><p>Revenue Share Dashboard</p></figcaption></figure>

### 1 - Enrolled / Not Enrolled

The small icon on top right shows if your wallet is enrolled for rev-share or not. \
So make sure it says <mark style="color:green;">"Enrolled"</mark> to receive rev-share.

### 2 - Revenue Received

This data field will show how many BNB you already received (and was transfered) so far. It will sum up all revenue share you already earned and has be transferred to you during previous [Cycles](/revenue-share/how-does-it-work.md).\
There will be another value "Due current cycle value" which will display how much BNB you earned so far in the ongoing Cycle. This value is updated regulary.

### 3 - Your Share

This will display how many percentage of token you got from all Opted-In token during the ongoing [period](/revenue-share/how-does-it-work.md#periods). So this value will change on each period when additional people Opt-In or tokens are bought, transfered or sold. It´s your actual share of the revenue during the running period.

### 4 - Cycle History

This will show the amount which will currently be distributed during the ongoing cycle and it also shows the history of the last 10 distribution cycles.

### 5 - Sent Transactions

This will display all transactions (airdrops) done for the wallet you are connected with. It can be used to check history and make sure the airdrop was received. The transaction hash can also be used as a reference for further support.

### 6 - Cycle Progress

This displays the progress of the current cycle. Once it reaches 100% the distribution of BNB will be done and will be airdropped automatically.


---

# 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://docs.raidsharksbot.com/revenue-share/dashboard.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.
