# 了解Filecoin(FIL)钱包地址

#### 理解 Filecoin (FIL) 钱包地址

Filecoin (FIL) 钱包地址共有五种类型：f0、f1、f2、f3 和 f410（或 0x）。

***

#### 如何识别你的钱包地址类型

你可以通过 Filecoin 地址的前几个字符（称为“协议标识符”）来判断地址类型。

**示例：**\
如果你的地址如下所示：\
**f1s5hbfgxihcbdj5jc35kv2eyoqpqdbahyo67ord**\
“f” 后面的数字是 1，因此这是一个 **f1 地址**。

***

#### 为什么会有不同类型的钱包地址？

Filecoin 不仅仅是一个区块链，它还是一个去中心化数据服务网络，支持存储、检索和计算等功能。不同类型的地址在这个生态系统中承担特定的角色，帮助网络的各个部分协同运作。

***

#### 什么是 f410 或 0x 地址？

如果你想使用 Filecoin 虚拟机（FVM）应用，比如 DeFi 协议（包括 FILLIQUID），你需要一个 **f410**（或 **0x**）地址。

* **f410 地址** 以 “f410” 开头。
* **0x 地址** 类似于以太坊地址，以 “0x” 开头。

**f410 地址和 0x 地址是互通的，**&#x66;410 地址和 0x 地址是相互关联的，它们控制着同一个 FIL 余额，因此可以轻松互相转换。

**示例:**

* **f410fxk7kt4wlqoduvsv52sflzrkrp7iwuqjqphtis5y**\
  ↔
* **0xBabea9F2Cb83874aCaBdD48ABCc5517fd16A4130**

这两个地址都可以访问相同的 FIL 余额，因此我们称它们为 **0x/f410 钱包**。


---

# 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/zhi-ya-yong-hu-zhi-nan/geng-duo-jie-shao/liao-jie-filecoinfil-qian-bao-di-zhi.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.
