# Token types

All tokens on the Binance Smart Chain are by nature BEP-20 tokens, an extension on ERC-20. It's a blueprint for tokens that define how they can be spent, who can spend them and what the rules of usage are. Within that BEP-20 structure Bolt has defined three tokens.

**Bolt Dollar (BTD)**

These tokens are designed to be used as a medium of exchange and are pegged loosely to the value of one BUSD (The Binance Stablecoin that’s pegged to the US dollar). These coins will be the main method of ‘payment’ within the Bolt ecosystem and can be used for value transactions.

**Bolt Shares (BTS)**

Bolt Shares, also known as “Bolt True Share” are the governance tokens of the ecosystem. These tokens follow a Seigniorage Shares system that maintains a peg by auctioning coins for shares and shares for coins. After each epoch (8 hours) the protocol mints BTD and distributes it proportionally to all BTS holders who have staked their BTS in the Boardroom. But it only does so when the TWAP (time-weighted average price) of BTD is above $1.01. So in essence BTS stakers gain 'free' BTD every epoch.  &#x20;

As a governance token BTS grants holders voting rights and, subsequently, the ability to suggest improvements to the protocol or the ecosystem.

**Bolt Bonds (BTB)**

If the price of BTD drops below $1.00 the option to purchase Bolt Bonds will become available. These can be bought at a discount for BTD (price = BTD TWAP \* BTD TWAP). Doing so increases the demand for BTD and drives the price back up. The BTD used to buy BTB is burned in the process. When the price of the BTD is stabilized above PEG you can sell your BTB for BTD again.


---

# 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.boltdollar.finance/gitbook/general/tokens-and-protocol/token-types.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.
