# Wallet Related

## I can't find tokens in Metamask

Wallets such as Metamask or others might not include Evolution Land tokens in their default token list. You may need to add/register the custom tokens so that the wallet will be able to show them in the balance.

The information they need:

* The Atlantis Continent (Ethereum)

| Token Contract Address                     | Token Symbol | Decimals of Precision |
| ------------------------------------------ | ------------ | --------------------- |
| 0x9469d013805bffb7d3debe5e7839237e535ec483 | RING         | 18                    |
| 0x9f284e1337a815fe77d2ff4ae46544645b20c5ff | KTON         | 18                    |
| 0x358dba28848cca268ba8a76b65e5b3ef9ef92238 | GOLD         | 18                    |
| 0xd4b784ae5c12153d11ca55853d832d2a2d514a08 | WOOD         | 18                    |
| 0x19e22a73a046f19ecb51a46ace4ca7a4bb7c20c6 | HHO          | 18                    |
| 0x8469a695d70033ecd170c82be1253842162aa77e | FIRE         | 18                    |
| 0x1320994fa466e19f17b143995999c7275eae50e1 | SIOO         | 18                    |

* The Byzantine Continent (Tron)

| Token Contract Address             | Token Symbol | Decimals of Precision |
| ---------------------------------- | ------------ | --------------------- |
| TL175uyihLqQD656aFx3uhHYe1tyGkmXaW | RING         | 18                    |
| TW3kTpVtYYQ5Ka1awZvLb9Yy6ZTDEC93dC | KTON         | 18                    |
| TCA6c9DLYKX4QTPL5pfCBkJqrJJ9DdVM4S | GOLD         | 18                    |
| TGuGnbnUAao1Rqp7W4SWJdbT25onnJ3oy2 | WOOD         | 18                    |
| TNGkC4xUSAyWaiJu3tu7EmgqUtvR45jTFG | HHO          | 18                    |
| TSxvo3HsdfWpg1Z6KGrLa14Ap56aFKk1bz | FIRE         | 18                    |
| TQZDHQw6evUsACqT14pCVMvbTXMZbarFtt | SIOO         | 18                    |

## I lost access to my wallet, can you recover my assets?

Unfortunately, we can't. This is not because our policy doesn't allow us. It's because smart contracts on the blockchain secure all the assets. Your private key is the only thing to unlock and use your assets. We have no power to edit or reallocate assets owned by users.

## Why each operation costs so much?

Each operation is a transaction on-chain. You need to pay the gas fee for them to be processed by the miners. Sometimes when the blockchain network is busy, many transactions are in the queue. Miners will prioritize these pending transactions by the gas price users set. If you set the gas price low, your transaction costs less but will wait longer. If you set the gas price high, your transaction costs more but gets processed soon.


---

# 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.evolution.land/overview/faq/wallet-related.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.
