# 落地案例

- [區塊鏈應用榜](https://www.0x1.academy/luo-di-an-li/blockchain-apps.md): 比特幣證明了：我們可以不需要銀行來轉帳。
- [IPFS](https://www.0x1.academy/luo-di-an-li/blockchain-apps/ipfs.md): 星際檔案系統\\(InterPlanetary File System或IPFS\\)提供一個分散式檔案存儲系統，將放上的檔案拆碎，然後分散到網絡中的一部分節點，每當檔案被尋找時才進行重組。
- [ENS](https://www.0x1.academy/luo-di-an-li/blockchain-apps/ens.md): 你的錢包地址是什麼？
- [Brave](https://www.0x1.academy/luo-di-an-li/blockchain-apps/brave.md): Brave 是個由Mozilla專案的聯合創始人、JavaScript的創造者布蘭登·艾克 打造的新世代瀏覽器，其內建反追蹤、去廣告等功能外，還引入了區塊鏈錢包以及用來獎勵內容創作者的 BAT \\(Basic Attention Token\\) 區塊鏈貨幣。
- [BlockCerts](https://www.0x1.academy/luo-di-an-li/blockchain-apps/blockcerts.md): 區塊鏈證書
- [去中心化應用（DApp）](https://www.0x1.academy/luo-di-an-li/qu-zhong-xin-hua-yong-dapp.md): 去中心化應用（DApp）是在區塊鏈上運行的應用程式，沒有中央伺服器，由智能合約驅動。
- [Web3](https://www.0x1.academy/luo-di-an-li/qu-zhong-xin-hua-yong-dapp/web3.md): Web3 是以區塊鏈為基礎的下一代網際網路願景，強調用戶擁有自己的數據和資產。
- [DApp 瀏覽器](https://www.0x1.academy/luo-di-an-li/qu-zhong-xin-hua-yong-dapp/dapp-qi.md): DApp 瀏覽器是專門用來探索和使用去中心化應用的工具，整合錢包功能，讓用戶可以直接與區塊鏈互動。
- [DApp Radar](https://www.0x1.academy/luo-di-an-li/qu-zhong-xin-hua-yong-dapp/dapp-radar.md): DappRadar 是最大的 DApp 數據追蹤平台，提供各區塊鏈上 DApp 的活躍度、交易量等數據。


---

# 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://www.0x1.academy/luo-di-an-li.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.
