# Adding Custom Tokens

### Prerequisites

* You have either [created](/terminal-wallet/first-time-setup/creating-a-new-wallet.md) or [imported](/terminal-wallet/first-time-setup/import-an-existing-wallet.md) a wallet

### Adding Tokens Walkthrough

#### 1. Navigate to 'Add New ERC20 Token' function and press Enter to proceed

<figure><img src="/files/0kbc88JzMOQ6eR4pa9SK" alt=""><figcaption></figcaption></figure>

#### 2. Paste in the token contract address.

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

Always double check that the contract address is correct as anyone can deploy a token with any name.

#### 3. Token is now added to your wallet

<figure><img src="/files/5yOLzZeIYz1kcA7nDDZ4" alt=""><figcaption></figcaption></figure>

The added token will now reflect in the [Main Balance Screen](/terminal-wallet/first-time-setup/main-balance-screen.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://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/adding-custom-tokens.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.
