FX conversion

Convert between currencies using atomic burn-and-mint operations.

What this will cover

  • How FX conversion works (atomic burn-and-mint on Mantle Network)

  • Supported currency pairs across 7 tokenized deposit currencies

  • Rate calculation and fees

  • Step-by-step integration guide with code samples

FX is already available for External Wallet Access Mode integrations. See the External Wallet Access Mode FX flow for the current implementation with sequence diagrams.

How FX works

Users can instantly convert between fiat currencies they hold (e.g., USD to EUR). Behind the scenes, UR executes an atomic burn-and-mint operation on the user's tokenized deposits.

Last updated