Skip to main content
In WaaS 2.0, every transaction involves a source and a destination. The source indicates where the transaction originates, while the destination represents where the transaction is going, such as a wallet address, a signature, a contract, and more. Each transaction type corresponds to a specific set of source and destination types. For example, in a withdrawal transaction, the source will be a wallet created on Cobo Portal, and the destination will be either a wallet address or an Exchange Wallet.

Source and destination for each transaction type

Refer to the following table for the source and destination types corresponding to each transaction type. Detailed definitions for each source type and destination type can be found below the table.
If you transfer tokens between two wallets created on Cobo Portal, two transactions will be recorded: a deposit into the destination wallet and a withdrawal from the source wallet.
Transaction typeSource TypeDestination Type
Deposit - Cobo Loop transfersDepositFromLoopDepositToAddress
Deposit - Transfers between Exchange WalletsDepositFromWalletDepositToWallet
Deposit - Other deposit transactionsDepositFromAddressDepositToAddress
Withdrawal - Transfers between Exchange WalletsMain
Sub
ExchangeWallet
Withdrawal - Other withdrawal transactionsAsset
Org-Controlled
User-Controlled
Safe{Wallet}
Main
Sub
Address
ContractCallOrg-Controlled
User-Controlled
Safe{Wallet}
EVM_Contract
MessageSignOrg-Controlled
User-Controlled
EVM_EIP_191_Signature
EVM_EIP_712_Signature
ExternalSafeTxSafe{Wallet}EVM_Contract

Transaction source types

The transaction source types are as follows:
  • Asset: A Custodial Wallet (Asset Wallet).
  • Org-Controlled: An MPC Wallet (Organization-Controlled Wallet).
  • User-Controlled: An MPC Wallet (User-Controlled Wallet).
  • Safe{Wallet}: A Smart Contract Wallet (Safe).
  • Main: An Exchange Wallet (Main Account).
  • Sub: An Exchange Wallet (Sub Account).
  • DepositFromAddress: A wallet address.
  • DepositFromWallet: An Exchange Wallet.
  • DepositFromLoop: A transfer sent through the Cobo Loop transfer network.

Transaction destination types

The transaction destination types are as follows:
  • Address: A wallet address.
  • ExchangeWallet: An Exchange Wallet.
  • EVM_Contract: An EVM-compatible contract.
  • EVM_EIP_191_Signature: An EVM EIP-191 signature. For more details, see Signed Data Standard.
  • EVM_EIP_712_Signature: An EVM EIP-712 signature. For more details, see Typed structured data hashing and signing.
  • DepositToAddress: A wallet address.
  • DepositToWallet: An Exchange Wallet.