> 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/bi-te-bi.md).

# 比特幣

- [比特幣：數位黃金](https://www.0x1.academy/bi-te-bi/bi-te.md): 比特幣（Bitcoin）就是透過「區塊鏈」這個以密碼學建構的數位帳本技術的第一個應用：數位資產發行，所發行的第一個數位貨幣。
- [比特幣錢包](https://www.0x1.academy/bi-te-bi/bi-te-bao.md): 比特幣錢包（英文：Botcoin Wallet）基本上和以太幣錢包類似，是連結著比特幣區塊鏈，存放比特幣的電子程式。
- [礦工費用](https://www.0x1.academy/bi-te-bi/bi-te-bao/gong-yong.md): 礦工費用（英文：Miner's Fee）其實就是交易時需要有人幫忙把完成的交易資料記錄上鏈（寫入區塊鏈帳本頁中）的委託手續費。
- [Bitcoin ETF](https://www.0x1.academy/bi-te-bi/etf.md): 十年的等待。
- [Bitcoin Ordinals](https://www.0x1.academy/bi-te-bi/ordinals.md): 2023 年初，比特幣社群發生了一件大事。
- [BRC-20 代幣](https://www.0x1.academy/bi-te-bi/brc20.md): 以太坊有 ERC-20。
- [Runes Protocol](https://www.0x1.academy/bi-te-bi/runes.md): BRC-20 證明了人們想在比特幣上發代幣。
- [Lightning Network](https://www.0x1.academy/bi-te-bi/lightning.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, and the optional `goal` query parameter:

```
GET https://www.0x1.academy/bi-te-bi.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.
