Skip to main content
Any SEP-41 compliant Soroban token can be used, subject to the facilitator’s ALLOWED_ASSETS whitelist. USDC is the default and the only widely deployed choice today.

USDC

Amounts on the wire are integers in the smallest unit (10^-7 USDC). Use the SDK helpers formatAmount and parseAmount rather than doing arithmetic by hand.

Adding a new asset (operator)

Restart. GET /supported now returns the new asset. See Configuration Reference.

Notes

  • The asset must implement SEP-41. Legacy classic assets are not usable directly; use the SEP-41 wrapper contract.
  • Sellers price in one asset per endpoint. Multi-asset pricing is planned but not implemented.
  • Buyers cannot pay in a different asset than the seller quoted — /verify returns asset_not_supported.