[Open Question] Atomicity across heterogeneous-finality ledgers #8
Unanswered
pv-sarvesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
Atomic DvP/PvP is naturally a single-ledger property (Whitepaper §3.3, §6.1). Spanning two ledgers requires a shared platform, a trusted coordinator, or a cross-chain protocol (HTLC, escrow/notary, messaging bridges) — each with its own trust and finality assumptions. The whitepaper proposes a rail-neutral
AtomicLegprimitive with a canonicalSettlementProposed -> Settled | Abortedevent lifecycle, deliberately without prescribing a bridging mechanism.The question
What minimal cross-ledger settlement interface can the community endorse without privileging one bridging trust model?
How to contribute
AtomicLegmust satisfy to be coordinated across ledgers with different finality guarantees (probabilistic vs. deterministic, instant vs. delayed).Reference: Whitepaper §3.3, §5.2, §6.1, Flow A (§8).
All reactions