> For the complete documentation index, see [llms.txt](https://wiki.starcoin.movemove.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.starcoin.movemove.org/gai-lan/bai-pi-shu.md).

# 白皮书

### 技术

Starcoin 是新一代分层的智能合约和分布式金融网络，它旨在提供一种安全的数字资产及去中心化金融运行平台，让区块链能够更低门槛应用在更多领域。其拥有以下特性：

* 增强的中本聪共识协议，在保证安全的基础上尽可能提高吞吐
* 灵活的去中心化链上治理体系，保证链的持续演进能力
* 新一代智能合约编程语言 Move、虚拟机和标准库，面向资产编程
* 分层网络模型，一二层共同解决区块链扩展性难题

技术白皮书：[https://starcoin.org/zh/overview/technology\_whitepaper](https://starcoin.org/zh/overview/technology_whitepaper/)

### 经济模型

STC 是 Starcoin 网络的原生 Token，发行总量为 3,185,136,000 STC，总量恒定。

* 159,256,800 STC （5%）提取出来，转给 Starcoin 基金会账号（0xA550C18），用于分配给早期投资人。
* 255,129,390 STC （8%），释放周期为 3 年的线性提款权，归属 Starcoin 基金会，用于生态建设。
* 222,641,010 STC （7%），释放周期为 3 年的线性提款权，归属 Starcoin 基金会，用于核心项目开发。

经济模型白皮书：[https://starcoin.org/zh/overview/economy\_whitepaper](https://starcoin.org/zh/overview/economy_whitepaper/)

查询当前流通量和持币地址数：<https://stcscan.io/main/tokens/1>

![](/files/ayuRaPK4u6AI3LbneuZT)


---

# 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://wiki.starcoin.movemove.org/gai-lan/bai-pi-shu.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.
