This list is generated from Trustware discovery data, so counts can change as the dataset refreshes. It shows the source chains and assets a user can deposit from. The destination chain and token are whatever you configure in your integration.
Query these programmatically
The explorer above reads the same public data your app can consume at runtime, so you never need to hardcode supported chains or assets.- REST API: call the discovery endpoints (
GET /chainsandGET /tokens) to populate selectors dynamically. - SDK: use
Trustware.useChains()andTrustware.useTokens(chainId)to fetch the same lists inside a React app.
