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
| Field | Description |
|---|---|
| Underlying asset | The company, fund, commodity or instrument the token references. |
| RWA category | Stocks, ETFs, Commodities, Treasuries or Pre-IPO. |
| Issuer | The organization responsible for the tokenized product. |
| Official mint | The token's canonical Solana address, matched against an issuer source. |
| Blockchain | Solana. |
| Token symbol and standard | Onchain symbol; SPL Token or Token-2022, read from the chain. |
| Documentation | Links to the issuer's product, legal and structure documentation. |
| Verification status | Verified, with the sources used and the date of the last review. |
| Trading status | Whether trading is enabled in the interface. |
| Restrictions | Jurisdiction and eligibility restrictions published by the issuer or listing venue. |
| Market snapshot | Liquidity 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 applicationDetails of each step are in the Verification Methodology and Data Sources.
Current contents
| Category | Assets |
|---|---|
| Stocks | 66 |
| ETFs | 6 |
| Commodities | 3 |
| Treasuries | 1 |
| Pre-IPO | 11 |
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.