Skip to main content
Prerequisite: You need a KYC-approved wallet with tokens and an active bank account on your organization. See KYC Overview for what verification requires, and KYC WebSDK for the hosted flow.
Redemptions are independent of how much was onramped. A customer can sell (redeem) any amount of a stablebond up to their current balance — it does not need to match the amount they originally bought. There’s no paired buy/sell or lot tracking; partial redemptions and redeeming tokens acquired elsewhere both work.

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