# Dividend Distribution Mechanism

* All $BUSD the contract gains are split proportionally between the token holders
* To receive dividends a minimum token balance of 100 CATBSC is required to be held in a wallet
* The contract keeps track of all the dividends due to each holder in a list
* Every transaction processes a certain number of users from the list
* 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 list
* It’s a fair system, fully automated


---

# 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://babycat-bsc.gitbook.io/babycat-bsc-whitepaper/dividend-distribution-mechanism.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.
