← Back to Patent Claims
Patent Claim 086 All Patents →

Non-Custodial Atomic Multi-Leg (DVP/PVP) Settlement

Per-Leg Compliance Atomicity, Re-Verified Beneficiary Binding, and Fee Assessment Deferred Until Ledger Finality

Patent Claim JIL Sovereign July 2026 Claim 86 of 157

Executive Summary

JIL Sovereign's settlement engine advances delivery-versus-payment (DVP) and payment-versus-payment (PVP) settlements through a deterministic lifecycle — received, validated, compliance-checked, accepted, ready, submitted, confirmed, final. Four properties distinguish how it handles multi-leg settlement specifically: each leg of a DVP/PVP settlement is screened independently, and a compliance denial on any single leg atomically fails the entire settlement, so no leg ever executes while its counterpart leg is blocked; a beneficiary-binding check is re-verified as a second, independent gate distinct from the settlement's original binding; the engine relays only a payment authorization the client itself already signed, refusing to fabricate or self-sign a payment when none was supplied; and the settlement fee is not calculated until the underlying ledger transaction has crossed a configured finality-confirmation threshold.

Core Innovation: Compliance atomicity is enforced at the per-leg screening layer, not only at the smart-contract execution layer, and the operator never signs on a client's behalf — a settlement that lacks a client-signed payment authorization fails honestly instead of being fabricated.

Problem Statement

Multi-leg settlement designs typically enforce atomicity only where it is easiest — at the smart-contract or ledger execution layer — while leaving compliance screening as a single check applied to the settlement as a whole, or skipped per leg entirely. Custodial settlement platforms compound the risk by having the platform itself sign on the client's behalf, creating a moment where the operator, not the client, controls the payment instruction.

8
States in the settlement lifecycle, each independently observable and auditable
2
Independent compliance gates per settlement — per-leg check plus re-verified binding
0
Payments the engine will fabricate or self-sign on a client's behalf

Why Existing Solutions Are Insufficient

  • Contract-only atomicity: smart-contract DVP/PVP designs guarantee that both legs settle together or not at all on-chain, but apply no independent, per-leg compliance screening before execution.
  • Traditional correspondent-banking PVP: relies on internal bank controls rather than cryptographic non-repudiation of the payment instruction, with no per-leg compliance re-screening.
  • Custodial settlement-as-a-service: the custodian signs the payment instruction on the client's behalf, introducing a custodial moment the client does not control.
  • Fee-at-submission designs: a fee is charged as soon as a transaction is submitted, before it is guaranteed final, exposing the operator to reorg risk and clients to fees on transactions that may not ultimately settle.

Technical Architecture

StateWhat Happens
receivedSchema validated, expiry set, travel-rule evaluation run
validatedBeneficiary binding re-verified (Gate 2); per-leg or single compliance check run
compliance_checkCompliance decision recorded per leg; any-leg-denied fails atomically
acceptedSIMPLE settlements auto-advance; DVP/PVP wait for all legs to attest ready
readyClient-signed payment authorization resolved and relayed to the ledger
submittedLedger transaction submitted; monitored for inclusion or timeout
confirmedBlock inclusion observed; confirmation count tracked toward finality
finalFinality threshold crossed; fee calculated; receipt assembled

Per-Leg Compliance Atomicity

For a DVP or PVP settlement, each leg is evaluated against the compliance-decision service independently, in order. The moment any leg receives a deny decision, evaluation stops and the entire multi-leg settlement is rejected — no leg is permitted to execute while a sibling leg has failed. A SIMPLE (single-leg) settlement runs one equivalent check.

Re-Verified Beneficiary Binding as a Second Gate

Before per-leg compliance evaluation even begins, the settlement's recorded beneficiary binding is independently re-verified. A binding mismatch rejects the settlement immediately, with the mismatch reason and binding hash recorded — this check is structurally distinct from, and precedes, the compliance evaluation gate.

Non-Custodial, Fail-Honest Payment Relay

When a settlement reaches the ready state, the engine resolves the client-signed payment authorization that must accompany it — the settlement-level authorization for a SIMPLE settlement, or the designated payment leg's own authorization for DVP/PVP. If no such signed authorization exists, the engine explicitly fails the settlement with a reason stating that it relays a client-signed authorization non-custodially and will not generate one, rather than fabricating a signature.

Finality-Gated Fee Assessment

Only once a confirmed settlement's transaction has accumulated confirmations meeting the configured finality threshold does the engine calculate the settlement fee, mark every leg settled, and assemble a settlement receipt — embedding the beneficiary-binding hash and its verification result — before flipping the settlement to its final state.

Prior Art Differentiation

SystemPer-Leg ComplianceSigning ModelFee Timing
Correspondent-banking PVPNo independent re-screeningInternal bank controlsAt initiation
Smart-contract DVP (HTLC-style)Execution-layer onlyClient or contract-heldAt execution
Custodial settlement-as-a-serviceVariesCustodian signs for clientAt submission
JIL SovereignIndependent per leg, atomic denialClient-signed only, relay never signsDeferred to finality

Patent Claim

Independent Claim 86: A computer-implemented method for non-custodial multi-leg settlement, comprising: receiving a settlement request comprising two or more legs, each specifying a source account, destination account, asset, and amount; independently evaluating each leg against a compliance-decision service and atomically rejecting the entire multi-leg settlement, without executing any leg, upon a compliance denial of any single leg; re-verifying, as a gate distinct from the per-leg compliance evaluation, that a recorded beneficiary binding for the settlement remains valid before permitting the settlement to proceed toward execution; relaying to a distributed ledger only a payment authorization that was cryptographically signed by the settlement's own client, and failing the settlement rather than generating or signing a payment authorization on the client's behalf when none was supplied; and deferring calculation and assessment of a settlement fee until the ledger transaction has accumulated a number of confirmations meeting a configured finality threshold.