Skip to main content
Token-specific parameters are published onchain in the registry and mirrored by the OMS. They are separate from per-asset risk parameters (collateral and liability factors, IM factors, open-interest caps), which are served by GET /registry/risk-parameters. GET /registry/assets returns one entry per listed (asset, chain), corresponding to the onchain IRegistry.AssetData: Two parameters are read from separate endpoints:
  • Decimals — each token’s onchain decimals, used to normalize amounts to Tplus’s 18-decimal internal units. POST /registry/decimals.
  • Vault address — the deposit-vault contract per chain. GET /registry/vaults; never hardcode it.
Per-chain confirmation policy — how many confirmations before a deposit, withdrawal, or settlement is ingested — is listed under Deposits. Read these from the registry endpoints rather than hardcoding them; values change by governance.