> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/gong-liang.md).

# 總供給量

> **最後更新：2026 年 1 月**

> ⚠️ **免責聲明**：本文僅供教育目的，不構成投資建議。加密貨幣投資有風險，請自行研究（DYOR）後再做決定。

通證發行時，在智能合約裡限制其歷史流通的最高數量，稱作總供給量。

有時候，雖然在以太坊瀏覽器 Etherscan 上寫的 Total Supply 看起來是一個量，但實際上該通證代幣可能在合約裡還設定了一個更高的總量，只是分階段發行。

如 SELF TOKEN 目前的總供給量顯示在 Etherscan 上面是 200,000,000（兩億） SELF；但實際上看合約代碼就能發現歷史總量上限應該是 1,000,000,000（十億）SELF。

![](/files/-LUf1uoJf6PGmPndkePp)

![](/files/-LUf2bhqBvVl8_HMIRxu)

<https://etherscan.io/address/0x67ab11058ef23d0a19178f61a050d3c38f81ae21#code>\\

***

#### 相關條目

* [通證名稱](/dai-bi-jing-ji-xue/tong/hang/tong-ming.md)
* [通證代號](/dai-bi-jing-ji-xue/tong/hang/tong-dai.md)

#### 參考資料


---

# 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:

```
GET https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/gong-liang.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.
