> For the complete documentation index, see [llms.txt](https://docs.boltdollar.finance/deutsch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boltdollar.finance/deutsch/algemein/token-varianten.md).

# Token Varianten

Alle Token auf der Binance Smart Chain sind von Natur aus BEP-20 Token, eine Erweiterung auf ERC-20. BEP-20 ist eine Vorlage für Tokens, die definiert, wie sie ausgegeben werden können, wer sie ausgeben kann und wie die Regeln der Nutzung sind. Innerhalb dieser BEP-20-Struktur hat Bolt drei Token definiert.

Bolt Dollar (BTD)

Diese Token sollen als Tauschmittel verwendet werden und sind lose an den Wert eines BUSD (Binance Stablecoin, der an den US Dollar gekoppelt ist) gebunden. Diese Token werden die Hauptmethode der "Zahlung" innerhalb des Bolt-Ökosystems sein und können für Wert-Transaktionen verwendet werden.

Bolt-Shares (BTS)

Bolt Shares, auch bekannt als "Bolt True Share", sind die Governance-Token des Ökosystems. Diese Token folgen einem Seigniorage-Shares-System, das ein Prinzip aufrechterhält, indem Münzen für Aktien und Aktien für Münzen versteigert werden. Nach jeder Epoche (8 Stunden) prägt das Protokoll BTD und verteilt sie anteilig an alle BTS-Inhaber, die ihre BTS im Boardroom eingesetzt haben. Aber es tut dies nur, wenn der TWAP (zeitgewichteter Durchschnittspreis) von BTD über $1,01 liegt. Im Wesentlichen erhalten BTS-Staker also jede Epoche "kostenlose" BTD.\
Als Governance-Token gewährt BTS den Inhabern Stimmrechte und damit die Möglichkeit, Verbesserungen des Protokolls oder des Ökosystems vorzuschlagen.

Bolt Bonds (BTB)

Wenn der Preis von BTD unter $1,00 fällt, wird die Option zum Kauf von Bolt Bonds verfügbar. Diese können mit einem Abschlag für BTD gekauft werden (Preis = BTD TWAP \* BTD TWAP). Dies erhöht die Nachfrage nach BTD und treibt den Preis wieder nach oben. Das BTD, das zum Kauf von BTB verwendet wird, wird dabei verbrannt. Wenn sich der Preis des BTD über PEG stabilisiert hat, können Sie Ihr BTB wieder für BTD verkaufen.


---

# 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.boltdollar.finance/deutsch/algemein/token-varianten.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.
