# Add FUSD in Wallet

If you already hold FUSD, you can add it to your wallet's asset list as a "Custom Token." We provide instructions for several commonly used wallets:

1. ### MetaMask

Tap the **\[+]** button in the upper right corner of the token list; select the corresponding network on the "Add Asset" page; select **\[Custom Token]** and enter the FUSD token [**contract address**](/finchain-docs/en/fusd/introduction.md), then click **\[Next]**; after confirming that the asset name is "FinChain Dollar (FUSD)" on the "Add Asset" page, click **\[Import]** to view the details of your FUSD holdings in the token list.

<figure><img src="/files/R703eQNeUSUtK1kqSLvA" alt=""><figcaption></figcaption></figure>

2. ### OKX Wallet

Find the **\[Manage Crypto]** button below the currency list, select **\[Custom Crypto]**, enter the corresponding FUSD token [contract address](/finchain-docs/en/fusd/introduction.md) according to the selected network, and continue to enter the "Symbol" and "Currency Precision" (it may also be automatically recognized). Tap **\[Confirm]**.

<figure><img src="/files/c65MKu3F49EbdPGwt7Sy" alt=""><figcaption></figcaption></figure>

The above guidelines also apply to adding other similar wallet apps. If you still need assistance, please contact our customer support team at <support@finchain.global>.


---

# 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://finchain.gitbook.io/finchain-docs/en/fusd/fusd-token/add-fusd-in-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.
