You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`btc-refund-or-escalation-required`, and `btc-settlement-repair-required`.
162
162
163
+
## V46 commercial protocol comprehension object model
164
+
165
+
V46 Gate 2 makes the commercial comprehension object model explicit so public,
166
+
product, operator, API/MCP, ChatGPT App, Bitcode Chat, and investor-facing
167
+
surfaces all explain the same protocol without claiming more than their
168
+
evidence supports.
169
+
170
+
The comprehension object model is source-safe metadata. It describes objects,
171
+
claims, disclosure boundaries, evidence authority, and forbidden
172
+
interpretations. It does not expose protected source, unpaid AssetPack source,
173
+
raw prompts, raw provider responses, credentials, wallet private material,
174
+
private settlement payloads, private Read context, or value-bearing mainnet
175
+
admission.
176
+
177
+
Canonical comprehension objects:
178
+
179
+
| Object | Protocol reading | Claim boundary |
180
+
| --- | --- | --- |
181
+
|`AssetPack`| Packaged technical knowledge commodity; never raw source. | May be explained as deposit supply, previewed Need-Fit pack, or settled delivery only when its lifecycle state is named. |
182
+
|`DepositAssetPackOption`| Proposed source-safe supply for depositor review. | May show BTD potential and policy posture, never final BTD, payment, or public source. |
183
+
|`DepositoryAssetPack`| Approved searchable supply with protected-source roots. | May be recalled, ranked, and selected source-safely through Finding Fits. |
184
+
|`ReadRequest`| Buyer demand input. | Does not itself create a reviewed Need, Fit, quote, BTD, or rights. |
185
+
|`ReviewedNeed`| Accepted buyer objective that authorizes Finding Fits. | Enables Need-relative measurement but does not calculate final BTD by itself. |
186
+
|`FindingFitsReceipt`| Search, ranking, threshold, provenance, and repair evidence. | May name many candidates and selected Fits without source disclosure. |
187
+
|`SelectedFitSet`| One or many admitted Depository AssetPacks accepted for synthesis. | Required for Need-Fit synthesis and final BTD calculation. |
188
+
|`NeedFitAssetPack`| New Need-relative AssetPack synthesized from reviewed Need and selected Fits. | Source-bearing internally but withheld until BTC finality and BTD rights transfer. |
189
+
|`SourceSafePreview`| Measurements, quality, provenance, BTD posture, quote readiness, and proof roots. | Preview is not source disclosure. |
190
+
|`BtdScalarVolumeReceipt`| Need-relative weighted scalar technical knowledge volume. | BTD is not money and not merely a read-right; settled BTD carries rights. |
191
+
|`BtcQuote`| Deterministic sats offer bound to BTD volume, policy, network, expiry, and authority. | Quote is not payment. |
192
+
|`BtcSettlementReceipt`| Quote/payment/finality/readback evidence. | Observed payment is not final settlement. |
193
+
|`BtdRightsReceipt`| Settled rights, source unlock authority, ownership/read/use boundary. | Rights transfer follows BTC finality and reconciliation. |
194
+
|`SourceUnlockDeliveryReceipt`| Entitled repository delivery evidence. | Full source crosses only to the entitled Reader boundary. |
195
+
|`SourceToSharesAllocation`| Contributor allocation derived after final Need-Fit settlement. | Allocation is compensation routing, not BTD scalar-volume calculation. |
196
+
|`ContributorCompensationStatement`| Post-finality BTC compensation readback. | Database projection must reconcile to ledger truth. |
197
+
|`ProofRoot`| Evidence root for state advancement or explanation. | Proof can support state but cannot leak hidden payloads. |
198
+
|`RepairCase`| Fail-closed blocker for missing or contradictory evidence. | Repair returns to the narrowest source-safe disclosure boundary. |
199
+
|`InterfaceClaim`| Any public, product, API/MCP, ChatGPT App, Bitcode Chat, telemetry, or operator statement about protocol state. | Must name claim category, evidence authority, disclosure boundary, and forbidden interpretation. |
200
+
201
+
Claim authority is evidence-specific. Canonical specification and generated
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V46_PARITY_MATRIX.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ source files and generated artifacts that implement or explain each row.
60
60
| Area | Required V46 result | Current judgment | Source-grounded finding | Closure gate |
61
61
| --- | --- | --- | --- | --- |
62
62
| Commercial protocol comprehension | Explain Bitcode as knowledge commoditization without reducing BTD to a read-right or AssetPack to raw source | draft-required | V45 law is precise but launch-facing surfaces need a shared claim taxonomy and readback language. | Gate 2 |
63
-
| Claim taxonomy | Separate protocol law, product guidance, operator evidence, investor framing, telemetry, preview, quote, settlement, rights, and delivery claims |draft-required | Gate 1 names the need; no taxonomy is source-audited yet. | Gate 2 |
| Public and operator docs | Public docs, landing copy, README/operator docs, and route help stay accurate, source-safe, and non-overclaiming | draft-required | Existing docs inherit V45 law but need V46 claim-boundary audit. | Gate 3 |
65
65
| Product route comprehension |`/packs`, `/read`, and `/deposit` expose low-detail default UX with expandable proof and consistent commercial terms | implemented prerequisite | V43-V45 product routes exist; V46 must audit copy, state labels, and proof readback against commercial comprehension. | Gate 4 |
66
66
| Machine and conversation interfaces | API/MCP, ChatGPT App, Bitcode Chat, and package consumers expose the same claim boundaries as website routes | draft-required | Prior interface parity exists, but V46 needs launch-facing readback contracts. | Gate 5 |
@@ -78,6 +78,7 @@ source files and generated artifacts that implement or explain each row.
78
78
| Source safety | No V46 explanatory surface may expose protected source, unpaid AssetPack source, raw prompts, raw responses, credentials, or wallet-private material | accepted boundary | V45 source-safety law remains binding. | Gate 2+ |
79
79
| Value-bearing mainnet | V46 launch comprehension work must not imply value-bearing mainnet authority | accepted boundary | V45 value-bearing mainnet block remains binding. | Gate 2+ |
80
80
| Implementation scope | Runtime work begins only after formal specification and parity gates authorize it | accepted boundary | Gate 1 is roadmap/spec/checking only. | Gate 4+ |
0 commit comments