Regional Starter Pack

Etherfuse

Etherfuse bridges traditional finance and decentralized finance, making financial systems more inclusive, transparent, and efficient for everyone.

Try Etherfuse

Experience the on-ramp and off-ramp flows with Etherfuse's integration. Check out the process your users might go through as they interact with Etherfuse from within your application.

Known Issues

  • If you try to create your customers through API calls, submitting the various "agreements" via POST requests to Etherfuse currently fails with a 406 error. This blocks customer KYC via these API methods. The Onboarding URL approach still works.

Supported Digital Assets

CETES

Etherfuse CETES

Supported Regions

RegionCurrencyPayment RailsCapabilities
🇲🇽 MexicoMXNSPEI
On Off

Integration Flow

These are the steps you (as a developer) can expect to implement as you work with Etherfuse.

Developer Onboarding

  • Developers must sign up and create an organization to get API Keys Click here
  • KYB/KYC is required for developers prior to launching on Mainnet

On-Ramp (Fiat → Crypto)

  1. 1

    Create Customer

    Register the user and receive a KYC onboarding URL.

  2. 2

    Complete KYC via Iframe

    Embed the onboarding URL in an iframe for identity verification.

  3. 3

    Get Quote

    Request a quote for the MXN to CETES conversion.

  4. 4

    Create On-Ramp Order

    Submit the order and receive SPEI payment instructions.

  5. 5

    Transfer Fiat via Bank

    The user sends MXN via SPEI using the provided payment details.

  6. 6

    Receive Tokens

    The anchor delivers CETES tokens to the user's Stellar wallet.

Off-Ramp (Crypto → Fiat)

  1. 1

    Create Customer + KYC

    Register and complete identity verification via iframe.

  2. 2

    Get Quote

    Request a quote for the CETES to MXN conversion.

  3. 3

    Create Off-Ramp Order

    Submit the off-ramp order to the anchor.

  4. 4

    Poll for Signable Transaction

    Wait for the burn transaction XDR to appear via polling.

  5. 5

    Sign with Freighter

    Sign the burn transaction in Freighter and submit to Stellar.

  6. 6

    Receive Fiat

    The anchor sends MXN to the user's bank via SPEI.

For Developers