Canonical token metadata for tokenized equities, ETFs, commodities, currencies, and crypto assets.
The goal of this repo is deliberately boring and very useful: never trust a token symbol by itself. Every record is keyed by provider, chain, and contract address, with source URLs and confidence metadata so Setwise services can distinguish canonical assets from lookalike tokens.
Initial provider adapters:
ondo— fetched from Ondo app sitemap and asset pages.xstocks— fetched from the official xStocks products page.robinhood— fetched from Robinhood Chain token-contract docs and the official on-chain asset registry that powers its live stock-token table.bstocks— fetched from available bStock listing data; currently lower confidence until a first-party Binance/issuer token registry is added.tether— includes Tether GoldXAUTand official XAUt0 deployment data.paxos— includes Pax GoldPAXG.rwa-xyz— imports contract metadata, descriptions, and logos from the public RWA.xyz catalogs and fills gaps left by issuer-specific adapters. Existing first-party records take precedence when a chain/address is listed by both sources.setwise-testnet— deployed mock bStocks and mock USDT on BNB Smart Chain Testnet.
npm test
npm run fetch
npm run validateBy default, the Ondo adapter fetches the initial Setwise candidate set:
SPYon, QQQon, NVDAon, TSLAon, AAPLon, MSFTon, AMZNon, GOOGLon
To crawl the full Ondo app sitemap:
npm run fetch:ondo:fullGenerated output:
data/token-list.json
Each token record contains:
providersymbolunderlyingSymbolchainIdchainNameaddressdecimalssourceUrlsourceTypeconfidencefetchedAt
Where available, records also contain description and logoURI. RWA.xyz records are marked as
third-party listings; their asset logo falls back to the protocol, platform, issuer, or manager
logo when a dedicated token image is unavailable. An official record may also inherit missing
description or logo metadata when RWA.xyz catalogs the exact same chain/address deployment.
Mock testnet records also include logoURI, pointing to the underlying company's logo (or the
Roundhill brand for DRAM).
assetType is normalized to one of:
equityetfcommoditycurrencycryptotreasurybondcreditreal-estateprivate-equityfund
official— fetched from a first-party provider/issuer page or docs.third-party-listing— fetched from a listing venue or other non-issuer source.manual-review— present but not considered canonical until reviewed.