# About Custom Token

Custom Token provides the function of quickly adding tokens for users, including custom network and networks that are natively supported by TokenPocket wallet. However, this function only supports those tokens that already exist in the blockchain. It requires users to input tokens’ contract accurately. Otherwise, custom token cannot be verified by the blockchain or added.

**Why can't I add tokens?**&#x20;

Check this by following steps:&#x20;

1\. Please confirm that the tokens you entered have been issued in the current network.&#x20;

2\. Please make sure your token contract, decimal, and symbol are entered correctly.&#x20;

3\. Go to ‘Me’-‘Settings’-‘Nodes Setting’ to check if the current node is available.

**Beware of Phishing**&#x20;

Since TokenPocket wallet cannot verify the authenticity of custom tokens, users should confirm the accuracy of token information, including but not limited to contract, decimal, and symbol, when adding custom tokens. Meanwhile, DApp and DeFi can also send requests to add or overwrite custom tokens to users through the common interface. Please make sure to confirm the correctness of the token's contract, symbol and other information several times when adding.


---

# 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://help.tokenpocket.pro/en/wallet-operation/custom-network-token/about-custom-token.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.
