# Third-Party Wallet Tutorial

The FON smart chain provides a wide range of third-party wallet support, which can be used to send/receive/purchase/exchange. Below we have provided a list of the most popular wallets.

If the wallet has not officially included the FON smart chain, it supports customization, and can also be customized to add network parameters of the FON smart chain

Fill in some basic network information of FON Chain, please fill in and check whether it is correct

```
Network name：FON Chain

RPC URL：The current official RPC
https://fsc-dataseed1.fonscan.io
https://fsc-dataseed2.fonscan.io

Chain ID：201022

Currency symbol：FON

Blockchain explorer：https://fonscan.io
```

| wallet     | tutorial link                                                              |
| ---------- | -------------------------------------------------------------------------- |
| Metamask   | [Use FON Chain in Metamask](/bridgewallet/wallettutorial/metamask.md)      |
| Ave.ai     | [Using FON Chain on Ave.ai](/bridgewallet/wallettutorial/ave.ai.md)        |
| Bitkeep    | [Using FON Chain in Bitkeep](/bridgewallet/wallettutorial/bitkeep.md)      |
| TokenPocet | [Use FON Chain in TokenPocet](/bridgewallet/wallettutorial/tokenpocket.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://docs.fonscan.io/bridgewallet/wallettutorial.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.
