feat(triparty): governed-triparty marketplace contract (netting cell + bundles)#192
Closed
mdheller wants to merge 1 commit into
Closed
feat(triparty): governed-triparty marketplace contract (netting cell + bundles)#192mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…+ bundles) Stage 2 of the 5 handoff specs — the marketplace/settlement layer from the Governed Triparty Netting Fabric whitepaper. The three-party clearing cell that couples value + proof + authority + disclosure and governs release/refund/export by policy rather than confidence. - NettingCell: three legs (A/B counterparties, C clearing/verifier), each carrying value / capability-right / proof kept DISTINCT (evidence != permission). stage (Observed→Proposed→Ready→Escrowed→Filled→Verified→Released→Exported / Refunded/Reversed), truthClass (PROVEN⊐ATTESTED⊐INFERRED⊐REPUTED), admissibility (evidence⊇admit⊇release⊇export — export stricter than local validity), policyKernelRef, reserveRef, and an optional supplyChainRef so a cell can clear a supply-chain trade. - TripartyBundle: the typed proof-carrying bundle (intent/acceptance/escrow/fill/ verification/export) that advances a cell, carrying payload + proof + attestation (the Truth Record) so release is a function of evidence + admissibility + freshness. Composes over the Truth-Engine constitution + ties to the TriTRPC/membrane moat. + examples + tools/validate_triparty_examples.py + Makefile target. Both validate.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stage 2 of the 5 handoff specs — the marketplace/settlement layer from the Governed Triparty Netting Fabric whitepaper. The three-party clearing cell that couples value + proof + authority + disclosure and governs release/refund/export by policy rather than confidence.
stage(Observed→…→Released→Exported / Refunded / Reversed),truthClass(PROVEN⊐ATTESTED⊐INFERRED⊐REPUTED),admissibility(evidence⊇admit⊇release⊇export — export stricter than local validity),policyKernelRef,reserveRef, and an optionalsupplyChainRefso a cell can clear a supply-chain trade.Composes over the Truth-Engine constitution and ties into the TriTRPC/membrane moat. Examples +
tools/validate_triparty_examples.py+make validatetarget; both validate.🤖 Generated with Claude Code