# FAQ: Why did I recover a wallet but my balance shows 0 and the addresses are changed?

First, if you encounter this situation while using Seed Phrase, try to use Private Key to recover the wallet because one Seed phrase will be able to generate many private keys -> multiple wallet addresses. If this method still does not work, you can refer to the following ways:

### 1. The Seed Phrase/ Private Key wasn't correctly input.

The Seed Phrases/ Private Keys may have missing letters or typos. Check to see if you entered anything incorrectly.&#x20;

### 2. The Seed Phrase/ Private Key was correctly input but in the wrong order.

Please keep in mind that different seed phrase orders will result in different wallets. Make sure the seed phrase is entered in the correct order.

### 3. The seed phrase/ private key wasn't correctly written down originally

The seed phrase/private key wasn't written down correctly the first time. In this case, we can't assist you in retrieving your wallet because we don't have access to or save your seed phrase or private key.

### 4. T**he seed phrase is not in the right standard**‌

Coin98 supports 2 import options (New Standard or Old Standard) for each wallet on some blockchains such as Bitcoin, Solana, Avalanche C-chain, Viction (formerly Tomochain), Celo, Injective, The Open Network, Tron, Persistence and Aptos (including Aptos Testnet, Aptos Devnet and Aptos mainnet). If you did not choose the right standard that the initial wallet belongs to, it cannot be properly recovered.&#x20;

<figure><img src="/files/caKCN8bZqxzBfvQvrGTX" alt="" width="563"><figcaption></figcaption></figure>

The default standard on Coin98 upon creating a new wallet/importing an existing wallet is the new one. If you wish to restore using the old standard, you can select it in the advanced options.


---

# 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.coin98.com/products/coin98-super-wallet/mobile/wallet-management/recover-wallet-but-my-balance-show-0.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.
