Skip to content

Settlement

What happens after you confirm an Intent — how and when funds are transferred.

Overview

Once you confirm an Intent, Ezys records an Execution Commitment on-chain and settlement begins. You don't need to manage settlement directly — Ezys coordinates with the liquidity sources and settlement partners to complete the transfer.

Your confirmed Intent includes the exact rate, output amount, and fees. These do not change during settlement.

Settlement Paths

Each confirmed Intent settles through one or more Legs — individual asset movements. The settlement path depends on the asset types involved.

Asset typePathTiming
Crypto (USDC, etc.)On-chain — smart contract executionNear-instant
Fiat (KRW, USD, etc.)Off-chain — partner settlement railsVaries by partner and rail

A typical Intent (e.g. USDC → KRW) involves two Legs: an on-chain outflow and an off-chain inflow.

Tracking Settlement

The Intent status reflects settlement progress:

StatusWhat it means for you
executingSettlement is in progress — at least one Leg is being processed
settledAll Legs completed — you have received (or your counterparty has received) the funds

Poll GET /v1/intents/{intentId} to check the current status. The settlement.status and settlement.completedAt fields indicate when settlement finalized.

Settlement Preference

You can indicate a preference via the settlementPref constraint:

ValueBehavior
hybridEzys selects the optimal settlement path (default)
onchainPrefer on-chain settlement where possible
offchainPrefer off-chain settlement where possible

In most cases, hybrid is recommended. Ezys will choose the path that best balances speed and cost.

What You Don't Need to Manage

  • Liquidity source selection — handled by the Solver Network
  • Settlement coordination — handled by Ezys and its partners
  • On-chain transactions — executed automatically via smart contracts
  • Off-chain rail selection — determined by the settlement path

Your responsibility ends at confirming the Intent. Ezys handles everything from commitment to fund delivery.