Skip to content

Module: EVM Wallets and Transfers

This module is direct window into the blockchain, serving as the immutable, on-chain ledger for your tokenized RWAs. It provides the ultimate source of truth for RWA ownership, transfers, and distributions, allowing administrators to verify and reconcile on-chain facts with the platform's off-chain records.

How they connect: An EVM Wallet is the on-chain identity of an investor's profile, holding their digital RWA tokens. EVM Transfers are the recorded, verifiable movements of these tokens between wallets, such as from the company to the investor upon issuance.

The EVM Wallets List View

This screen provides an overview of all on-chain wallets registered on the platform.

Column TitleDescription
IDThe unique identifier for the internal wallet record.
OwnerThe name of the investor (Profile) who controls this wallet.
AddressThe unique, public blockchain address of the wallet.
BalanceThe balance of the primary platform token or a calculated value.
Created atThe date the wallet was registered in the system.

The EVM Wallet Detail View

Tab: General

This tab contains the core identifying information and balance summary for the on-chain wallet.

Field NameDescription
BalanceThe estimated current value of all RWA tokens held in this wallet, denominated in USD.
OwnerThe name of the investor (Profile) associated with this wallet address.
Public keyThe unique, public blockchain address of the wallet.
StatusThe verification or operational status of the wallet (e.g., created, verified).
Created atA read-only timestamp indicating when the wallet was first registered in the system.
Updated atA read-only timestamp indicating when the wallet record was last modified.

Tab: Token Holdings

The Token Holdings tab provides a detailed breakdown of all the specific RWA tokens currently held within this single EVM wallet. It acts as an on-chain portfolio view for the individual investor.

Column TitleDescription
SymbolThe ticker symbol of the RWA token.
AmountThe exact number of tokens of this specific RWA held in the wallet.
OfferThe name of the corresponding RWA offering. This should be a link to the Offer detail page in the admin panel.

The EVM Transfers List View

This screen shows a chronological log of all on-chain transactions across the platform.

Column TitleDescription
IDThe unique identifier for the internal transfer record.
Transaction txThe unique transaction hash (TxHash) from the blockchain. This is a direct, clickable link to a block explorer like Etherscan for independent verification.
Created atThe timestamp when the transaction was confirmed on the blockchain.

The EVM Transfer Detail View

This tab provides the core details for a single on-chain transaction.

Field NameDescription
Transaction txThe unique transaction hash (TxHash) from the blockchain.
StatusThe current status of the blockchain transaction (e.g., pending, processed, failed).
InvestmentA link to the off-chain Investment record that triggered this on-chain transfer.
RWA/OfferThe specific RWA offering these tokens belong to.
SymbolThe token symbol.
TokensThe number of RWA tokens transferred in this transaction.
From AddressThe sender's EVM wallet address.
To AddressThe recipient's EVM wallet address.
Created atA read-only timestamp indicating when the transaction was first detected or initiated by the system.
Updated atA read-only timestamp indicating when the transaction's status was last updated (e.g., when it moved from pending to processed).