Skip to main content
Prerequisite: You need a KYC-approved wallet with tokens and an active bank account on your organization. See Onboarding Customers for the full onboarding flow.

Offramp Flow

1

Discover Assets

2

Create a Quote — POST /ramp/quote

3

Create an Order — POST /ramp/order

4

Sign the Burn Transaction

5

Verify Completion — GET /ramp/order/{order_uuid}

Anchor Mode (Stellar Only)

For Stellar offramps, you can use anchor mode instead of the default burn transaction flow. In anchor mode, you build and submit the payment transaction yourself — Etherfuse provides the destination address and memo. This is useful when you want full control over transaction construction, or when integrating with wallets that support SEP-24-style withdrawal flows.
1

Create Order with useAnchor

2

Build and Submit Payment

3

Track Order Status