# Managing & Adding Tokens

OISY Wallet supports a wide range of assets across multiple blockchains. If you don’t see a token in your asset list, follow these steps to manage and add tokens manually.

### Step 1: Viewing Your Assets

1\. Open OISY Wallet at [OISY.com](https://OISY.com).

2\. Click ‘Assets’ on the left-hand sidebar.

3\. Standard assets should appear in the center of the screen.

📌 *If your token is not visible, follow the steps below to manually add it.*

### Step 2: Searching for a Token

1\. Scroll down and select ‘Manage List’.

2\. Use the Search bar to look up the token by name or symbol.

3\. If the token appears in the results, select it, and it will now display in your wallet.

📌 *If the token is still missing, you may need to manually import it.*

### Step 3: Manually Adding a Token

If your token is not detected automatically, follow these steps to import it:

1\. Click ‘+ Don’t see your token? Import’.

2\. Select the correct blockchain network from the dropdown menu:

* &#x20;Ethereum → Enter the ERC-20 contract address.
* &#x20;Solana → Enter the SPL token address.
* Internet Computer → Enter the Ledger Canister ID.

📌 *The Index Canister ID is not required, but without it, you won’t see the token’s transaction history.*[*\**](https://x.com/oisy/status/1859603949545828787)

3\. Review the token details carefully:

* Name
* Network
* Symbol
* Contract Address

4. &#x20;If everything is correct, click ‘Add the Token’
5. Your newly added token will now be visible in your wallet under the Assets tab.

### Step 4: Troubleshooting Missing Tokens

If your token still doesn’t appear after importing:

* Double-check that the contract address is correct (you can verify it on Etherscan, Solscan, or ICScan).
* Ensure you selected the correct network—tokens on different chains require separate contract addresses.
* If necessary, refresh your wallet or log out and back in to update the asset list.

📌 *If you continue to have issues, please raise a* [*support ticket*](/using-oisy-wallet/support.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.oisy.com/using-oisy-wallet/how-tos/managing-and-adding-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.
