# Holding $BNRY

### **TBH Holding Model**

The TBH platform introduces a holding model designed to motivate participation from telecommunication operators, service providers, and users.&#x20;

This is the simplest way of earning reward points in which you can earn points by just holding $BNRY points in your wallet.&#x20;

### **How are $BNRY points calculated in Holding Model?**

* Points Earning: Users earn points based on their proportion of the total $BNRY Tokens
* Formula: If a user contributes x amount of $BNRY tokens, and the total $BNRY tokens in the pool is total, then the user's points for that hour are calculated as

&#x20;                                                                 x/total \* 10&#x20;

* Implementation: To implement this, a snapshot of users' balances would need to be taken hourly. Points would then be allocated based on the number of $BNRY tokens each user holds at the time of the snapshot.


---

# 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://docs.thebinaryholdings.com/usdbnry/usdbnry-points/holding-usdbnry.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.
