Account details

On the SEI blockchain, accounts have two wallet addresses: an EVM-compatible address (0x...) and a COSMOS-compatible address (sei...). These addresses correspond to the same account but operate on different layers of the SEI ecosystem.

Address association

  • Separate accounts: When the EVM and Native SEI (COSMOS) addresses are not associated, they are displayed as separate accounts.

  • Associated accounts: Once the addresses are associated, they are displayed synchronously on a single interface. This means that regardless of which address you are viewing, you can see the transaction history, token holdings, and SEI balance for both addresses. The SEI balance is synchronized across both addresses.

Account details display

The account details page includes the following information:

  • SEI balance:

    • Before association: Each address (0x... and sei...) displays its own separate SEI balance.

    • After association: The SEI balance is synchronized and calculated as the combined total of both addresses at the time of association. This synchronized balance is displayed for both addresses.

  • Token holdings: A list of tokens held by the account, including balances and details for both EVM and COSMOS tokens.

  • Transaction history: A comprehensive history of all transactions involving the account, including both EVM and COSMOS transactions.

  • Gas used: The total amount of gas used by the account in its transactions.

  • Internal transactions: Transfers of SEI carried out through smart contracts, providing deeper insights into the account's activity.

By presenting this information in a unified view, users can easily manage and monitor their accounts regardless of the underlying address type, ensuring a seamless and integrated experience on the SEI blockchain.

Last updated