# 钱包

### 什么是钱包？ <a href="#what-is-a-wallet" id="what-is-a-wallet"></a>

加密钱包是用于传输和存储加密货币的设备或程序。加密钱包可以有不同的类型，例如纸钱包、硬件钱包和软件钱包。还有一些智能手机移动应用程序和计算机程序提供了一种用户友好的方式来创建和管理钱包。与加密货币一起，加密钱包存储一组加密密钥，用于发送、接收和追踪加密货币的所有权。

密钥对是加密派生的安全生成的私钥和公钥。私钥及其对应的公钥一起称为密钥对。钱包包含一个或多个密钥对的集合，并提供一些与它们交互的方法。任何加密钱包的安全性都取决于私钥的存储方式。

公钥被称为钱包的接收地址或简称为地址。钱包地址可以自由分享和展示。当另一方要向钱包发送一定数量的加密货币时，他们需要知道钱包的接收地址。根据区块链的实施，该地址还可用于查看有关钱包的某些信息，例如查看余额，但无法更改钱包的任何信息或提取任何原生币和代币。

为了将加密货币发送到另一个地址或对钱包进行任何更改，私钥用于对交易进行数字签名。重要的是要注意私钥绝不能共享，并且应始终安全保存。如果以任何方式获得对附加到钱包的私钥的访问权限，攻击者就可以提取所有包含的令牌。此外，如果钱包的私钥丢失，则任何已发送到或存储在该钱包地址中的代币都将永久丢失。

不同的钱包解决方案提供不同的密钥对安全方法，与密钥对交互以及签署交易以使用/花费代币。有些比其他的更容易使用，有些存储和备份私钥更安全。FON智能链支持多种钱包，让用户有权选择合适的钱包来满足他们所需的安全性和便利性。

如果您希望能够在币安智能链区块链上接收 FON 和其他支持的代币，您首先需要创建一个钱包并配置密钥管理。

### 支持的钱包 <a href="#supported-wallets" id="supported-wallets"></a>

* 支持FON链的钱包列表

<table data-header-hidden><thead><tr><th width="227"></th><th width="337"></th><th></th></tr></thead><tbody><tr><td>钱包名称</td><td>网站</td><td>是否收录</td></tr><tr><td><img src="/files/bMLZLXeS6a8dbLPOmcvM" alt="" data-size="line">  <strong>Avewallet</strong></td><td><a href="https://ave.ai/download">https://ave.ai/download</a></td><td>是</td></tr><tr><td><img src="/files/pc1TRBDwvuQ0q2wkjJfO" alt="" data-size="line">  <strong>Bitget Wallet</strong></td><td><a href="https://web3.bitget.com/">https://web3.bitget.com</a></td><td>是</td></tr><tr><td><img src="/files/7qfwFCXxmGJLoDfeRgEN" alt="" data-size="line">  <strong>TokenPocket</strong></td><td><a href="https://www.tokenpocket.pro/">https://www.tokenpocket.pro</a></td><td>快捷收录</td></tr><tr><td><img src="/files/WlULHpThaHfgPmVZvNWv" alt="" data-size="line">  <strong>MetaMask</strong></td><td><a href="https://metamask.io/">https://metamask.io</a></td><td>自定义添加</td></tr><tr><td><img src="/files/G2rFPu1H3smG3qQIZEWd" alt="" data-size="line">  <strong>OKX Wallet</strong></td><td><a href="https://web3.okx.com/">https://web3.okx.com</a></td><td>自定义添加</td></tr><tr><td><img src="/files/R4fnv1MVq9mxPtrjTll2" alt="" data-size="line">  <strong>Math Wallet</strong></td><td><a href="https://mathwallet.org/en-us/">https://mathwallet.org</a></td><td>自定义添加</td></tr></tbody></table>


---

# 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.fonscan.io/zh_cn/bridgewallet/wallet.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.
