# T Token

The [T token](https://etherscan.io/address/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5) is an ERC-20 token that powers tBTC and serves as the value accrual asset for the Threshold Network.

### Supply

The initial supply of T was established by the DAO [at launch](https://blog.threshold.network/threshold-launch/) as 10B T with the following allocation:&#x20;

* 4.5B T allocated to NU token holders&#x20;
* 4.5B T allocated to KEEP token holders&#x20;
* 1B T allocated to the Threshold DAO treasury

An additional 1.155B tokens were minted during the network's inflationary bootstraping phase as incentives for stakers and node operators, resulting in a final total supply of 11,155,000,000 T tokens.

### Supply Endpoints

* Supply API endpoint - <https://api.threshold.network/supply/t>
* Specific Values:
  * Total Supply - <https://api.threshold.network/supply/t/total>
  * Circulating Supply - <https://api.threshold.network/supply/t/circulating>
  * Treasury Supply - <https://api.threshold.network/supply/t/treasury>


---

# 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.threshold.network/t-token.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.
