# 简介

<div data-with-frame="true"><figure><picture><source srcset="/files/6edce3a6796a97ecc690b0dc0792f6ef7ab94687" media="(prefers-color-scheme: dark)"><img src="/files/ff9ac1722221ffe7032ac643aa8dc2f7fccd8bb4" alt=""></picture><figcaption></figcaption></figure></div>

{% hint style="info" %}
关于官方 Stacks 白皮书： <https://stacks-network.github.io/stacks/stacks.pdf>
{% endhint %}

### Stacks：速览

Stacks 激活了比特币经济。比特币是采用最广泛、最有价值且最去中心化的加密货币。Stacks L2 让你无需修改比特币本身，就能在 L2 上使用快速、低成本的 BTC 和功能完备的智能合约。用户和开发者可以在应用中使用 BTC，并用 BTC 支付 gas 费用。Stacks L2 上的所有交易都由比特币 L1 以 100% 最终性保障安全，使你能够构建与比特币安全性深度集成的应用和数字资产。

Stacks 智能合约层具有以下使其独一无二的创新：

**S**：由比特币的全部算力保障安全（比特币最终性）。\
**T**：无需信任最小化的比特币锚定机制；可写入比特币。\
**A**：原子性 BTC 交换，以及由 BTC 地址拥有的资产。\
**C**：用于安全、可判定智能合约的 Clarity 语言。\
**K**：对完整比特币状态的认知；可从比特币读取。\
**S**：可扩展、快速、并在比特币上结算的交易。

***

### 为什么要学习 Stacks 的基础知识？

Stacks 基础知识能帮助你形成直觉，构建更安全、更符合比特币理念且更具前瞻性的应用。学习基础知识的开发者不只是编写 Clarity——他们构建的应用实际上 *感觉像* 比特币应用。

1. 你将构建真正利用比特币的应用
2. 你将避免代价高昂的设计错误
3. 你将编写更好的智能合约
4. 你将正确使用 sBTC 和比特币写入

***

### 下一步学什么？

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Stacks 101</strong></td><td>深入了解 Stacks 如何构建在比特币之上，以及其底层机制。</td><td><a href="/pages/48b58d963d71386d8caec807ea46c2ea32a059a5">/pages/48b58d963d71386d8caec807ea46c2ea32a059a5</a></td></tr><tr><td><strong>网络基础</strong></td><td>了解账户、测试网、SIP、身份验证、BNS 等内容。</td><td><a href="/pages/5f9a3a78acd6ecfabf0af37fb38a9f99a2a69a8a">/pages/5f9a3a78acd6ecfabf0af37fb38a9f99a2a69a8a</a></td></tr><tr><td><strong>出块</strong></td><td>Stacks 区块是如何被验证和挖出的？</td><td><a href="/pages/e6774d69018b5c7887ea5dee797c35639f95da8a">/pages/e6774d69018b5c7887ea5dee797c35639f95da8a</a></td></tr><tr><td><strong>交易</strong></td><td>了解交易在 Stacks 上的生命周期。</td><td><a href="/pages/5949b306778aade42868f71cb58f6e26ca89ec59">/pages/5949b306778aade42868f71cb58f6e26ca89ec59</a></td></tr><tr><td><strong>Clarity</strong></td><td>了解 Clarity 智能合约语言的理念和设计原则。</td><td><a href="/pages/da408478a9e7c96b8e9601e7b7342ca740941a3a">/pages/da408478a9e7c96b8e9601e7b7342ca740941a3a</a></td></tr><tr><td><strong>sBTC</strong></td><td>了解比特币如何被封装成一种有生产力且可编程的资产。</td><td><a href="/pages/ab527e341b2ea6810dc6cfa853e82d052f931f3c">/pages/ab527e341b2ea6810dc6cfa853e82d052f931f3c</a></td></tr><tr><td><strong>双重 Stacking</strong></td><td>建立在 Stacking 核心基础之上的金融创新。用比特币赚取比特币。</td><td><a href="/pages/9e7647bc2474e2f399741cc0de7c6d1829eed919">/pages/9e7647bc2474e2f399741cc0de7c6d1829eed919</a></td></tr><tr><td><strong>跨链桥接</strong></td><td>探索 Stacks 与其他主要网络之间的跨链互操作性如何工作。</td><td><a href="/pages/59c9359d4541701be62d9456d39524b61ebe5485">/pages/59c9359d4541701be62d9456d39524b61ebe5485</a></td></tr></tbody></table>

***

### 其他资源

* \[[Stacks YT](https://youtu.be/0erpW7IEo6Y?si=Ldu4RlVVnLqOL4eP)] 与 Stacks 创始人 Muneeb Ali 一起看 Stacks 将如何在 2025 年增长
* \[[Token2049 迪拜](https://youtu.be/DFTXAOmi0es?si=sMOO6Yfj_TCVdFTF)] Muneeb Ali —— 构建比特币的未来：Stacks L2 的作用


---

# 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.stacks.co/learn/zh/readme.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.
