# Filecoin是什么

{% embed url="<https://www.youtube.com/watch?t=5s&v=26ZdMAo23mM>" %}

Filecoin 是一个去中心化的存储网络，允许人们在全球各地的计算机上安全地存储文件。通常，我们使用像 Google Drive 或 Dropbox 这样的服务将文件存储在一个中央服务器上。但 Filecoin 通过一个全球计算机网络以分布式的方式存储文件。

***

#### 它是如何运作的？

* 需要存储文件的人 → 向那些为他们存储文件的人支付小额费用。
* 存储文件的人（存储提供商）→ 保持文件的安全，并必须使用加密证明来证明他们正在正确存储这些文件。
* 需要访问文件的人 → 在网络上搜索文件，如果需要，支付少量费用下载它们。

所以，Filecoin 就像一个开放的市场，将需要存储的人和提供存储的人连接起来！

***

#### Filecoin 的特点

✅ 任何人都可以加入 → 你可以是文件拥有者，也可以是存储提供商。

&#x20;✅ 价格自由设定 → 没有单一公司控制价格；由人们自行决定。

&#x20;✅ 安全且透明 → 存储提供商必须不断证明他们正在安全地存储文件。

***

#### Filecoin 的应用场景

* **NFT 存储** → 安全存储基于区块链的艺术品和音乐。
* **游戏资产存储** → 存储元宇宙和在线游戏的数据。
* **数据备份** → 安全保存重要的网页或商业数据。

简而言之，Filecoin 是比传统云存储服务（如 Google Drive 和 AWS）更安全、更开放的替代方案。


---

# 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.filliquid.io/zh/filecoin/filecoin-shi-shen-me.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.
