On this page
  1. Scope
  2. How to interpret the information
  3. Risks and boundaries
  4. What to do next

Scope

Support begins with self-checks: identify the network, record the transaction hash, verify addresses, review approvals and preserve non-secret diagnostic information. To understand Support, place the concept inside a real on-chain workflow: where the information comes from, what the user confirms, how the network records the result, and which outcomes cannot normally be reversed by a wallet provider. This makes inconsistencies easier to spot across different apps and networks.

How to interpret the information

A support workflow should never require your seed phrase, private key, verification code or remote control of your device. In practice, start with the intended outcome and then verify the relevant fields. If an address, network, contract or permission connected to Support cannot be explained, stop rather than accepting the default button. Public blockchain data can often be used as a second source of verification.

A practical way to check

Separate what you can verify publicly from what must remain secret. Network names, public addresses, transaction hashes and contract addresses can be checked against public blockchain data. Seed phrases and private keys should never be disclosed for this purpose.

Risks and boundaries

If a transfer is missing from the wallet view, check its actual status on the appropriate network explorer before deciding whether it is pending, failed or simply not yet indexed. Security is not a single “perfect protection” switch. It comes from repeatable habits: trusted entry points, independent checks, least-necessary permissions, offline protection of secret credentials, and a willingness to reject abnormal requests.

Security reminder
imtoken staff will not ask for your seed phrase or private key. Review the address, network and request before any transfer, signature or approval.

What to do next

For third-party DApps, exchanges or bridges, separate the responsibilities of each service to avoid diagnosing the wrong system. After an action, verify that the result matches the intention. Save non-secret references such as the transaction hash, network and public address for troubleshooting, while keeping seed phrases, private keys and verification codes private.

Before you continueIf a request is unclear, stop and verify it independently. Blockchain transactions and contract permissions can carry irreversible consequences.