Settlement
Overview
Formal Definition
Given:
E = (I, q*, v*) 확정된 Execution
Settlement:
S(E) = { L₁, L₂, ..., Lₖ } Leg의 집합
where Lᵢ = [(fromaddr, toaddr, asset, amount), (fromaddr, toaddr, asset, amount)]
Leg type determination:
type(Lᵢ) = offchain if Lᵢ.asset ∈ Fiat where Fiat = { USD, EUR, KRW, JPY, ... }
type(Lᵢ) = onchain if Lᵢ.asset ∈ Crypto where Crypto = { USDC, USDT, ETH, ... }
Typical 2-Leg plan:
S(E) = { L_outflow, L_inflow }
= { (type₁, source, inputAmt, outflow, σ),
(type₂, target, outputAmt, inflow, σ) }
where σ = partial (Type A) | revert (Type B)Settlement Types
Type A (Retail)
Type B (Institution)
Leg Structure
Leg Type Determination
Leg Fields
Field
Type
Description
Settlement Plan
Plan Structure
Settlement Examples
Example 1: USDC → KRW (Crypto to Fiat)
Example 2: KRW → USDC (Fiat to Crypto)
Example 3: USD → EUR (Fiat to Fiat)
On-chain Settlement
Chain
Settlement Time
지원 자산
Off-chain Settlement
Rail
Tenor
Coverage
Settlement Lifecycle
Settlement Status
Status
Description
Leg Status
Status
Description
Next Steps
Last updated