Assets

Asset Registry

The source of truth for which assets RwaMarkets recognizes.

The RwaMarkets Asset Registry determines which tokens the interface presents as verified RWAs, how they are categorized, and which information is shown about them. No external API can add an asset to the registry; entries are produced by a documented synchronization process and published with the application.

Registry fields

FieldDescription
Underlying assetThe company, fund, commodity or instrument the token references.
RWA categoryStocks, ETFs, Commodities, Treasuries or Pre-IPO.
IssuerThe organization responsible for the tokenized product.
Official mintThe token's canonical Solana address, matched against an issuer source.
BlockchainSolana.
Token symbol and standardOnchain symbol; SPL Token or Token-2022, read from the chain.
DocumentationLinks to the issuer's product, legal and structure documentation.
Verification statusVerified, with the sources used and the date of the last review.
Trading statusWhether trading is enabled in the interface.
RestrictionsJurisdiction and eligibility restrictions published by the issuer or listing venue.
Market snapshotLiquidity and depth measured at the last review. Used for listing decisions and ordering only.

How the registry is built

Issuer sources (APIs, documentation)
      │   official mint ↔ issuer association
      ▼
Onchain check (Solana RPC)
      │   must be a token mint; decimals and token program recorded
      ▼
Classification (security reference data + curated ETF lists)
      │
      ▼
Liquidity gate (≥ $50,000 and a live $10k depth test)
      │
      ▼
Registry published with the application

Details of each step are in the Verification Methodology and Data Sources.

Current contents

CategoryAssets
Stocks66
ETFs6
Commodities3
Treasuries1
Pre-IPO11

Last synchronized 2026-09-23. Every official mint is listed in the Contract Registry.

Future: public registry access

The registry is structured so it can be exposed as a searchable public registry or API. Until then, the Contract Registry page publishes the full list of official mints.