On this pageVerify the recipient addressVerify the asset and networkVerify the amount and gasCheck the transaction hash after broadcast

Verify the recipient address

For verify the recipient address, 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. Before starting, verify the page you are using, make sure the device is not under unknown remote control, use a trusted network connection, and prepare the address, network and asset details you actually need. No normal step should require sending a seed phrase, private key or verification code to a webpage, support agent or third party. Verify the recipient address 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 transaction checks 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.

Verify the asset and network

For verify the asset and network, 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. During the process, confirm one critical variable at a time: network first, then address, then asset and amount. This reduces mistakes caused by similar interfaces or multiple networks. When a signature or approval appears, review the requesting party and the permission scope; connecting a wallet does not mean every later request should be accepted. When something looks wrong, break verify the asset and network 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 transaction checks 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

Verify the amount and gas

For verify the amount and gas, 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. After the action, do not rely only on a “success” screen. Use the transaction hash to verify status on the relevant network. If the task only created a DApp connection, disconnect it when it is no longer needed and periodically review token approvals that remain active. For an unfamiliar verify the amount and gas 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 transaction checks 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.

Check the transaction hash after broadcast

For check the transaction hash after broadcast, 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. Before starting, verify the page you are using, make sure the device is not under unknown remote control, use a trusted network connection, and prepare the address, network and asset details you actually need. No normal step should require sending a seed phrase, private key or verification code to a webpage, support agent or third party. Check the transaction hash after broadcast 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 transaction checks 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