# Behind the Scenes

* The contract keeps track of an array composed of all token holders.
* The contract keeps an index into the array for processing.
* The token is based on a Octaplex dividends and payment  protocol  which means all rewards the contract gains will be split equally to the token holders dependent on the amount they hold.
* This system is fully automated The number of holders processed through each transaction is dynamic and based on transaction size. Holders will receive dividends from the queue based on their position in the array. It’s a fair system, fully automated. Minimum token balance is 1,000,000 Σthernal tokens to receive distributions.
* 7% of all transactions are paid on USDC/BNB/BTC/ETH or any other token chosen by the community
* 5% of the transfer tax is used to fuel the liquidity pool growth
* 3% is allocated to the Marketing wallet


---

# Agent Instructions: 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://ethernalfinance.gitbook.io/ethernal-finance-whitepaper/behind-the-scenes.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.
