On this pageHow wallet balances are displayedToken contracts and same-name assetsTransaction history and transaction hashesA sequence for checking balance discrepancies

How wallet balances are displayed

For how wallet balances are displayed, the goal is not to memorize labels but to build a repeatable decision sequence: confirm the current network and account context, understand what the requested action changes, and then verify the resulting state on-chain. A useful starting point is to separate what a wallet interface displays from what the blockchain itself records. A wallet manages account credentials, network settings and transaction construction, while ownership and transaction state are determined by the selected network. When a balance or transfer looks unusual, verify the network, address, transaction hash and block-explorer record rather than relying on a single interface message. How wallet balances are displayed also connects to other wallet tasks. Network choice affects fees and transaction visibility, contract interaction can affect approvals and asset state, and security habits apply across creation, backup, transfers and Web3 use. This page focuses specifically on assets & transactions so the guidance can be applied to a real task rather than treated as a generic feature list. The key is to verify network context, understand what the requested action changes, and keep sensitive credentials outside webpages and support conversations.

Token contracts and same-name assets

For token contracts and same-name assets, the goal is not to memorize labels but to build a repeatable decision sequence: confirm the current network and account context, understand what the requested action changes, and then verify the resulting state on-chain. Networks can differ in account models, fee calculation, confirmation behavior and smart-contract rules. A familiar-looking address does not make two networks interchangeable. Before moving assets, identify the source network, the destination network and whether a bridge or another cross-network mechanism is required; cross-chain movement should not be treated as an ordinary transfer. When something looks wrong, break token contracts and same-name assets into four questions: what address or contract is involved, which network is active, what action is being requested, and what result should be visible on-chain. This is usually more reliable than repeating the same click. This page focuses specifically on assets & transactions so the guidance can be applied to a real task rather than treated as a generic feature list. The key is to verify network context, understand what the requested action changes, and keep sensitive credentials outside webpages and support conversations.

A practical review sequence

  1. Confirm the active network and the intended account
  2. Verify the address, contract or DApp source
  3. Read the exact action, amount and permission scope
  4. Verify the public on-chain result after completion

Transaction history and transaction hashes

For transaction history and transaction hashes, the goal is not to memorize labels but to build a repeatable decision sequence: confirm the current network and account context, understand what the requested action changes, and then verify the resulting state on-chain. On-chain actions are usually verifiable but often difficult or impossible for a wallet provider to reverse. A transaction hash can be used to inspect broadcast, inclusion, confirmation or failure. For contract interactions, also review the target contract, method, spender and parameters. If a request is not understood, the safer choice is not to sign, approve or send. For an unfamiliar transaction history and transaction hashes issue, keep verifiable non-sensitive evidence such as a public address, network name, transaction hash and visible error text. Sensitive credentials are not troubleshooting material and should not be given to support staff. This page focuses specifically on assets & transactions so the guidance can be applied to a real task rather than treated as a generic feature list. The key is to verify network context, understand what the requested action changes, and keep sensitive credentials outside webpages and support conversations.

Security note: imtoken will never ask for a seed phrase, private key or verification code. A wallet provider also cannot unilaterally reverse a completed on-chain transaction.

A sequence for checking balance discrepancies

For a sequence for checking balance discrepancies, the goal is not to memorize labels but to build a repeatable decision sequence: confirm the current network and account context, understand what the requested action changes, and then verify the resulting state on-chain. A useful starting point is to separate what a wallet interface displays from what the blockchain itself records. A wallet manages account credentials, network settings and transaction construction, while ownership and transaction state are determined by the selected network. When a balance or transfer looks unusual, verify the network, address, transaction hash and block-explorer record rather than relying on a single interface message. A sequence for checking balance discrepancies also connects to other wallet tasks. Network choice affects fees and transaction visibility, contract interaction can affect approvals and asset state, and security habits apply across creation, backup, transfers and Web3 use. This page focuses specifically on assets & transactions so the guidance can be applied to a real task rather than treated as a generic feature list. The key is to verify network context, understand what the requested action changes, and keep sensitive credentials outside webpages and support conversations.

Final checklist

✓ Keep seed phrases offline✓ Never disclose private keys✓ Verify address and network✓ Read signature requests✓ Review token approvals✓ Use trusted devices and networks