> For the complete documentation index, see [llms.txt](https://docs.blastname.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blastname.com/blastname-financial-model/bnd-utility-token.md).

# BND - Utility Token

## Token Info

| Token Name           | BlastName Dot |
| -------------------- | ------------- |
| Token Design         | Inflationary  |
| Initial Circ. Supply | 72,001        |
| Total Supply         | Indefinite    |

## **Token Distribution**

:warning: To promote stable growth, we have implemented anti-dumping mechanics involving locking, vesting, and tax structures. Learn more in the [Locking, Vesting, and subTreasury](/blastname-financial-model/locking-vesting-and-subtreasury.md) section.

### Genesis pools

During the first week of the project, BND can be earned by staking tokens in various available pools. Each pool offers different staking yields, and staking rewards are distributed every block. An estimation of the daily amount farmable for each pool is outlined in the table below. The amount of BND you earn is directly proportional to the percentage of the pool you occupy.

The starting supply will be 72,001 (1 Genesis BND for pool deployment). After the first 7 days, the only way to earn more BND will be via the [Banking system](/blastname-financial-model/banking-system.md).

| Day | USDB | BND/YIELD | NFT4 & + | NFT3 | NFT2 | NFT1 | BND/WETH |
| --- | ---- | --------- | -------- | ---- | ---- | ---- | -------- |
| 1   | 200  | 200       | 500      | 1000 | 2000 | 4000 | 8100     |
| 2   | 200  | 200       | 500      | 1000 | 2000 | 4000 | 8100     |
| 3   | 200  | 200       | 500      | 1000 | 2000 | 4000 | 8100     |
| 4   | 100  | 100       | 250      | 500  | 1000 | 2000 | 4050     |
| 5   | 100  | 100       | 250      | 500  | 1000 | 2000 | 4050     |
| 6   | 50   | 50        | 125      | 250  | 500  | 1000 | 2025     |
| 7   | 50   | 50        | 125      | 250  | 500  | 1000 | 2025     |

:warning::exclamation:Expired pools will be automatically removed from display if the user doesn't have any funds inside them. User must manually unstake from the expired pool.


---

# 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.blastname.com/blastname-financial-model/bnd-utility-token.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.
