Value moves atomically or not at all: delivery-versus-payment in one indivisible transaction, oracle attestations bringing off-chain truth on-chain with replay protection, and every settled transfer signed into an append-only record that outlives us. Trust is exported, not requested.
Either both legs settle or neither does — no fails to chase.
Off-chain facts arrive signed, verified, and replay-protected.
Delivery-versus-payment as one transaction — the settlement pattern your counterparty's risk team actually wants to see.
EIP-712 signing, nonce/replay protection, signer allowlists, staleness windows — off-chain truth with provenance.
Every decision and settlement cryptographically signed into a record that's exportable and independently verifiable.
Hooks-enforced logic with on-ledger finality in seconds for lending and payment programs.
Integer math, no wall-clock dependence, no unseeded randomness — the same inputs always produce the same state.
Settlement records formatted for your admin, auditor, and lender reporting — no manual re-keying.
| Settlement environments | EVM (ERC-3643 programs), XRPL (Hooks, MPTs), Unykorn L1 (WASM) |
| Atomicity | DvP and payment-for-obligation swaps settle in single indivisible transactions |
| Oracles | EIP-712 attestation framework; m-of-n aggregation; Chainlink feeds where required |
| Audit trail | Append-only, signed per event; verifiable without access to Unykorn systems |
| Determinism | Integer minor units; no floats, no wall-clock, no unseeded randomness in settlement |
| Finality | Sub-second on the L1; seconds on XRPL; chain-native on EVM |
| Fee posture | Platform fees only; zero transaction-contingent fees |