Skip to content

Addresses Management

The system manages two types of wallet addresses:

Wallet Address (Native)

  • Represents addresses for native blockchain tokens (e.g., TRX for Tron, ETH for Ethereum)
  • Used to store and manage the blockchain's native cryptocurrency
  • Identified by a combination of wallet ID and address
  • Serves as the base for token addresses

Wallet Token Address

  • Represents addresses for non-native tokens (e.g., USDT, other ERC20 tokens)
  • Built on top of a native wallet address
  • Contains additional token-specific information (token contract address, decimals, etc.)
  • Allows tracking balances and transactions for specific tokens at the same address
  • Identified by a combination of native address ID and token ID

This separation allows the system to efficiently manage both native blockchain currencies and their associated tokens while maintaining proper relationships between addresses and their capabilities.