# IPFS

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

## 放不上智能合約就放這

星際檔案系統(InterPlanetary File System或IPFS)提供一個分散式檔案存儲系統，將放上的檔案拆碎，然後分散到網絡中的一部分節點，每當檔案被尋找時才進行重組。

## 檔名就是內容

每個獨立檔案都會有一個[哈希](/qu-kuai-lian-ru-he-da-cheng-gong-shi/wa/ha-xi-zhi.md)地址，利用該地址可以尋得檔案並取出。而哈希值的生成就是原檔案內容的哈希，也就是說一個檔案內容如果被些微改動了，其地址會截然不同。

***

#### 相關條目

* [ENS](/luo-di-an-li/blockchain-apps/ens.md)
* [Brave](/luo-di-an-li/blockchain-apps/brave.md)

#### 參考資料


---

# 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/blockchain-apps/ipfs.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.
