{"ledger":"invinoveritas verdict ledger","schema_version":2,"commitment_proof_spec":{"what":"Each entry carries a commitment_proof: the signed verdict event is anchored so its pre-outcome timestamp is verifiable without trusting this validator — published to public Nostr relays at issue time (third-party copies) and, S195, its event_id committed to BITCOIN proof-of-work via OpenTimestamps (a clock no chain operator or our key can move or back-date).","mechanism":"nostr-relay-publication + bitcoin-pow (opentimestamps)","timing":"each commitment_proof carries a timing block: the strongest surviving anchor per the ERC-8299 Appendix B hierarchy — Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor — with all available tiers listed, plus a btc_pow sub-block (status, block height/time, precedence, and the `ots verify -d <event_id>` recompute command).","related_work":"This anchors PRECEDENCE — did the digest exist no later than a given time, a monotone, frozen-on-landing property (never re-checked or re-windowed). A different, complementary axis — FRESHNESS, is this still good NOW — is worked out with real benchmarks (Merkle/CT, signature attestation, RSA accumulator, crypto-economic bond) at github.com/hanjoonchoe/liveness-bench. The two compose: precedence proves an artifact's existence-time can't be moved; freshness proves a claim about the present is still checkable on demand. Neither substitutes for the other. (hanjoonchoe/liveness-bench#1, 2026-07-16 — independently re-verified this ledger's relay AND Bitcoin tiers before citing.)"},"chain_spec":{"what":"Entries from #40 onward carry a `chain` block: {prev_head_hash, content_hash, head_hash}, where head_hash = sha256(content_hash + '|' + prev_head_hash) and content_hash = sha256(canonical_json(record)). Entries #1-39 predate this fix and keep their original individual OTS anchors, unchanged — they are NOT retroactively chained (they're already signed and broadcast; rewriting history into a chain would invalidate those existing signatures, so we don't).","genesis":"sha256('invinoveritas-ledger-genesis:before-entry-40') — the documented root entry #40 chains onto.","head_broadcast":"the chain head is signed and published to the same public Nostr relays as the proof events (schema invinoveritas.ledger_chain_head.v1, tag invinoveritas-proof-*) — publicly enumerable independent of this API.","how_to_check_continuity":"recompute head_hash for entry N from its own record + entry N-1's head_hash; it must match what entry N actually stored. A mismatch, or two different heads observed for the same entry number on the relay set, is a caught fork.","content_hash_spec":{"note":"gap found+fixed 2026-07-23 (Pavlo, independent recompute attempt): 'canonical_json(record)' above was prose without a pinned recipe — a second implementation had no way to know WHICH object is hashed or the exact serialization, and the bulk GET /ledger listing doesn't even carry the `record` field (only GET /ledger/{entry} does), so continuity was checkable but content-binding wasn't. This block pins both.","which_object":"the exact `record` field as served by GET /ledger/{entry} for that entry number — NOT the full stored file (excludes proof_event/chain/posted/relays/etc.), and NOT the summary object in the bulk GET /ledger listing (which omits `record` entirely).","canonicalization":"python: json.dumps(record, ensure_ascii=False, sort_keys=True, separators=(',', ':')).encode('utf-8'), then sha256 — matches services/ledger_chain.py's own _canon(), the same function that produced the stored hash, not a re-derived approximation.","verify":"curl -s https://api.babyblueviper.com/ledger/{N} | jq -S -c --indent 0 .record | ... (jq's own -S sort + compact output does not byte-match Python's separators; use the Python recipe above for an exact match, jq is for eyeballing only) — recomputed and confirmed byte-identical against entry #45's live content_hash before shipping this spec block."}},"erc_8004":{"what":"invinoveritas's ERC-8004 reputation + validation feed. We are registered on-chain (Identity Registry); this /ledger is the off-chain Reputation feed and /review + /verify-proof are the Validation side an ERC-8004 consumer routes to.","identity_registry":{"agent_id":54848,"agent_id_bytes32":"0x000000000000000000000000000000000000000000000000000000000000d640","agent_id_encoding":"bytes32(uint256(agent_id)) per ERC-8299; identity anchor, not a name hash","registry":"eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432","registration_file":"https://api.babyblueviper.com/.well-known/agent-registration.json"},"reputation_registry":{"feed":"this /ledger","model":"RECOMPUTABLE, NOT A SCORE — reputation is derived from settled, on-chain-verifiable outcomes (wins AND losses published), not a mutable number a trusted scorer assigns. Any consumer recomputes it from the public fields here; there is no scorer to trust and nothing to game.","inputs":"per entry: signed verdict (verifier_pubkey), committed_at (pre-outcome), outcome_evidence (settled digests), judgment_type; track_record is the aggregate.","erc_8275_reputation_axis":"see top-level `reputation_axis` — the conformant, signature-gated, commit-gated f(...) of public inputs."},"validation_registry":{"validator":"/review — a neutral, capital-scale-aware verdict BEFORE an irreversible action; the independent validator the ERC-8004 Validation Registry routes to.","verify":"POST /verify-proof (free) or NIP-01 against verifier_pubkey — confirm any verdict without trusting us."}},"outcome_evidence_spec":{"what":"Each pre-action entry carries outcome_evidence, distinct from commitment_proof: commitment_proof answers 'was this verdict committed before the outcome was known?'; outcome_evidence answers 'was the verdict later right or wrong?' — via the public on-chain settlement account plus the signed trade-outcome digest entries published after the verdict (wins AND losses).","mechanism":"on-chain-settlement + signed outcome digests"},"judgment_execution_spec":{"what":"Pre-action entries carry a judgment_execution block binding the exact proposal reviewed (raw_proposal_hash) to the verdict that judged it (signed event) and to the executed-action intent that conformed to it (executed_action_hash) — the validator-case application of WYRIWE-style input provenance, one layer up.","type_string":"JudgmentExecutionAttestation(bytes32 agentId,address registry,bytes32 validatorId,bytes32 rawProposalHash,bytes32 verdictHash,bytes32 executedActionHash,uint256 verdictTimestamp,uint256 executedTimestamp,string recordPointer)","record_pointer_paths":"per design note 4 (evidence separability): GET /ledger/{entry}/commitment (pre-settlement question only) and GET /ledger/{entry}/outcome (post-settlement question only); the full entry at /ledger/{entry}","discussion":"https://ethereum-magicians.org/t/28655"},"what":"A public, signed, auditable record of the platform's verdicts — verify each against our published key without trusting us. Outcomes settle on our public Hyperliquid account, on-chain.","verifier_pubkey":"6786e18a864893a900bd9858e650f67ccc3513f248fed374b591e2ff6922fbb7","track_record":{"what":"Measured track record across all signed, on-chain-verifiable ledger entries. We publish wins AND losses; every trade outcome settles on our public Hyperliquid account (on-chain, non-editable) and every entry is schnorr-verifiable against our npub — no trust required.","live_trades_closed":43,"wins":22,"losses":20,"win_rate_pct":51.2,"net_pnl_usd":-0.5768,"research_calls_published":5,"governed_decisions_published":185,"ledger_entries":203,"maturity":"accumulating"},"reputation_axis":{"spec":"ERC-8275 v4 — Reputation Axis (conformant reference implementation)","model":"RECOMPUTABLE, NOT A SCORE — reputation is a deterministic function of public, signature-verified, on-chain-settled inputs; no party stores or asserts it.","creditworthiness_lens":"Recomputable creditworthiness for agents: the same signed-verdict track record is a credit history (wins and losses, settled on-chain), and the reputation axis is the underwriting input a credit decision reads — derived from public data, not a stored score. The judgment layer above the credit rail, not the lender.","function":"reputation = winRate * min(closedOutcomes, volumeCap) / volumeCap (winRate ∈ [0,1] over commit-gated settled outcomes; attestationCount and counterpartyDiversity are published as integrity inputs the consumer qualifies with)","inputs":{"attestationCount":202,"counterpartyDiversity":148,"winRate":0.5,"volumeCap":50},"winRateBps":5000,"winRateBpsGoverningConventionHash":"0x0501b75db8e9ef4ef67c74efcfbe2a200b0a7e5aea5ca62f778c91c119e68daf","recommended_read":"independence_adjusted_diversity -- do not sum inputs.attestationCount + inputs.counterpartyDiversity directly; they are correlated whenever rho>0 and naive summation double-counts a shared attester","inputs_provenance":{"counterpartyDiversity_source":"inputHash_fallback","counterpartyDiversity_confidence":0.2},"independence_adjusted_diversity":148,"attestationCountNeff":1.0,"attester_canary":{"fingerprint":"acf56e70ea62b1f3","attester_count":1,"last_changed_at":1784348647},"reputation":0.37,"reputationBps":3700,"reputation_evaluated_from":"global_default","anchors_used":null,"as_of":1785099497,"winRate_denominator_note":"winRate above is DECISIVE-ONLY (wins/(wins+losses), commit-gated) -- see track_record.win_rate_pct for the separate breakevens-included convention; they are not the same denominator and should not be compared directly","derivation":{"signature_verified_entries":202,"total_entries":203,"commit_gated_closed":37,"commit_gated_wins":18,"commit_gated_losses":18,"commit_gated_breakevens":1,"earliest_anchored_commit_at":1780881345,"excluded_pre_commit_outcomes":1},"conformance":{"1_derived_not_stored":"PASS — computed at request time from the entry files; no mutable stored score, no trusted scorer.","2_signature_gated":"PASS — attestationCount counts only the 202 distinct verdict event_ids whose schnorr signature verifies against the published key (verify_proof_event / reconstructed kind-1 event); forgeries and foreign keys are dropped.","3_outcome_resolved_commit_gated_losses_retained":"PASS — winRate is read from settled, non-editable Hyperliquid outcomes, counting ONLY outcomes that settled after a signature-verified verdict's anchor (committed_at); losses are retained (18 losses in the count); 1 breakeven/scratch outcome(s) shown separately (closed = wins+losses+breakevens, winRate over decisive only); 1 pre-commit batch(es) excluded, not laundered.","4_counterparty_weighted_not_volume_gameable":"PARTIAL (honest) — counterpartyDiversity is the inputHash-derived count (no composing ERC-8294 network yet); the volume term is ceilinged by volumeCap so call/trade volume cannot inflate standing. Single-operator, single-venue feed: weight accordingly.","5_axis_separation":"PASS — derives only from the per-action verdict/outcome axis (ERC-8299/WYRIWE); reads no settler, compensation, or period state.","6_recomputable_end_to_end":"PASS — see recompute below; every input re-derives from the public signed entries + on-chain settlement with no private state."},"recompute":"1) for each entry verify the schnorr signature against verifier_pubkey and recompute its event id; 2) attestationCount = distinct verified event_ids; 3) counterpartyDiversity = distinct artifact_hash among verified verdicts; 4) establish each verdict's committed_at from its commitment_proof.timing (ERC-8263 anchor / Appendix B strongest surviving tier); 5) winRate = wins/(wins+losses) over signature-verified trade_outcomes settling after the earliest anchored committed_at; 6) apply f(...). No trusted index, no issuer call.","honest_caveats":"Single-operator, single-venue dogfood: counterpartyDiversity is inputHash-derived, not multi-party; the sample is early (below volumeCap) so reputation is deliberately conservative; outcomes that settled before our first anchored verdict are excluded from winRate (a feature, not a gap — the anti-backdating gate)."},"verify_a_counterparty_proof":"POST /verify-proof with the signed `event` another agent handed you (or run NIP-01 verification yourself against verifier_pubkey).","how_to_verify":"For an entry: recompute the Nostr event id = sha256([0,pubkey,created_at,kind,tags,content]) and verify the schnorr signature against the pubkey. Standard Nostr verification.","recompute_whole_ledger":"Trust nothing: one command recomputes EVERY entry here from raw public-relay bytes against verifier_pubkey (zero deps, pure stdlib). integrations/verify-proof/python/recompute_ledger.py (run: python recompute_ledger.py). NIP-33-replaced entries whose raw event has rotated off relays still carry a Bitcoin-PoW OpenTimestamps anchor on the event_id: ots verify -d <event_id> <event_id>.ots","entries":[{"entry":1,"file":"verdict_0001_S168_whale_positioning.json","title":"Session 168 — four whale-positioning edges tested; four killed; one survived (and is honestly unmonetizable)","created_at":1780714953,"event_id":"eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac","posted":true,"posted_at":1780715305,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac","signed_at":1780714953,"published_at":1780715305,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:21:47Z","ots_path":"/data/track_record/ots/eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac.ots","verify":"ots verify -d eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:40Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/1/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780714953,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780714953,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac eb22294404b2021588f90747b6404e878431191845c2aab26a919702394c68ac.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":2,"file":"verdict_0002_trades_20260606.json","title":"Live trade outcomes — 6 closed positions (4W/2L, net $2.69) — 2026-06-05..2026-06-05","type":"trade_outcomes","created_at":1780717205,"event_id":"576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374","signed_at":1780717205,"published_at":1780717234,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:21:50Z","ots_path":"/data/track_record/ots/576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374.ots","verify":"ots verify -d 576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374 576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:41Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/2/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780717205,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780717205,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d 576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374 576845a35e8f7641c1c4267930b3106b16adcf7728fc0fdf974bd36ed931f374.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":3,"file":"verdict_0003_preaction_20260608.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: BTC short $58 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1780881345,"event_id":"15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee","signed_at":1780881345,"published_at":1780906838,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:21:53Z","ots_path":"/data/track_record/ots/15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee.ots","verify":"ots verify -d 15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee 15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:43Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/3/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780881345,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780881345,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d 15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee 15cec605f4ecc9de1dd1456bdfdf6b0d16d12617b55451b2f9d110d57da8f9ee.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":4,"file":"verdict_0004_preaction_20260608.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH short $57, XRP short $57 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1780897545,"event_id":"acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca","signed_at":1780897545,"published_at":1780906854,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:21:56Z","ots_path":"/data/track_record/ots/acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca.ots","verify":"ots verify -d acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:45Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/4/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780897545,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780897545,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca acfe36becb7294d72b1d11c34f70a76be3407e18eb61db21b705ce0772debaca.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":5,"file":"verdict_0005_trades_20260609.json","title":"Live trade outcomes — 6 closed positions (2W/4L, net $-3.5047) — 2026-06-04..2026-06-09","type":"trade_outcomes","created_at":1780992664,"event_id":"ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5","signed_at":1780992664,"published_at":1780992675,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:21:59Z","ots_path":"/data/track_record/ots/ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5.ots","verify":"ots verify -d ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5 ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:47Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/5/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780992664,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780992664,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5 ff509ecf35ecae1c0a549fd210f1356b53699d4776d38616358670575cb1d2f5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":6,"file":"verdict_0006_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, SOL short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1780983966,"event_id":"eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6","signed_at":1780983966,"published_at":1780993327,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","surviving_created_at":1780986659,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:02Z","ots_path":"/data/track_record/ots/eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6.ots","verify":"ots verify -d eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6 eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:48Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/6/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1780986659,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1780986659},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6 eacab80ce5b763925e7646d48a3f640b48a1cc051a8f37ab91ea552abf9dbec6.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":7,"file":"verdict_0007_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, SOL short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1780984851,"event_id":"46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637","signed_at":1780984851,"published_at":1780993338,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","surviving_created_at":1780986659,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:06Z","ots_path":"/data/track_record/ots/46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637.ots","verify":"ots verify -d 46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637 46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:50Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/7/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1780986659,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1780986659},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d 46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637 46139721085541f487f73d1fef95eace7a5956094b37a51a88e6d93cf80b7637.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":8,"file":"verdict_0008_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, SOL short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1780985749,"event_id":"e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2","signed_at":1780985749,"published_at":1780993348,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","surviving_created_at":1780986659,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:10Z","ots_path":"/data/track_record/ots/e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2.ots","verify":"ots verify -d e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2 e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:52Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/8/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1780986659,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1780986659},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2 e9e561cfa7fb9b6c274c2b443c64a24a5a492687345b77d5c66dafb7404291a2.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":9,"file":"verdict_0009_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, SOL short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1780986659,"event_id":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","signed_at":1780986659,"published_at":1780993357,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:13Z","ots_path":"/data/track_record/ots/5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4.ots","verify":"ots verify -d 5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4 5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:54Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/9/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1780986659,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1780986659,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d 5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4 5271e09ab41cef15eabb019680f35e770b395f2139d16b8e48fab75f730ebdd4.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":10,"file":"verdict_0010_trades_20260610.json","title":"Live trade outcomes — 2 closed positions (1W/1L, net $-0.2734) — 2026-06-09..2026-06-09","type":"trade_outcomes","created_at":1781079064,"event_id":"a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a","signed_at":1781079064,"published_at":1781079069,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:16Z","ots_path":"/data/track_record/ots/a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a.ots","verify":"ots verify -d a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:56Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/10/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781079064,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781079064,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a a570318344f2cd0912e3c82fc0197afe2d1708a4476882cb9e7e5df9404b295a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":11,"file":"verdict_0011_preaction_20260609.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH short $55 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1781007358,"event_id":"a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610","signed_at":1781007358,"published_at":1781079629,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","surviving_created_at":1781010061,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:19Z","ots_path":"/data/track_record/ots/a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610.ots","verify":"ots verify -d a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610 a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:57Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/11/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781010061,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781010061},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610 a60501f3f2cbbc4cf2e975db71b67099f1bad0ab25bdc339040114394930a610.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":12,"file":"verdict_0012_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.85) on a PROPOSED entry: ETH short $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781008250,"event_id":"c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55","signed_at":1781008250,"published_at":1781079640,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","surviving_created_at":1781010061,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:22Z","ots_path":"/data/track_record/ots/c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55.ots","verify":"ots verify -d c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55 c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:27:59Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/12/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781010061,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781010061},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55 c672dce948704bab9d36b86d49794a5802c47a54744c3530d686cefb7bef1d55.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":13,"file":"verdict_0013_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.85) on a PROPOSED entry: ETH short $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781009138,"event_id":"c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340","signed_at":1781009138,"published_at":1781079650,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","surviving_created_at":1781010061,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:25Z","ots_path":"/data/track_record/ots/c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340.ots","verify":"ots verify -d c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340 c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:28:01Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/13/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781010061,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781010061},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340 c5ee6fef1faa7e291a3731d21c636068ae911eb36cbd39aab03ab72c19965340.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":14,"file":"verdict_0014_preaction_20260609.json","title":"Pre-action governance verdict — reject (conf 0.85) on a PROPOSED entry: ETH short $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781010061,"event_id":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","signed_at":1781010061,"published_at":1781079666,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:29Z","ots_path":"/data/track_record/ots/d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd.ots","verify":"ots verify -d d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:28:03Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/14/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781010061,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781010061,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd d430b109574d54b480cfdb4aa13f673eedb174e8214bd0e6c534cc992e1911bd.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":15,"file":"verdict_0015_preaction_20260610.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, AVAX short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781070328,"event_id":"ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d","signed_at":1781070328,"published_at":1781079681,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","surviving_created_at":1781073048,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:32Z","ots_path":"/data/track_record/ots/ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d.ots","verify":"ots verify -d ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:43:58Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/15/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781073048,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781073048},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d ae32ea4e9994d4c256925811364bc5424a71f51fe2e5286cae3526e441fe8b9d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":16,"file":"verdict_0016_preaction_20260610.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, AVAX short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781071261,"event_id":"47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50","signed_at":1781071261,"published_at":1781079687,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","surviving_created_at":1781073048,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:36Z","ots_path":"/data/track_record/ots/47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50.ots","verify":"ots verify -d 47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50 47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:00Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/16/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781073048,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781073048},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50 47d737c8f9e19a1ac7e681bb8fa3cb8439bce878c39a5e3ff471f4465e684c50.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":17,"file":"verdict_0017_preaction_20260610.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, AVAX short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781072132,"event_id":"63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3","signed_at":1781072132,"published_at":1781079698,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"the original relay copy was replaced (NIP-33), so a relay fetch may not return it; verify the signed proof_event directly instead — POST it to /verify-proof or run NIP-01 (recompute the event id, check the schnorr signature against our published key). The signature proves we issued this verdict; for commit-before-outcome timing use the `timing` block's strongest surviving tier below (on-chain committedAt or survivor floor).","relay_anchor":{"checked_at":1785054117,"relays_holding":[],"status":"replaced_by_newer_same_artifact","replacement":{"surviving_event_id":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","surviving_created_at":1781073048,"note":"pre-fix proofs shared a NIP-33 d-tag per artifact_hash; the survivor signs the SAME artifact_hash and anchors it at its (later) timestamp"}},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:40Z","ots_path":"/data/track_record/ots/63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3.ots","verify":"ots verify -d 63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3 63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:01Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/17/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":3,"timestamp":1781073048,"claim":"survivor floor: a signed verdict over this artifact was published no later than this; strictly later than the original's claimed signed_at — consumers MUST NOT read this with tier-1 strength","available":{"tier0_btc_pow":null,"tier1_relay_attested":null,"tier2_onchain_committed_at":null,"tier3_survivor_floor":1781073048},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3 63fdc4a2b099c5d88b65e3c3e972bc04368cbb9c55c06f80c767ca05c7993dc3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":18,"file":"verdict_0018_preaction_20260610.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH short $50, BTC short $50, AVAX short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781073048,"event_id":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","signed_at":1781073048,"published_at":1781079712,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:44Z","ots_path":"/data/track_record/ots/4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8.ots","verify":"ots verify -d 4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8 4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:03Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/18/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781073048,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781073048,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8 4e46e601a8add2c061a0910c15b6aba452683357e280d821d517dbccb4da14d8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":19,"file":"verdict_0019_preaction_20260610.json","title":"Pre-action governance verdict — approve_with_concerns on the FIRST on-chain judgment commitment (GenericCommitRevealSettler, Sepolia) | the record committed is the verdict that governed the committing","type":"pre_action_verdict","created_at":1781103828,"event_id":"ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a","signed_at":1781103818,"published_at":1781103828,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:48Z","ots_path":"/data/track_record/ots/ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a.ots","verify":"ots verify -d ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:05Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/19/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781103818,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781103818,"tier2_onchain_committed_at":1781103864,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a ff7227c605828f94457f450bc44b4c1dbc11e8f6df27f38f55a4aeb75d0b284a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":1781103864,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":20,"file":"verdict_0020_trades_20260611.json","title":"Live trade outcomes — 4 closed positions (2W/2L, net $-0.0179) — 2026-06-10..2026-06-11","type":"trade_outcomes","created_at":1781165465,"event_id":"b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3","signed_at":1781165465,"published_at":1781165482,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:52Z","ots_path":"/data/track_record/ots/b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3.ots","verify":"ots verify -d b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3 b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:07Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/20/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781165465,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781165465,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3 b5f09bf3144d984f59149e3980e7c32b9ae98ea44c92913bba66581ecd90a5c3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":21,"file":"verdict_0021_preaction_20260611.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $50, NEAR short $50, LINK short $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1781156758,"event_id":"a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae","signed_at":1781156758,"published_at":1781166038,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:22:57Z","ots_path":"/data/track_record/ots/a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae.ots","verify":"ots verify -d a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:09Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/21/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781156758,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781156758,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae a8833d53d1a195c79de32350437384a437f2b16fe400f2818f1c86a9d311bcae.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":22,"file":"verdict_0022_trades_20260612.json","title":"Live trade outcomes — 1 closed positions (1W/0L, net $0.12) — 2026-06-11..2026-06-11","type":"trade_outcomes","created_at":1781251946,"event_id":"81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68","signed_at":1781251946,"published_at":1781251963,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:01Z","ots_path":"/data/track_record/ots/81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68.ots","verify":"ots verify -d 81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68 81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:10Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/22/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781251946,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781251946,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68 81db64cc7b8fb2d5faf310d1cf3f33120178ee5272fa5b2c5276099afaac2f68.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":23,"file":"verdict_0023_goblin577_crossstack_20260612.json","title":"Cross-stack demo — identity → judgment → execution: dinamic-registry agent (PGA #14, Pixel Goblin #577) ran its FIRST action through the full L4 pairing loop","type":"pre_action_verdict","created_at":1781278345,"event_id":"eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50","signed_at":1781278345,"published_at":1781278413,"relays":["relay.damus.io","nos.lol"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"truthanchor_8263":{"mechanism":"truthanchor-v1-erc8263","chain":"ethereum-mainnet","contract":"0xe95d6a15966984c209a62a2c188828555eb5ec3d","tx":"0xc75e295083c57411eafe99916c511908cfee3ef510067c1353749455711a6090","block":25308037,"block_timestamp":1781347451,"submitter":"0x14afb78c602cc8f219ce5811180c307b4085cc63","record_id":null,"proof_hash_rule":"proofHash = verdict event id (raw 32 bytes)","how_to_check":"fetch the tx receipt on Ethereum mainnet; one log on the contract carries this entry's verdict event id per proof_hash_rule; the block timestamp is a third-party on-chain attestation that the verdict artifact existed by then","ingested_at":1781355523},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:05Z","ots_path":"/data/track_record/ots/eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50.ots","verify":"ots verify -d eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50 eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:12Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/23/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781278345,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781278345,"tier2_onchain_committed_at":1781347451,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50 eb54e51235001402ba6ffc0007db2d5a0453ee7c5e721f93bbb84f70187e4a50.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":1781347451,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":24,"file":"verdict_0024_preship_20260614.json","title":"Pre-ship code-review verdict — approve_with_concerns (conf 0.85) on a change to invinoveritas itself: scripts/loop_verifier.py (280 lines, branch s184-bazaar-positioning)","type":"pre_action_verdict","created_at":1781398463,"event_id":"8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf","signed_at":1781398463,"published_at":1781398506,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:09Z","ots_path":"/data/track_record/ots/8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf.ots","verify":"ots verify -d 8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf 8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:14Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/24/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781398463,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781398463,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf 8affd202bb560985f4c3404c9b416b948e8d4d963fe362065ee0ffbd230209cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":25,"file":"verdict_0025_preship_20260614.json","title":"Pre-ship code-review verdict — approve_with_concerns (conf 0.85) on a change to invinoveritas itself: bridge.py (22 lines, branch s184-bazaar-positioning)","type":"pre_action_verdict","created_at":1781406581,"event_id":"e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9","signed_at":1781406581,"published_at":1781417609,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:13Z","ots_path":"/data/track_record/ots/e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9.ots","verify":"ots verify -d e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9 e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:16Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/25/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781406581,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781406581,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9 e455926a8a173c05f353ef044c3d7de5eec91f4c1ae58ec6e5b307d3963ba1c9.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":26,"file":"verdict_0026_preship_20260614.json","title":"Pre-ship code-review verdict — approve_with_concerns (conf 0.85) on a change to invinoveritas itself: scripts/onboard_nudge.py (149 lines, branch s184-bazaar-positioning)","type":"pre_action_verdict","created_at":1781407218,"event_id":"946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf","signed_at":1781407218,"published_at":1781417624,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:17Z","ots_path":"/data/track_record/ots/946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf.ots","verify":"ots verify -d 946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf 946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:18Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/26/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781407218,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781407218,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf 946ed7ac2c578c5f664608efba541009c966c499b0934f0d6fd26e410c3f4abf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":27,"file":"verdict_0027_trades_20260616.json","title":"Live trade outcomes — 5 closed positions (3W/2L, net $0.6638) — 2026-06-15..2026-06-16","type":"trade_outcomes","created_at":1781597551,"event_id":"1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56","signed_at":1781597551,"published_at":1781597568,"relays":["relay.damus.io","nos.lol"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:21Z","ots_path":"/data/track_record/ots/1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56.ots","verify":"ots verify -d 1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56 1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:19Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/27/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781597551,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781597551,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56 1e8cc9505ee6812b3619f5e075e2a08dca082cc46262218cc8d3e1304f3fca56.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":28,"file":"verdict_0028_preaction_20260616.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $50 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1781639130,"event_id":"1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8","signed_at":1781639130,"published_at":1781684502,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:25Z","ots_path":"/data/track_record/ots/1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8.ots","verify":"ots verify -d 1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8 1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:21Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/28/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781639130,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781639130,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8 1223ed1549f6456b44785c1ffe09f8067e624c649b9f568540643129783ddcd8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":29,"file":"verdict_0029_preaction_20260616.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $50 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1781641833,"event_id":"e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f","signed_at":1781641833,"published_at":1781684512,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:29Z","ots_path":"/data/track_record/ots/e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f.ots","verify":"ots verify -d e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:23Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/29/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781641833,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781641833,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f e22e899625cb1dd616202ca753e3c8e660c14ef9de56bd144856b0ebacdf033f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":30,"file":"verdict_0030_preaction_20260617.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: SOL long $52 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1781675138,"event_id":"804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347","signed_at":1781675138,"published_at":1781684523,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:34Z","ots_path":"/data/track_record/ots/804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347.ots","verify":"ots verify -d 804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347 804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:25Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/30/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781675138,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781675138,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347 804d3e5545c40093656b20084f7da784babc7b715093ee48cc34bbbf96026347.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":31,"file":"verdict_0031_trades_20260618.json","title":"Live trade outcomes — 3 closed positions (2W/1L, net $0.0023) — 2026-06-17..2026-06-18","type":"trade_outcomes","created_at":1781770224,"event_id":"4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757","signed_at":1781770224,"published_at":1781770235,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:23:37Z","ots_path":"/data/track_record/ots/4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757.ots","verify":"ots verify -d 4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757 4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954415,"confirmed_at":"2026-06-19T16:44:27Z","bitcoin_block_time":1781884500,"bitcoin_block_hash":"00000000000000000000ff275be40d0fe975610df39b5242379c7c1c6288b28c","ots_proof_url":"https://api.babyblueviper.com/ledger/31/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781770224,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781770224,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954415,"bitcoin_block_time":1781884500,"verify":"ots verify -d 4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757 4c6efb20267732475c944f0c5d0f97dadf6023cbb9d7d54441f854d13314b757.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":32,"file":"verdict_0032_trades_20260619.json","title":"Live trade outcomes — 3 closed positions (2W/1L, net $0.1082) — 2026-06-18..2026-06-19","type":"trade_outcomes","created_at":1781856619,"event_id":"e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf","signed_at":1781856619,"published_at":1781856630,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-19T15:12:36Z","ots_path":"/data/track_record/ots/e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf.ots","verify":"ots verify -d e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954412,"confirmed_at":"2026-06-19T16:28:28Z","bitcoin_block_time":1781883031,"bitcoin_block_hash":"000000000000000000007754359a7aa8a8eb9a08dbae66582e3d6608c57cac25","ots_proof_url":"https://api.babyblueviper.com/ledger/32/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781856619,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781856619,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954412,"bitcoin_block_time":1781883031,"verify":"ots verify -d e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf e357522c0e707e638c3c7af74822be457d7f577757a1ae5d3ad583886c3c77cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":33,"file":"verdict_0033_trades_20260620.json","title":"Live trade outcomes — 2 closed positions (0W/2L, net $-0.1322) — 2026-06-19..2026-06-20","type":"trade_outcomes","created_at":1781943148,"event_id":"e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb","signed_at":1781943148,"published_at":1781943159,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-20T08:22:49Z","ots_path":"/data/track_record/ots/e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb.ots","verify":"ots verify -d e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954533,"confirmed_at":"2026-06-20T09:57:28Z","bitcoin_block_time":1781945822,"bitcoin_block_hash":"00000000000000000001d0d0b50b28d774268ccd125f2c5b2ee8717bec98c1e0","ots_proof_url":"https://api.babyblueviper.com/ledger/33/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1781943148,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1781943148,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954533,"bitcoin_block_time":1781945822,"verify":"ots verify -d e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb e6eb7e15a2b0011e4fd9e2b9ef0b70f33c0b7e3d4511f2e60715b6f1fad39fdb.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":34,"file":"verdict_0034_trades_20260621.json","title":"Live trade outcomes — 3 closed positions (1W/1L, net $0.0093) — 2026-06-20..2026-06-21","type":"trade_outcomes","created_at":1782029480,"event_id":"edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97","signed_at":1782029480,"published_at":1782029491,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-21T08:21:39Z","ots_path":"/data/track_record/ots/edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97.ots","verify":"ots verify -d edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97 edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954677,"confirmed_at":"2026-06-21T09:39:58Z","bitcoin_block_time":1782031441,"bitcoin_block_hash":"0000000000000000000014f3752cf11d150edbac676835bf20398fed14a0448d","ots_proof_url":"https://api.babyblueviper.com/ledger/34/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1782029480,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1782029480,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954677,"bitcoin_block_time":1782031441,"verify":"ots verify -d edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97 edb3f2719ae9bc34b2ef214728ea9c999d4cbc0ea39e0e43bfbae0edd295dd97.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":35,"file":"verdict_0035_trades_20260622.json","title":"Live trade outcomes — 1 closed positions (0W/1L, net $-0.0043) — 2026-06-21..2026-06-21","type":"trade_outcomes","created_at":1782115883,"event_id":"af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50","signed_at":1782115883,"published_at":1782115894,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-22T08:20:08Z","ots_path":"/data/track_record/ots/af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50.ots","verify":"ots verify -d af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50 af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":954818,"confirmed_at":"2026-06-22T10:09:18Z","bitcoin_block_time":1782118083,"bitcoin_block_hash":"00000000000000000000b781d6fa58a027cbf0be55ff4e9ea1efd66402e81526","ots_proof_url":"https://api.babyblueviper.com/ledger/35/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1782115883,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1782115883,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":954818,"bitcoin_block_time":1782118083,"verify":"ots verify -d af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50 af4936edd04f5560ff2eae8212e2eb356f7837f3048a0d8e4f09870990168a50.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":36,"file":"verdict_0036_trades_20260624.json","title":"Live trade outcomes — 1 closed positions (1W/0L, net $0.0805) — 2026-06-23..2026-06-23","type":"trade_outcomes","created_at":1782288626,"event_id":"da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70","signed_at":1782288626,"published_at":1782288636,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-24T08:19:39Z","ots_path":"/data/track_record/ots/da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70.ots","verify":"ots verify -d da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70 da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":955145,"confirmed_at":"2026-06-24T09:23:08Z","bitcoin_block_time":1782290795,"bitcoin_block_hash":"00000000000000000001a2951540acce80c62f3b28f6c2255242d628e69673d2","ots_proof_url":"https://api.babyblueviper.com/ledger/36/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1782288626,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1782288626,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":955145,"bitcoin_block_time":1782290795,"verify":"ots verify -d da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70 da2dcd88c456fc024de21155266e0aa0d319d94fdf31aab30e25083be5f31a70.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":37,"file":"verdict_0037_trades_20260626.json","title":"Live trade outcomes — 1 closed positions (1W/0L, net $0.1469) — 2026-06-26..2026-06-26","type":"trade_outcomes","created_at":1782461431,"event_id":"05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62","signed_at":1782461431,"published_at":1782461442,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-26T08:11:29Z","ots_path":"/data/track_record/ots/05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62.ots","verify":"ots verify -d 05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62 05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":955463,"confirmed_at":"2026-06-26T10:02:47Z","bitcoin_block_time":1782462819,"bitcoin_block_hash":"00000000000000000000f6cee2256ff507843ca42c00a98c557eaad535b16d34","ots_proof_url":"https://api.babyblueviper.com/ledger/37/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1782461431,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1782461431,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":955463,"bitcoin_block_time":1782462819,"verify":"ots verify -d 05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62 05da2881e85ba9cc50f1dcf244f77d0cb00a38c2144ac7aaf7cd892372412d62.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":38,"file":"verdict_0038_forward_20260628.json","title":"Pre-action governance verdict — PRE-OUTCOME: deploy the first deferential ERC-8004 Validation Registry singleton on Base (~July 3)","type":"pre_action_verdict","created_at":1782653806,"event_id":"a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9","signed_at":1782653806,"published_at":1782653806,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-06-28T13:37:04Z","ots_path":"/data/track_record/ots/a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9.ots","verify":"ots verify -d a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9 a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":955810,"confirmed_at":"2026-06-28T14:53:00Z","bitcoin_block_time":1782654639,"bitcoin_block_hash":"000000000000000000019fdeb888e25607352136ed1a3391d0521ad4b7848036","ots_proof_url":"https://api.babyblueviper.com/ledger/38/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1782654639,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1782654639,"tier1_relay_attested":1782653806,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":955810,"bitcoin_block_time":1782654639,"verify":"ots verify -d a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9 a42205d7e39c684f0aa43f80fe7ea1aa8e180df93ff46e82b5bff95b70c663e9.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"}},{"entry":39,"file":"verdict_0039_trades_20260701.json","title":"Live trade outcomes — 2 closed positions (0W/2L, net $-0.6466) — 2026-06-30..2026-06-30","type":"trade_outcomes","created_at":1782893505,"event_id":"d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d","signed_at":1782893505,"published_at":1782893516,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-01T08:26:59Z","ots_path":"/data/track_record/ots/d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d.ots","verify":"ots verify -d d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956190,"confirmed_at":"2026-07-01T10:15:20Z","bitcoin_block_time":1782895015,"bitcoin_block_hash":"000000000000000000003ccfc9a1ad665ca44ac87687a5f29db95a76223ccbb2","ots_proof_url":"https://api.babyblueviper.com/ledger/39/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1782893505,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1782893505,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":956190,"bitcoin_block_time":1782895015,"verify":"ots verify -d d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d d06ff4ce3f2704ad27e86cef489820b78a4bcacbed4f88c22f4256e428abcc3d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}}},{"entry":40,"file":"verdict_0040_preaction_20260703.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: TAO short $10 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783119107,"event_id":"3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169","signed_at":1783119107,"published_at":1783120397,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-03T23:17:39Z","ots_path":"/data/track_record/ots/3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169.ots","verify":"ots verify -d 3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169 3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956562,"confirmed_at":"2026-07-04T00:21:24Z","bitcoin_block_time":1783121760,"bitcoin_block_hash":"00000000000000000001fa54a0ad87add2a93f7ca331b42f3f53704d2a1aafb2","ots_proof_url":"https://api.babyblueviper.com/ledger/40/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783121760,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783121760,"tier1_relay_attested":1783119107,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956562,"bitcoin_block_time":1783121760,"verify":"ots verify -d 3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169 3937dc7263ee4193bdfc11da5c7c7ee450b48d7484fb721dcde33139a98bb169.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"09c790b34b51e22a0d4a0bd9c393d7e0c5891129038f83676a85e2b45f0316d2","content_hash":"ae19dfb4297d8d573bf3f9a252f4259bbc946141fcb3807a9f0e1f2842034f71","head_hash":"4969c7c18949e50f72be14f8087cf856564ac7354b127473a219d92bac3662d3"}},{"entry":41,"file":"verdict_0041_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: WLD short $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783124901,"event_id":"9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e","signed_at":1783124901,"published_at":1783125796,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T00:54:36Z","ots_path":"/data/track_record/ots/9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e.ots","verify":"ots verify -d 9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e 9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956571,"confirmed_at":"2026-07-04T02:14:50Z","bitcoin_block_time":1783128056,"bitcoin_block_hash":"00000000000000000000914167200df6097c0f58890e8b41485c473c5c93eff9","ots_proof_url":"https://api.babyblueviper.com/ledger/41/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783128056,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783128056,"tier1_relay_attested":1783124901,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956571,"bitcoin_block_time":1783128056,"verify":"ots verify -d 9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e 9e36725c93f73911051cf9cd118de6bdb140ac7bae4d7ffb9797f554b069ef0e.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4969c7c18949e50f72be14f8087cf856564ac7354b127473a219d92bac3662d3","content_hash":"e10b4b8b87b86423a599a1548add050dac9ecdf684a97cc4b4df210f28820612","head_hash":"04383e6e3773918870a0f8702889ffec4695c619e9393510a8751847528cdcb2"}},{"entry":42,"file":"verdict_0042_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: SOL long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783143913,"event_id":"58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745","signed_at":1783143913,"published_at":1783143989,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T05:55:49Z","ots_path":"/data/track_record/ots/58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745.ots","verify":"ots verify -d 58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745 58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956615,"confirmed_at":"2026-07-04T07:15:22Z","bitcoin_block_time":1783144934,"bitcoin_block_hash":"00000000000000000000e89fbf95d2c74800fa258079968e144fa0feeeb78cd6","ots_proof_url":"https://api.babyblueviper.com/ledger/42/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783144934,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783144934,"tier1_relay_attested":1783143913,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956615,"bitcoin_block_time":1783144934,"verify":"ots verify -d 58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745 58671283c8857d58b14966c32a0de9c031973754dab119b5b519989e7c590745.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"04383e6e3773918870a0f8702889ffec4695c619e9393510a8751847528cdcb2","content_hash":"916e870e02d938b3e94c72ffd205ea219114f3ab9cb8f712fdf69d68309bcfcd","head_hash":"52b99d00107a3d7e9f385c8d9503562d0861a33ae56bd0e9a3b83a200ec435ea"}},{"entry":43,"file":"verdict_0043_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $55 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783143938,"event_id":"1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462","signed_at":1783143938,"published_at":1783144010,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T05:55:52Z","ots_path":"/data/track_record/ots/1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462.ots","verify":"ots verify -d 1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462 1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956615,"confirmed_at":"2026-07-04T07:15:24Z","bitcoin_block_time":1783144934,"bitcoin_block_hash":"00000000000000000000e89fbf95d2c74800fa258079968e144fa0feeeb78cd6","ots_proof_url":"https://api.babyblueviper.com/ledger/43/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783144934,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783144934,"tier1_relay_attested":1783143938,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956615,"bitcoin_block_time":1783144934,"verify":"ots verify -d 1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462 1d680c59e9cd632482efaba375ff52f62ecb52dda7e10a0b3c4a02d72e0d9462.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"52b99d00107a3d7e9f385c8d9503562d0861a33ae56bd0e9a3b83a200ec435ea","content_hash":"9537a70290ee01cfe2d87e73f954086eaa7feb23a0b1148f7f0f01f91eeb7d67","head_hash":"3144c536dd8f53c41551c78c6df850bc23b7fad74322ae3eabdab7326dd9cddb"}},{"entry":44,"file":"verdict_0044_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $55 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783144826,"event_id":"682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4","signed_at":1783144826,"published_at":1783145839,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T06:27:49Z","ots_path":"/data/track_record/ots/682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4.ots","verify":"ots verify -d 682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4 682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956618,"confirmed_at":"2026-07-04T08:03:51Z","bitcoin_block_time":1783147736,"bitcoin_block_hash":"0000000000000000000207cb3828b4260149aed7ec455d26b8e828374f569a13","ots_proof_url":"https://api.babyblueviper.com/ledger/44/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783147736,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783147736,"tier1_relay_attested":1783144826,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956618,"bitcoin_block_time":1783147736,"verify":"ots verify -d 682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4 682811e2674e5523a1cb84a386673ff44af234a9a83dc2676f0a055a6b5dc0c4.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"3144c536dd8f53c41551c78c6df850bc23b7fad74322ae3eabdab7326dd9cddb","content_hash":"7bca7bfc89538995a7c223583290f2e30304c8e190e7113daa549c171f7915d1","head_hash":"4b7ea5369d13697c4c532c1a37d6a39a9b013a997a85f371ecd2d9e77716ed6d"}},{"entry":45,"file":"verdict_0045_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $55 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783145740,"event_id":"52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127","signed_at":1783145740,"published_at":1783145876,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T06:27:52Z","ots_path":"/data/track_record/ots/52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127.ots","verify":"ots verify -d 52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127 52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956618,"confirmed_at":"2026-07-04T08:03:53Z","bitcoin_block_time":1783147736,"bitcoin_block_hash":"0000000000000000000207cb3828b4260149aed7ec455d26b8e828374f569a13","ots_proof_url":"https://api.babyblueviper.com/ledger/45/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783147736,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783147736,"tier1_relay_attested":1783145740,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956618,"bitcoin_block_time":1783147736,"verify":"ots verify -d 52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127 52eab5e9b328e5e6184abcd5e9b50d3ac6f92c295d0f5b8ddee0419d2355c127.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4b7ea5369d13697c4c532c1a37d6a39a9b013a997a85f371ecd2d9e77716ed6d","content_hash":"ee31ae1cd27b5d2a11a2a3ad23cb754104da7dd009a7aa77fb08a873ac2b0de2","head_hash":"ee2af61053ac8ef550e1f4790631629c93595a0464ba1fad91aa3a3a66303369"}},{"entry":46,"file":"verdict_0046_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $55 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783146665,"event_id":"01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71","signed_at":1783146665,"published_at":1783147426,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T06:59:10Z","ots_path":"/data/track_record/ots/01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71.ots","verify":"ots verify -d 01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71 01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956620,"confirmed_at":"2026-07-04T08:19:16Z","bitcoin_block_time":1783149073,"bitcoin_block_hash":"00000000000000000000b5e162c4450a11ae98e2131bcf7a549ae3e2c8332b41","ots_proof_url":"https://api.babyblueviper.com/ledger/46/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783149073,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783149073,"tier1_relay_attested":1783146665,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956620,"bitcoin_block_time":1783149073,"verify":"ots verify -d 01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71 01e93ae04ec7387c0cc70dedae04e9ab352d3a63681d43ce754d460e4c878f71.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ee2af61053ac8ef550e1f4790631629c93595a0464ba1fad91aa3a3a66303369","content_hash":"e49d78801a6ad165e48142c78824aba9283d70de309774121bef38ec50906551","head_hash":"95910ce2d2d81c68245a90fa6d39f477d9a4e72ad154273070e3385c1aa43f44"}},{"entry":47,"file":"verdict_0047_preaction_20260704.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $55, ETH long $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783147539,"event_id":"5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba","signed_at":1783147539,"published_at":1783149229,"relays":["relay.damus.io","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T07:15:15Z","ots_path":"/data/track_record/ots/5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba.ots","verify":"ots verify -d 5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba 5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956622,"confirmed_at":"2026-07-04T08:35:48Z","bitcoin_block_time":1783150607,"bitcoin_block_hash":"00000000000000000000e32a02a699bc1a522da63c4d54564f5f9ea8d112a497","ots_proof_url":"https://api.babyblueviper.com/ledger/47/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783150607,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783150607,"tier1_relay_attested":1783147539,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956622,"bitcoin_block_time":1783150607,"verify":"ots verify -d 5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba 5df5f339def14014a87c407b1647a724eaef108138408ddf81358806de85c2ba.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"95910ce2d2d81c68245a90fa6d39f477d9a4e72ad154273070e3385c1aa43f44","content_hash":"d5f99662050d2f09e7ab953f0ad61933e8db8a900fd221c972288db0e495dca8","head_hash":"c54a57f95f44d7b9c3623f4f1855241116a149a992752ecec7858d8b115295d8"}},{"entry":48,"file":"verdict_0048_preaction_20260704.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $55, ETH long $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783148430,"event_id":"4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28","signed_at":1783148430,"published_at":1783149249,"relays":["relay.damus.io","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T07:15:20Z","ots_path":"/data/track_record/ots/4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28.ots","verify":"ots verify -d 4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28 4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956622,"confirmed_at":"2026-07-04T08:35:50Z","bitcoin_block_time":1783150607,"bitcoin_block_hash":"00000000000000000000e32a02a699bc1a522da63c4d54564f5f9ea8d112a497","ots_proof_url":"https://api.babyblueviper.com/ledger/48/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783150607,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783150607,"tier1_relay_attested":1783148430,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956622,"bitcoin_block_time":1783150607,"verify":"ots verify -d 4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28 4811043ad22f9c965e6ab5fb0a5294c089bf7ae8714aa6154faa21a137295d28.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"c54a57f95f44d7b9c3623f4f1855241116a149a992752ecec7858d8b115295d8","content_hash":"3f6e62624291a3d238d4deb89db45ce74641d3c08a64bc4fc1a84da3c60872b3","head_hash":"0609f3d1a79b039406991d15f316932f0551f8143a7f0785f409bcb28309aef4"}},{"entry":49,"file":"verdict_0049_preaction_20260704.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: SUI long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783178953,"event_id":"49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf","signed_at":1783178953,"published_at":1783179127,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-04T15:46:26Z","ots_path":"/data/track_record/ots/49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf.ots","verify":"ots verify -d 49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf 49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956672,"confirmed_at":"2026-07-04T17:35:25Z","bitcoin_block_time":1783183943,"bitcoin_block_hash":"00000000000000000001ce138339776b76fc2180b0e7da01b2b1dc7107d7bda7","ots_proof_url":"https://api.babyblueviper.com/ledger/49/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783183943,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783183943,"tier1_relay_attested":1783178953,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956672,"bitcoin_block_time":1783183943,"verify":"ots verify -d 49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf 49604f117db5d59d52581eec0546881464cea9d10214ca30f0d0e68eb21318cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"0609f3d1a79b039406991d15f316932f0551f8143a7f0785f409bcb28309aef4","content_hash":"159a63062dd0961c166ce25d1213518a52f28acd77e0c84a29fbc4705c9591a3","head_hash":"03787019f893a7a5a3e81d1d24d4b457c4bc494bf98a17cb4c6a1788f7e59cb7"}},{"entry":50,"file":"verdict_0050_preaction_20260705.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783214308,"event_id":"c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0","signed_at":1783214308,"published_at":1783214397,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-05T01:29:01Z","ots_path":"/data/track_record/ots/c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0.ots","verify":"ots verify -d c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0 c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956728,"confirmed_at":"2026-07-05T03:36:28Z","bitcoin_block_time":1783215829,"bitcoin_block_hash":"00000000000000000000fe569453e3a5bbcd5ac1cfcfadbb93b06230f98eb34e","ots_proof_url":"https://api.babyblueviper.com/ledger/50/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783215829,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783215829,"tier1_relay_attested":1783214308,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956728,"bitcoin_block_time":1783215829,"verify":"ots verify -d c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0 c37a8e7f5197da6e1b30621edf691fb6f2594d312380afc344ae22ceea6985e0.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"03787019f893a7a5a3e81d1d24d4b457c4bc494bf98a17cb4c6a1788f7e59cb7","content_hash":"3f6c4b22e6fcaf95668bc55866947cccb2d19a36ec8202357d5d27f48456965d","head_hash":"02768bd8b83cb31badec2738727b9b3c9c302e929826ccf2cad8ac3a99bab4dd"}},{"entry":51,"file":"verdict_0051_preaction_20260705.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $50, SOL long $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783230339,"event_id":"d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769","signed_at":1783230339,"published_at":1783230517,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-05T05:57:49Z","ots_path":"/data/track_record/ots/d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769.ots","verify":"ots verify -d d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769 d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956752,"confirmed_at":"2026-07-05T07:18:45Z","bitcoin_block_time":1783231749,"bitcoin_block_hash":"00000000000000000001e46924ad56105ac16760cfa8adacf4ada4877338efcc","ots_proof_url":"https://api.babyblueviper.com/ledger/51/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783231749,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783231749,"tier1_relay_attested":1783230339,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956752,"bitcoin_block_time":1783231749,"verify":"ots verify -d d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769 d8f185953020da6abc90e7bb1b02debc9fac60b304724fc0f677954f521ea769.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"02768bd8b83cb31badec2738727b9b3c9c302e929826ccf2cad8ac3a99bab4dd","content_hash":"a31f17ca44d1fda70e2cdbe0cf64da76fd5fbaf9d83c170658889b1dddada96a","head_hash":"ca284e093bfb2565997f629ec5267160229a0516c1825992614b2149adda541b"}},{"entry":52,"file":"verdict_0052_preaction_20260705.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $50, SOL long $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783231237,"event_id":"bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50","signed_at":1783231237,"published_at":1783232257,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-05T06:30:47Z","ots_path":"/data/track_record/ots/bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50.ots","verify":"ots verify -d bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50 bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956755,"confirmed_at":"2026-07-05T07:34:34Z","bitcoin_block_time":1783235202,"bitcoin_block_hash":"000000000000000000011e7e6b2e58ea873c93d7961d8956da371f3929aa71ef","ots_proof_url":"https://api.babyblueviper.com/ledger/52/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783235202,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783235202,"tier1_relay_attested":1783231237,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956755,"bitcoin_block_time":1783235202,"verify":"ots verify -d bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50 bec30dcf7a8056a784da17f819cd76cc8f8042c1deca9522095e2caaf06b1d50.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ca284e093bfb2565997f629ec5267160229a0516c1825992614b2149adda541b","content_hash":"9ead6104a4d0b37e74d7a05f402fded656d96b6ea8ff55d9d767b50856d826d6","head_hash":"459714e5e88fb1251a0d87b0d54cadd7e3a6bfb5d1a679157e6d4df4d113cf79"}},{"entry":53,"file":"verdict_0053_preaction_20260705.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $50, SOL long $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783232161,"event_id":"de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989","signed_at":1783232161,"published_at":1783232278,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-05T06:30:50Z","ots_path":"/data/track_record/ots/de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989.ots","verify":"ots verify -d de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989 de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956755,"confirmed_at":"2026-07-05T07:34:36Z","bitcoin_block_time":1783235202,"bitcoin_block_hash":"000000000000000000011e7e6b2e58ea873c93d7961d8956da371f3929aa71ef","ots_proof_url":"https://api.babyblueviper.com/ledger/53/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783235202,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783235202,"tier1_relay_attested":1783232161,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956755,"bitcoin_block_time":1783235202,"verify":"ots verify -d de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989 de7b58374242a92a4e8d00dd03696667dd0db287d98cd4fcb3a9cc395b171989.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"459714e5e88fb1251a0d87b0d54cadd7e3a6bfb5d1a679157e6d4df4d113cf79","content_hash":"6d7accded72061f46d9f653941dba8ee76e4b636fd85fb0d1e29dd9e97068d2e","head_hash":"350cad293779c2665ee0757828fc2bfe6d09bf433696c4c39319014c54e0e7f6"}},{"entry":54,"file":"verdict_0054_preaction_20260705.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $50, SOL long $50 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783233021,"event_id":"0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da","signed_at":1783233021,"published_at":1783234098,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-05T07:03:10Z","ots_path":"/data/track_record/ots/0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da.ots","verify":"ots verify -d 0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da 0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956757,"confirmed_at":"2026-07-05T08:06:59Z","bitcoin_block_time":1783235433,"bitcoin_block_hash":"00000000000000000000bd2716498fe23b545e24f48afb9c1722e7ddeec23cd3","ots_proof_url":"https://api.babyblueviper.com/ledger/54/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783235433,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783235433,"tier1_relay_attested":1783233021,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956757,"bitcoin_block_time":1783235433,"verify":"ots verify -d 0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da 0c070b9561a96990a9443e73eb94db26629e5190ad45068f81ea203e350da4da.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"350cad293779c2665ee0757828fc2bfe6d09bf433696c4c39319014c54e0e7f6","content_hash":"54ef72e07e68d1852291c0cead458bab0197041b0feaf8868d0dd64137943916","head_hash":"47dbb5775ec875ff638478a96df84cbe071dcf80aba7de3ce65fb68d789c008b"}},{"entry":55,"file":"verdict_0055_trades_20260706.json","title":"Live trade outcomes — 1 closed positions (0W/1L, net $-0.0756) — 2026-07-05..2026-07-05","type":"trade_outcomes","created_at":1783325505,"event_id":"721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1","signed_at":1783325505,"published_at":1783325527,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T08:24:37Z","ots_path":"/data/track_record/ots/721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1.ots","verify":"ots verify -d 721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1 721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956901,"confirmed_at":"2026-07-06T10:33:48Z","bitcoin_block_time":1783330301,"bitcoin_block_hash":"00000000000000000000f7a8cacba438341b120d0640e975c1d0ccd4f8732d03","ots_proof_url":"https://api.babyblueviper.com/ledger/55/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783325505,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783325505,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":956901,"bitcoin_block_time":1783330301,"verify":"ots verify -d 721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1 721280ed197924411453053d6833f47c12a1a6592b63e522329bf2024bcd6db1.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}},"chain":{"prev_head_hash":"47dbb5775ec875ff638478a96df84cbe071dcf80aba7de3ce65fb68d789c008b","content_hash":"f14bd6ee317a0b1b581cc9f6811140894e860527fe4ce741bb3657917d69f8bf","head_hash":"227434fdd3487ae4b57cf48bba7018692b3042da0ea1feb3652dc3265a6be9e8"}},{"entry":56,"file":"verdict_0056_preaction_20260706.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $49, XRP short $44, AVAX short $40 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783340142,"event_id":"f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7","signed_at":1783340142,"published_at":1783340316,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T12:24:13Z","ots_path":"/data/track_record/ots/f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7.ots","verify":"ots verify -d f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7 f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956916,"confirmed_at":"2026-07-06T13:42:22Z","bitcoin_block_time":1783341236,"bitcoin_block_hash":"000000000000000000003da4a5548995aaf72dbec6acfcc878a233ea4be41c1a","ots_proof_url":"https://api.babyblueviper.com/ledger/56/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783341236,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783341236,"tier1_relay_attested":1783340142,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956916,"bitcoin_block_time":1783341236,"verify":"ots verify -d f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7 f0e0abf0f281a498db1cad22f6bcb030a09e3e881d38d38aa216e8c05498dbe7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"227434fdd3487ae4b57cf48bba7018692b3042da0ea1feb3652dc3265a6be9e8","content_hash":"51522b5858ed501b2dce2cb4410958b643a52189bbea568593122828eaf3a38f","head_hash":"06742a9fd64f1fe4c8d4f79f6fd04e3412b3332ad1d0b4f7f43fe3dbc71cfd59"}},{"entry":57,"file":"verdict_0057_preaction_20260706.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $52, XRP short $38, AVAX short $35 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783341050,"event_id":"26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7","signed_at":1783341050,"published_at":1783342072,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T12:56:42Z","ots_path":"/data/track_record/ots/26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7.ots","verify":"ots verify -d 26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7 26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956921,"confirmed_at":"2026-07-06T14:30:16Z","bitcoin_block_time":1783345296,"bitcoin_block_hash":"000000000000000000013b010a6167c328c097f38ac88f446e49c348ad5389a5","ots_proof_url":"https://api.babyblueviper.com/ledger/57/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783345296,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783345296,"tier1_relay_attested":1783341050,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956921,"bitcoin_block_time":1783345296,"verify":"ots verify -d 26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7 26c112ac9757915e51ec3c2f83c8f8d23352332e001f00f90a2405cd69d210e7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"06742a9fd64f1fe4c8d4f79f6fd04e3412b3332ad1d0b4f7f43fe3dbc71cfd59","content_hash":"fedb51f7852131acc43c41818005f967c17aa12678652fa8751c75f64c4bef21","head_hash":"a9bd4222422605886c4d6c761a32a9b9b28d9239b893844afad9ccb6bb2352b6"}},{"entry":58,"file":"verdict_0058_preaction_20260706.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $49, SOL long $49, XRP short $44 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783341939,"event_id":"2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677","signed_at":1783341939,"published_at":1783342093,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T12:56:45Z","ots_path":"/data/track_record/ots/2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677.ots","verify":"ots verify -d 2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677 2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956921,"confirmed_at":"2026-07-06T14:30:18Z","bitcoin_block_time":1783345296,"bitcoin_block_hash":"000000000000000000013b010a6167c328c097f38ac88f446e49c348ad5389a5","ots_proof_url":"https://api.babyblueviper.com/ledger/58/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783345296,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783345296,"tier1_relay_attested":1783341939,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956921,"bitcoin_block_time":1783345296,"verify":"ots verify -d 2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677 2cb1c2d458492bbd3d28a81a44473bac5da63fd3837cfd6b5ee890083d7e7677.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a9bd4222422605886c4d6c761a32a9b9b28d9239b893844afad9ccb6bb2352b6","content_hash":"0df087203554cffa24bcadcf31b991aa76228bdcdc7d6e025f4983b33c1ea60a","head_hash":"083424e054100110efed072a59c6d9ac5786de264969f3f8cef0c04654428553"}},{"entry":59,"file":"verdict_0059_preaction_20260706.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $49, SOL long $54, XRP short $44 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783342849,"event_id":"95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30","signed_at":1783342849,"published_at":1783344444,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T13:42:17Z","ots_path":"/data/track_record/ots/95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30.ots","verify":"ots verify -d 95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30 95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956925,"confirmed_at":"2026-07-06T15:48:05Z","bitcoin_block_time":1783347412,"bitcoin_block_hash":"00000000000000000000df25fc5597dec49e34b2a491754c650630604d49fe0d","ots_proof_url":"https://api.babyblueviper.com/ledger/59/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783347412,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783347412,"tier1_relay_attested":1783342849,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956925,"bitcoin_block_time":1783347412,"verify":"ots verify -d 95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30 95de00a863e652980bbcd6426bb3b8b5281bb958385b8ceda8332e7b9d967e30.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"083424e054100110efed072a59c6d9ac5786de264969f3f8cef0c04654428553","content_hash":"ff8606053a395995c637812469ea506e168cd0b62a9183ac58c201872cc1eae1","head_hash":"b7e14d5b8e53ec90d59253d68656577d2e56f017784b2bd81e1a9821d25b432b"}},{"entry":60,"file":"verdict_0060_preaction_20260706.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: SOL long $49 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783343740,"event_id":"d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd","signed_at":1783343740,"published_at":1783344465,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T13:42:20Z","ots_path":"/data/track_record/ots/d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd.ots","verify":"ots verify -d d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956925,"confirmed_at":"2026-07-06T15:48:06Z","bitcoin_block_time":1783347412,"bitcoin_block_hash":"00000000000000000000df25fc5597dec49e34b2a491754c650630604d49fe0d","ots_proof_url":"https://api.babyblueviper.com/ledger/60/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783347412,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783347412,"tier1_relay_attested":1783343740,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956925,"bitcoin_block_time":1783347412,"verify":"ots verify -d d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd d1aba9bd92a767c57744432db29b8c8b0aa98513c78dfad5668f886d8a1844bd.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"b7e14d5b8e53ec90d59253d68656577d2e56f017784b2bd81e1a9821d25b432b","content_hash":"079ab1e86786c1031cd017825bab4576a0c6538d7e2eb196e67c3f158fec6505","head_hash":"eae3a3312f4e7bfa4d98a2ffa3395d145944879f7d7e2f25720b2c038fb4c67e"}},{"entry":61,"file":"verdict_0061_preaction_20260706.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.8) on a PROPOSED entry: SOL long $49 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783344644,"event_id":"50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79","signed_at":1783344644,"published_at":1783345663,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T13:58:30Z","ots_path":"/data/track_record/ots/50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79.ots","verify":"ots verify -d 50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79 50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956925,"confirmed_at":"2026-07-06T15:48:08Z","bitcoin_block_time":1783347412,"bitcoin_block_hash":"00000000000000000000df25fc5597dec49e34b2a491754c650630604d49fe0d","ots_proof_url":"https://api.babyblueviper.com/ledger/61/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783347412,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783347412,"tier1_relay_attested":1783344644,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956925,"bitcoin_block_time":1783347412,"verify":"ots verify -d 50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79 50caaa55b2ae8dd3f5e361ef19c228dd8c8aacad28c7a0ef94493ca06ebc4e79.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"eae3a3312f4e7bfa4d98a2ffa3395d145944879f7d7e2f25720b2c038fb4c67e","content_hash":"09e2fba7777d514d1d5ea4b01e98b96781bee3ad09f07669ef65278c0cadf132","head_hash":"48c1fc86544b9fed526b360fa23a0953695fe63b59de16756a658e2b48b53264"}},{"entry":62,"file":"verdict_0062_preaction_20260706.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783347506,"event_id":"926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f","signed_at":1783347506,"published_at":1783347596,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T14:30:14Z","ots_path":"/data/track_record/ots/926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f.ots","verify":"ots verify -d 926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f 926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956932,"confirmed_at":"2026-07-06T16:34:27Z","bitcoin_block_time":1783352495,"bitcoin_block_hash":"00000000000000000001262e595dd5f6832d158ffb3c5d342174f55fc99acdb3","ots_proof_url":"https://api.babyblueviper.com/ledger/62/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783352495,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783352495,"tier1_relay_attested":1783347506,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956932,"bitcoin_block_time":1783352495,"verify":"ots verify -d 926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f 926831de4d62bdd5facf5aa01e8fceb17dc489f73addee8c695c2c28b7a1c54f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"48c1fc86544b9fed526b360fa23a0953695fe63b59de16756a658e2b48b53264","content_hash":"d136fba4b7f92ced5e22325b032d903db2238c76f4246771a657a9645f691254","head_hash":"f96c5509fb45009902934f782e6ba10bdb13e4746aa07e81198ce405dfbe4e21"}},{"entry":63,"file":"verdict_0063_preaction_20260706.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783372731,"event_id":"72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0","signed_at":1783372731,"published_at":1783372805,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-06T21:35:50Z","ots_path":"/data/track_record/ots/72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0.ots","verify":"ots verify -d 72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0 72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":956957,"confirmed_at":"2026-07-06T23:42:17Z","bitcoin_block_time":1783379645,"bitcoin_block_hash":"00000000000000000001c70c90545e3b50f06f6bfcdda22d3ab4c013d84c82bb","ots_proof_url":"https://api.babyblueviper.com/ledger/63/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783379645,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783379645,"tier1_relay_attested":1783372731,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":956957,"bitcoin_block_time":1783379645,"verify":"ots verify -d 72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0 72bbc658e2c43280168840da76b460b64565d53a8d290872cd8f8d39fd4377b0.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f96c5509fb45009902934f782e6ba10bdb13e4746aa07e81198ce405dfbe4e21","content_hash":"f28a4cc1897980b834e579558c9ce06fabe3176d80553defc88dbd83e603749f","head_hash":"7397d0ae9aa12c285da31733aca842be429a348bc86d22b57e76476847493a89"}},{"entry":64,"file":"verdict_0064_preaction_20260707.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $55, SOL long $55 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783403161,"event_id":"aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89","signed_at":1783403161,"published_at":1783403250,"relays":["relay.damus.io","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-07T06:03:46Z","ots_path":"/data/track_record/ots/aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89.ots","verify":"ots verify -d aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89 aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957012,"confirmed_at":"2026-07-07T09:14:23Z","bitcoin_block_time":1783412825,"bitcoin_block_hash":"0000000000000000000153d0544ddeaca1b8240da2d196e0631fee6a710be5f0","ots_proof_url":"https://api.babyblueviper.com/ledger/64/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783412825,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783412825,"tier1_relay_attested":1783403161,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957012,"bitcoin_block_time":1783412825,"verify":"ots verify -d aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89 aba6423767d4ea2961ce727cd68929ce8f1fecb80becb5475bd40453a1a60e89.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7397d0ae9aa12c285da31733aca842be429a348bc86d22b57e76476847493a89","content_hash":"bf26f3a529f31719734e4cfc2440e866072343319e1a28f5a89898c31d31f5a0","head_hash":"fc0202f4d42c2837a2fd38ac0808cac4872635d1ee8fe879f96efb15f1047d6e"}},{"entry":65,"file":"verdict_0065_preaction_20260707.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783430694,"event_id":"b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6","signed_at":1783430694,"published_at":1783430782,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-07T13:30:28Z","ots_path":"/data/track_record/ots/b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6.ots","verify":"ots verify -d b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6 b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957046,"confirmed_at":"2026-07-07T14:48:23Z","bitcoin_block_time":1783433041,"bitcoin_block_hash":"000000000000000000004e93747fa535b911bd348096451a5ac979e691a89fc8","ots_proof_url":"https://api.babyblueviper.com/ledger/65/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783433041,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783433041,"tier1_relay_attested":1783430694,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957046,"bitcoin_block_time":1783433041,"verify":"ots verify -d b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6 b3734c2d3ee46fff4422e4a2562afa320aa536178c49b495cdc6bf7cda4324d6.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"fc0202f4d42c2837a2fd38ac0808cac4872635d1ee8fe879f96efb15f1047d6e","content_hash":"f60faafc3a3596b8bff6f19b84691301f85945548ac9f705724a316190c8509e","head_hash":"3fe94a23d6f62268cd26c470c832d1dfc851bac0636df4c6bc11d2cbcf718fdb"}},{"entry":66,"file":"verdict_0066_preaction_20260708.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783495086,"event_id":"225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3","signed_at":1783495086,"published_at":1783495182,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-08T07:32:22Z","ots_path":"/data/track_record/ots/225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3.ots","verify":"ots verify -d 225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3 225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957145,"confirmed_at":"2026-07-08T09:38:27Z","bitcoin_block_time":1783500980,"bitcoin_block_hash":"00000000000000000001a7bf233015fa3404e1d410907916c61f6c313ebce611","ots_proof_url":"https://api.babyblueviper.com/ledger/66/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783500980,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783500980,"tier1_relay_attested":1783495086,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957145,"bitcoin_block_time":1783500980,"verify":"ots verify -d 225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3 225ea4bcbaa61d4fb634920828dbf6e5da877a9c9b26511ab8b73361c45cb3c3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"3fe94a23d6f62268cd26c470c832d1dfc851bac0636df4c6bc11d2cbcf718fdb","content_hash":"06e5d72ed98a69dcbea72c8711a67e6b723295a21f65217113578664ebf03446","head_hash":"deee814f1d0e72adcc1433271f9c7bc03ac8a5b0cd27467ea7fefeabe3a1c5ad"}},{"entry":67,"file":"verdict_0067_preaction_20260708.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: SOL long $18 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783554465,"event_id":"7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1","signed_at":1783554465,"published_at":1783554532,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-08T23:51:17Z","ots_path":"/data/track_record/ots/7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1.ots","verify":"ots verify -d 7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1 7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957240,"confirmed_at":"2026-07-09T01:43:19Z","bitcoin_block_time":1783558058,"bitcoin_block_hash":"00000000000000000000d93f5a1e7785003bd0aa0e4d6077f0720c9780d11ed9","ots_proof_url":"https://api.babyblueviper.com/ledger/67/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783558058,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783558058,"tier1_relay_attested":1783554465,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957240,"bitcoin_block_time":1783558058,"verify":"ots verify -d 7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1 7d41f63485eddf6157744699871922293d6b4dcde71d4da990f1a172ccdec5a1.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"deee814f1d0e72adcc1433271f9c7bc03ac8a5b0cd27467ea7fefeabe3a1c5ad","content_hash":"685b39d1586b680c6659c5726eb13e2fad07f4dcc2cbe53ed4447a41c38ad6da","head_hash":"4212c4177e2765b44905541cfd148d2c815bf5354321693e99990801b084f583"}},{"entry":68,"file":"verdict_0068_preaction_20260709.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $54, AVAX short $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783575957,"event_id":"0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801","signed_at":1783575957,"published_at":1783576078,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T05:57:09Z","ots_path":"/data/track_record/ots/0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801.ots","verify":"ots verify -d 0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801 0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957271,"confirmed_at":"2026-07-09T08:02:31Z","bitcoin_block_time":1783578319,"bitcoin_block_hash":"000000000000000000002d296bdb28dea449d043c4d1746f6fc86b42cc684990","ots_proof_url":"https://api.babyblueviper.com/ledger/68/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783578319,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783578319,"tier1_relay_attested":1783575957,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957271,"bitcoin_block_time":1783578319,"verify":"ots verify -d 0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801 0840ad372173d003d499f97ec9fa8454023429972825b35f422e30c850641801.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4212c4177e2765b44905541cfd148d2c815bf5354321693e99990801b084f583","content_hash":"e52ec4a036eae3a271e9ed24eb3d21bc125ae7956d732c8787ea49c38b8ab97f","head_hash":"f92d5a75a82e7c96ba6e4aa89371f325ba4e12830ddc149795205c0f7fe1a9ea"}},{"entry":69,"file":"verdict_0069_preaction_20260709.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $54, AVAX short $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783576854,"event_id":"b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f","signed_at":1783576854,"published_at":1783577872,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T06:28:48Z","ots_path":"/data/track_record/ots/b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f.ots","verify":"ots verify -d b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957274,"confirmed_at":"2026-07-09T08:50:03Z","bitcoin_block_time":1783581518,"bitcoin_block_hash":"0000000000000000000008247bfcad7c634d0ffa15eed7db16ddd5e0163a9ad7","ots_proof_url":"https://api.babyblueviper.com/ledger/69/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783581518,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783581518,"tier1_relay_attested":1783576854,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957274,"bitcoin_block_time":1783581518,"verify":"ots verify -d b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f b1dbf7fcba700a698e9a09e593b19de6cfde130859ad34edacf5ca85685b579f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f92d5a75a82e7c96ba6e4aa89371f325ba4e12830ddc149795205c0f7fe1a9ea","content_hash":"5c21429b5d75cc9d99b45ab03b8a9cfd2ccf3530682ac8de8d208fd6d6a21331","head_hash":"df20a8b83f6cb686c9033ad20c1d3c83369ac86ae3419028dc8b3ed77c2cd361"}},{"entry":70,"file":"verdict_0070_preaction_20260709.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $54, AVAX short $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783576895,"event_id":"f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e","signed_at":1783576895,"published_at":1783577893,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T06:28:51Z","ots_path":"/data/track_record/ots/f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e.ots","verify":"ots verify -d f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957274,"confirmed_at":"2026-07-09T08:50:05Z","bitcoin_block_time":1783581518,"bitcoin_block_hash":"0000000000000000000008247bfcad7c634d0ffa15eed7db16ddd5e0163a9ad7","ots_proof_url":"https://api.babyblueviper.com/ledger/70/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783581518,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783581518,"tier1_relay_attested":1783576895,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957274,"bitcoin_block_time":1783581518,"verify":"ots verify -d f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e f82d82df3c101a042971ca43765c48acc1ad6d94bbd6dc01ce5fdba9d61caa5e.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"df20a8b83f6cb686c9033ad20c1d3c83369ac86ae3419028dc8b3ed77c2cd361","content_hash":"dfbfd130e44774feb57df3dbe80a29de47c849ec363f15d541a7ab1ae04755fa","head_hash":"c651281358612594e13699ef75a5552b8c021b10ebaa49cce66b0994c943d955"}},{"entry":71,"file":"verdict_0071_preaction_20260709.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $54, AVAX short $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783577732,"event_id":"306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493","signed_at":1783577732,"published_at":1783577915,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T06:28:54Z","ots_path":"/data/track_record/ots/306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493.ots","verify":"ots verify -d 306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493 306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957274,"confirmed_at":"2026-07-09T08:50:07Z","bitcoin_block_time":1783581518,"bitcoin_block_hash":"0000000000000000000008247bfcad7c634d0ffa15eed7db16ddd5e0163a9ad7","ots_proof_url":"https://api.babyblueviper.com/ledger/71/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783581518,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783581518,"tier1_relay_attested":1783577732,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957274,"bitcoin_block_time":1783581518,"verify":"ots verify -d 306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493 306d3ae45b8b9be5207af4516f608502a41bc9578a1e967b0b9891ac20e54493.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"c651281358612594e13699ef75a5552b8c021b10ebaa49cce66b0994c943d955","content_hash":"b63a90349ec66c7fcb93aa9fc4650a7b1188f1a8fedacc2941233785aa74bb67","head_hash":"cc3fa6a87f90ccd8dae8da9ff809453ab74c0c6214a04093ffe5f092e81685b9"}},{"entry":72,"file":"verdict_0072_preaction_20260709.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $54, AVAX short $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783578680,"event_id":"b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766","signed_at":1783578680,"published_at":1783579718,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T07:00:12Z","ots_path":"/data/track_record/ots/b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766.ots","verify":"ots verify -d b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766 b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957274,"confirmed_at":"2026-07-09T08:50:09Z","bitcoin_block_time":1783581518,"bitcoin_block_hash":"0000000000000000000008247bfcad7c634d0ffa15eed7db16ddd5e0163a9ad7","ots_proof_url":"https://api.babyblueviper.com/ledger/72/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783581518,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783581518,"tier1_relay_attested":1783578680,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957274,"bitcoin_block_time":1783581518,"verify":"ots verify -d b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766 b100ec1345dab684a1826eecd1978bd1180eafd0c7f4e05bb169450d4f7a3766.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"cc3fa6a87f90ccd8dae8da9ff809453ab74c0c6214a04093ffe5f092e81685b9","content_hash":"e17d5b311cd606ae57cd2d71792b21adf9144f38de9e1e9fe71347745ac27890","head_hash":"bc4440bb1f6953be1c170f1a1765fe0d15765d6a37e5bb1123b7c3b6a2967192"}},{"entry":73,"file":"verdict_0073_preaction_20260709.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL long $18 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783579654,"event_id":"75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543","signed_at":1783579654,"published_at":1783579742,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-09T07:00:15Z","ots_path":"/data/track_record/ots/75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543.ots","verify":"ots verify -d 75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543 75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957274,"confirmed_at":"2026-07-09T08:50:10Z","bitcoin_block_time":1783581518,"bitcoin_block_hash":"0000000000000000000008247bfcad7c634d0ffa15eed7db16ddd5e0163a9ad7","ots_proof_url":"https://api.babyblueviper.com/ledger/73/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783581518,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783581518,"tier1_relay_attested":1783579654,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957274,"bitcoin_block_time":1783581518,"verify":"ots verify -d 75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543 75e74efe7ff7cd9eb38267b7d785c6c38f64b7e544682082f5fcdfe53ccf5543.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"bc4440bb1f6953be1c170f1a1765fe0d15765d6a37e5bb1123b7c3b6a2967192","content_hash":"406ec8413b9bdff6e4bd31aa1619a59f3e8b2c9178c6d8d21b4e6de2d649d482","head_hash":"71dc120f16de3feac3bbd00ec8e664b9df60ae77f78cc9540125b450a4130e58"}},{"entry":74,"file":"verdict_0074_preaction_20260710.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783662336,"event_id":"9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e","signed_at":1783662336,"published_at":1783671734,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T08:23:05Z","ots_path":"/data/track_record/ots/9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e.ots","verify":"ots verify -d 9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e 9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957407,"confirmed_at":"2026-07-10T09:56:37Z","bitcoin_block_time":1783675086,"bitcoin_block_hash":"0000000000000000000038ed3372c3e5f6b0e70a4d7208dbbce391bbfdf7db89","ots_proof_url":"https://api.babyblueviper.com/ledger/74/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783662336,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783662336,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":957407,"bitcoin_block_time":1783675086,"verify":"ots verify -d 9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e 9f38e56b761aa698f28310c29e359f71cc08fb1f12b16d31217462eb46cc938e.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"71dc120f16de3feac3bbd00ec8e664b9df60ae77f78cc9540125b450a4130e58","content_hash":"ee9b3b36b0eedf3ff97829d66cc5cb10cb4ba72a4f00751dcac831c2b415a1a1","head_hash":"6d58014ef19149caf95fbb6860cc117ec70008974de3759015b3a000dd383d37"}},{"entry":75,"file":"verdict_0075_preaction_20260710.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783663283,"event_id":"e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466","signed_at":1783663283,"published_at":1783671756,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T08:23:08Z","ots_path":"/data/track_record/ots/e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466.ots","verify":"ots verify -d e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466 e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957407,"confirmed_at":"2026-07-10T09:56:39Z","bitcoin_block_time":1783675086,"bitcoin_block_hash":"0000000000000000000038ed3372c3e5f6b0e70a4d7208dbbce391bbfdf7db89","ots_proof_url":"https://api.babyblueviper.com/ledger/75/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783663283,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783663283,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":957407,"bitcoin_block_time":1783675086,"verify":"ots verify -d e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466 e35824e316e6d7392e44197002b6cae211110098471332ad758ffc4e57588466.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"6d58014ef19149caf95fbb6860cc117ec70008974de3759015b3a000dd383d37","content_hash":"a47804ecdb62263421d2169f36a818d3cc15b5231f575db7124638718465fd2b","head_hash":"3444988f3a76cd1057b5815f542b6be41cd17824983157885e636d2b736f8ca5"}},{"entry":76,"file":"verdict_0076_preaction_20260710.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783664152,"event_id":"90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26","signed_at":1783664152,"published_at":1783671777,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T08:23:11Z","ots_path":"/data/track_record/ots/90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26.ots","verify":"ots verify -d 90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26 90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957407,"confirmed_at":"2026-07-10T09:56:41Z","bitcoin_block_time":1783675086,"bitcoin_block_hash":"0000000000000000000038ed3372c3e5f6b0e70a4d7208dbbce391bbfdf7db89","ots_proof_url":"https://api.babyblueviper.com/ledger/76/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783664152,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783664152,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":957407,"bitcoin_block_time":1783675086,"verify":"ots verify -d 90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26 90de7b9bc05027ef844914cf455cf219200a6a2d2bad92234854bb3c06f49b26.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"3444988f3a76cd1057b5815f542b6be41cd17824983157885e636d2b736f8ca5","content_hash":"26e557e87f38bede115aad4152ebcfff80865ef7ca590eade8b3d1ca126588a4","head_hash":"9132af7ddaa0bb6f2b2a0530a37f55fcbd38b7e6a58680791d1f1b44482909bb"}},{"entry":77,"file":"verdict_0077_preaction_20260710.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783665046,"event_id":"ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5","signed_at":1783665046,"published_at":1783671799,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T08:38:09Z","ots_path":"/data/track_record/ots/ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5.ots","verify":"ots verify -d ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5 ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957407,"confirmed_at":"2026-07-10T09:56:43Z","bitcoin_block_time":1783675086,"bitcoin_block_hash":"0000000000000000000038ed3372c3e5f6b0e70a4d7208dbbce391bbfdf7db89","ots_proof_url":"https://api.babyblueviper.com/ledger/77/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783665046,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783665046,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":957407,"bitcoin_block_time":1783675086,"verify":"ots verify -d ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5 ae56fb33ad6b013dd5616cb2632e4864373efb189798dc7060f8bfa150591af5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"9132af7ddaa0bb6f2b2a0530a37f55fcbd38b7e6a58680791d1f1b44482909bb","content_hash":"831285c36f8a70bb1e94635298aa4a0690b0ccaaf47c09bcc18e240ef3e5705f","head_hash":"d914b8e7c75b3ab21c08500956cc4aaac8c7d37d0a7d873d80d555286f5926c0"}},{"entry":78,"file":"verdict_0078_preaction_20260710.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783665088,"event_id":"cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040","signed_at":1783665088,"published_at":1783671821,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T08:38:11Z","ots_path":"/data/track_record/ots/cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040.ots","verify":"ots verify -d cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040 cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957407,"confirmed_at":"2026-07-10T09:56:44Z","bitcoin_block_time":1783675086,"bitcoin_block_hash":"0000000000000000000038ed3372c3e5f6b0e70a4d7208dbbce391bbfdf7db89","ots_proof_url":"https://api.babyblueviper.com/ledger/78/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1783665088,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1783665088,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":957407,"bitcoin_block_time":1783675086,"verify":"ots verify -d cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040 cb352b68848c5c532de62c31be41c908cb7c1d7b43711b29fa68271f5d940040.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d914b8e7c75b3ab21c08500956cc4aaac8c7d37d0a7d873d80d555286f5926c0","content_hash":"ac904acb85407a411dbf8f72b2977663b0e14ea0ce1bc726ac907999b8c59d45","head_hash":"494266c08eb69c982e426e8721dee5dacfa1e58fdf0d4d7e74e847b269a3b3e9"}},{"entry":79,"file":"verdict_0079_preaction_20260710.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783694309,"event_id":"d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f","signed_at":1783694309,"published_at":1783694385,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T14:55:36Z","ots_path":"/data/track_record/ots/d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f.ots","verify":"ots verify -d d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957441,"confirmed_at":"2026-07-10T16:14:25Z","bitcoin_block_time":1783697836,"bitcoin_block_hash":"00000000000000000000f308149a6e8d2a80cb83807cb4d09224952f7b2da49d","ots_proof_url":"https://api.babyblueviper.com/ledger/79/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783697836,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783697836,"tier1_relay_attested":1783694309,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957441,"bitcoin_block_time":1783697836,"verify":"ots verify -d d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f d6dc91301bbb78326a3812ce24813996d0763871631e2ad3622ed730aadf4c3f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"494266c08eb69c982e426e8721dee5dacfa1e58fdf0d4d7e74e847b269a3b3e9","content_hash":"ab488a8a20d1c4bd2a576781f3efb02cbf8d5d1921bf912cad49d161aa7c5819","head_hash":"b8b609add9015146d87a57af67d85e82c8f8ab7b4f350afa70ad3ae315335ba2"}},{"entry":80,"file":"verdict_0080_preaction_20260710.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ENA long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783699460,"event_id":"1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33","signed_at":1783699460,"published_at":1783699529,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-10T16:14:22Z","ots_path":"/data/track_record/ots/1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33.ots","verify":"ots verify -d 1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33 1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957449,"confirmed_at":"2026-07-10T17:34:23Z","bitcoin_block_time":1783700866,"bitcoin_block_hash":"00000000000000000000530db753f08103a2285a41c81f054fa2fb5f9bc564fb","ots_proof_url":"https://api.babyblueviper.com/ledger/80/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783700866,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783700866,"tier1_relay_attested":1783699460,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957449,"bitcoin_block_time":1783700866,"verify":"ots verify -d 1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33 1bff359b8fc3ca523453ac761237a46a973bcc522ae622970f7c2eb0e7973c33.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"b8b609add9015146d87a57af67d85e82c8f8ab7b4f350afa70ad3ae315335ba2","content_hash":"f5c2fb95307fa84ab5f0afaae5841f8ee71d7e104d3439145f8fd383916e6d6a","head_hash":"aac7cb31333d61c1bf663b6b136c72c8020faa83f716f3283abc655f552e7c8d"}},{"entry":81,"file":"verdict_0081_preaction_20260711.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783748267,"event_id":"b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521","signed_at":1783748267,"published_at":1783748361,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T05:54:52Z","ots_path":"/data/track_record/ots/b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521.ots","verify":"ots verify -d b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521 b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957526,"confirmed_at":"2026-07-11T06:57:38Z","bitcoin_block_time":1783749808,"bitcoin_block_hash":"00000000000000000001e8cc9456662e8c0f15dc40f1ebbe3101f9a62e1d999a","ots_proof_url":"https://api.babyblueviper.com/ledger/81/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783749808,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783749808,"tier1_relay_attested":1783748267,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957526,"bitcoin_block_time":1783749808,"verify":"ots verify -d b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521 b8f32b957397a116af91c294671868e1ab5544a109ab5c58d97bd3c35163f521.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"aac7cb31333d61c1bf663b6b136c72c8020faa83f716f3283abc655f552e7c8d","content_hash":"b15133649a0d7ea5312f5bc7045cf5c9dec5637528a82bc89fd329677b092879","head_hash":"ce074af20eee616ed84701a0faf5e5d199c86c1b2a81ed9b35ebded91638e02c"}},{"entry":82,"file":"verdict_0082_preaction_20260711.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $54, ETH long $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783748736,"event_id":"7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257","signed_at":1783748736,"published_at":1783750116,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T06:10:23Z","ots_path":"/data/track_record/ots/7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257.ots","verify":"ots verify -d 7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257 7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957529,"confirmed_at":"2026-07-11T07:13:48Z","bitcoin_block_time":1783751413,"bitcoin_block_hash":"0000000000000000000041a21c052b13274af4960b11850a8ab8b40d5bba9f86","ots_proof_url":"https://api.babyblueviper.com/ledger/82/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783751413,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783751413,"tier1_relay_attested":1783748736,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957529,"bitcoin_block_time":1783751413,"verify":"ots verify -d 7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257 7b8b07adc8147baa560ea67f519abc52058352ab9faa2b4c8665f60700c7f257.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ce074af20eee616ed84701a0faf5e5d199c86c1b2a81ed9b35ebded91638e02c","content_hash":"48ac75a50ebe91df7f88d7b42eb4af6d113c0d7a3eb77ea6bfc1b02a48b3de93","head_hash":"f8e5457efea97976f333a6bb08b9ab65c10203dfad9f2de2758eb0b546c937a9"}},{"entry":83,"file":"verdict_0083_preaction_20260711.json","title":"Pre-action governance verdict — reject (conf 0.85) on a PROPOSED entry: BTC long $54, ETH long $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783749625,"event_id":"8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77","signed_at":1783749625,"published_at":1783750142,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T06:10:27Z","ots_path":"/data/track_record/ots/8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77.ots","verify":"ots verify -d 8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77 8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957529,"confirmed_at":"2026-07-11T07:13:50Z","bitcoin_block_time":1783751413,"bitcoin_block_hash":"0000000000000000000041a21c052b13274af4960b11850a8ab8b40d5bba9f86","ots_proof_url":"https://api.babyblueviper.com/ledger/83/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783751413,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783751413,"tier1_relay_attested":1783749625,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957529,"bitcoin_block_time":1783751413,"verify":"ots verify -d 8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77 8c359d1f1aaf3751846b81ad1eaf9fcf71f3dd20ea70a1a8d9a8423bd3598b77.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f8e5457efea97976f333a6bb08b9ab65c10203dfad9f2de2758eb0b546c937a9","content_hash":"f36e78f2e40b236ff3da36e68dfd802b6e9955fcb739f9eba6727fdc9f0206bb","head_hash":"9564edaafecefbc960bdb2ae4dd2961206f964e0370dcba2a8883def271ba6d1"}},{"entry":84,"file":"verdict_0084_preaction_20260711.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $54, ETH long $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783750544,"event_id":"d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08","signed_at":1783750544,"published_at":1783751975,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T06:41:39Z","ots_path":"/data/track_record/ots/d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08.ots","verify":"ots verify -d d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08 d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957531,"confirmed_at":"2026-07-11T07:46:35Z","bitcoin_block_time":1783752918,"bitcoin_block_hash":"000000000000000000019a5e7c6e3d22217f7af9dddf0bc1bd31cf00fbad0151","ots_proof_url":"https://api.babyblueviper.com/ledger/84/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783752918,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783752918,"tier1_relay_attested":1783750544,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957531,"bitcoin_block_time":1783752918,"verify":"ots verify -d d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08 d4538fccafe5c9ede71e108de04be5d6a7e7242d8cafc3f163fa12b400fe6f08.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"9564edaafecefbc960bdb2ae4dd2961206f964e0370dcba2a8883def271ba6d1","content_hash":"e220cf284425aa00cf12941e9ab237821d90b10d297763f975cd4b71fbda4288","head_hash":"1da54ec4144c757ce063597809a03852f4ae5c6013649f9ddb1de1995e1047e9"}},{"entry":85,"file":"verdict_0085_preaction_20260711.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $54, ETH long $54 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783751449,"event_id":"965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001","signed_at":1783751449,"published_at":1783751998,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T06:41:42Z","ots_path":"/data/track_record/ots/965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001.ots","verify":"ots verify -d 965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001 965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957531,"confirmed_at":"2026-07-11T07:46:37Z","bitcoin_block_time":1783752918,"bitcoin_block_hash":"000000000000000000019a5e7c6e3d22217f7af9dddf0bc1bd31cf00fbad0151","ots_proof_url":"https://api.babyblueviper.com/ledger/85/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783752918,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783752918,"tier1_relay_attested":1783751449,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957531,"bitcoin_block_time":1783752918,"verify":"ots verify -d 965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001 965f39244bcd98fd718aeb8ee0728efcf6e24d4700dc8275f70edfa3e0f51001.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"1da54ec4144c757ce063597809a03852f4ae5c6013649f9ddb1de1995e1047e9","content_hash":"9c534b56b37924abd39c6ae8d646728d357e1d5062b2dda0ef2056f480ce7328","head_hash":"adf88eadc2fb6bd8c0b079b12ec7231e2e2a7e3295acbbe3973f737ede7007f9"}},{"entry":86,"file":"verdict_0086_preaction_20260711.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: AAVE long $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783785346,"event_id":"e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a","signed_at":1783785346,"published_at":1783785405,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T16:01:29Z","ots_path":"/data/track_record/ots/e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a.ots","verify":"ots verify -d e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957587,"confirmed_at":"2026-07-11T17:53:45Z","bitcoin_block_time":1783788506,"bitcoin_block_hash":"00000000000000000000079cb288ef7ff7602769908540ce3290a68d1e85e7cd","ots_proof_url":"https://api.babyblueviper.com/ledger/86/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783788506,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783788506,"tier1_relay_attested":1783785346,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957587,"bitcoin_block_time":1783788506,"verify":"ots verify -d e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a e7026af7342d6378bd7d39ad0e48c59b0abebc1b9299d0f5b5f51f5a8688bc0a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"adf88eadc2fb6bd8c0b079b12ec7231e2e2a7e3295acbbe3973f737ede7007f9","content_hash":"2c91a2d52336100314cdfcdaa025d07b41e3017f11e41cfc18b453d42ed5c058","head_hash":"94498fe62a18a60d4f09340b3eb2a9746066d73c331f3a132baebbd56b025323"}},{"entry":87,"file":"verdict_0087_preaction_20260711.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ENA long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783796140,"event_id":"20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b","signed_at":1783796140,"published_at":1783796199,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-11T18:57:08Z","ots_path":"/data/track_record/ots/20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b.ots","verify":"ots verify -d 20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b 20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957599,"confirmed_at":"2026-07-11T20:32:09Z","bitcoin_block_time":1783798937,"bitcoin_block_hash":"00000000000000000001d64ab6a43c427b2c2438a40980308224d3d79f814234","ots_proof_url":"https://api.babyblueviper.com/ledger/87/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783798937,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783798937,"tier1_relay_attested":1783796140,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957599,"bitcoin_block_time":1783798937,"verify":"ots verify -d 20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b 20f6d0f0a9fc6b975079925d0558eb78e5fddf4b063db95c8037136bc648f65b.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"94498fe62a18a60d4f09340b3eb2a9746066d73c331f3a132baebbd56b025323","content_hash":"aef1926b098ff08cb7c547fb3718a2e9be2b895ffde2bd983c0818c04b5c5753","head_hash":"ef9818447d2695b6c3c175ed8940699b586f886e867923023e0fa759ad3970ce"}},{"entry":88,"file":"verdict_0088_preaction_20260712.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: AAVE long $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783821334,"event_id":"78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3","signed_at":1783821334,"published_at":1783821409,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T02:03:50Z","ots_path":"/data/track_record/ots/78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3.ots","verify":"ots verify -d 78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3 78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957642,"confirmed_at":"2026-07-12T03:54:27Z","bitcoin_block_time":1783824408,"bitcoin_block_hash":"000000000000000000023440671ceb75054987517b5e606a3cc0987718b2d95f","ots_proof_url":"https://api.babyblueviper.com/ledger/88/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783824408,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783824408,"tier1_relay_attested":1783821334,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957642,"bitcoin_block_time":1783824408,"verify":"ots verify -d 78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3 78a73c489a89dad576910132c232429e3443a8d57d21291ff5edcd15836ec5b3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ef9818447d2695b6c3c175ed8940699b586f886e867923023e0fa759ad3970ce","content_hash":"103f40e1d25ae01e30c391666b155f08d265a8002979add1387685da6108c4d0","head_hash":"0848a3ffc58ad8c2f0ac58230de7cff9a87b176e020b76689e0326035f72fa49"}},{"entry":89,"file":"verdict_0089_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $49, SOL long $49, AVAX short $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783835128,"event_id":"31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef","signed_at":1783835128,"published_at":1783835748,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T06:03:19Z","ots_path":"/data/track_record/ots/31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef.ots","verify":"ots verify -d 31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef 31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957665,"confirmed_at":"2026-07-12T07:37:28Z","bitcoin_block_time":1783836829,"bitcoin_block_hash":"000000000000000000002c2b8d166314e381eadd5727756bf791c420efcd3b3d","ots_proof_url":"https://api.babyblueviper.com/ledger/89/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783836829,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783836829,"tier1_relay_attested":1783835128,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957665,"bitcoin_block_time":1783836829,"verify":"ots verify -d 31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef 31f97bca9c2895dc4fffeb353478bf24f9bb6910c649d3066b6d6413372a07ef.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"0848a3ffc58ad8c2f0ac58230de7cff9a87b176e020b76689e0326035f72fa49","content_hash":"84c6973bb8b6ff1dc24cc37bef146ebdbaae9a08b88cb7a2496f2d4094a1f58b","head_hash":"c7301538e8332c87a5dc788a2740054e4aee5e8ac01341acaa890accc81163f2"}},{"entry":90,"file":"verdict_0090_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $50, SOL long $50, AVAX short $48 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783836061,"event_id":"99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071","signed_at":1783836061,"published_at":1783839393,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T07:06:12Z","ots_path":"/data/track_record/ots/99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071.ots","verify":"ots verify -d 99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071 99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957671,"confirmed_at":"2026-07-12T08:24:51Z","bitcoin_block_time":1783841731,"bitcoin_block_hash":"00000000000000000001c7484b4b8fdf8e20ae84c5d98dc67f3ebbe690c44789","ots_proof_url":"https://api.babyblueviper.com/ledger/90/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783841731,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783841731,"tier1_relay_attested":1783836061,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957671,"bitcoin_block_time":1783841731,"verify":"ots verify -d 99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071 99d7b80bc079427ccd86e8ee0f7e4ac4334cfdcafb1fb4f762d00289231bf071.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"c7301538e8332c87a5dc788a2740054e4aee5e8ac01341acaa890accc81163f2","content_hash":"431d72944efe0812a98fe66bfb808a15ce06d14cf767f25f574f0c87c1e9c3b8","head_hash":"54d12fb61753bd66d5bcff22db233133b5407618ba0eed98d57d0e6e89f164df"}},{"entry":91,"file":"verdict_0091_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $51, SOL long $51, AVAX short $46 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783836962,"event_id":"992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079","signed_at":1783836962,"published_at":1783839419,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T07:06:16Z","ots_path":"/data/track_record/ots/992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079.ots","verify":"ots verify -d 992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079 992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957671,"confirmed_at":"2026-07-12T08:24:53Z","bitcoin_block_time":1783841731,"bitcoin_block_hash":"00000000000000000001c7484b4b8fdf8e20ae84c5d98dc67f3ebbe690c44789","ots_proof_url":"https://api.babyblueviper.com/ledger/91/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783841731,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783841731,"tier1_relay_attested":1783836962,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957671,"bitcoin_block_time":1783841731,"verify":"ots verify -d 992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079 992ad2f605db80f961dfd0af94816c0b7997afc7a2b0f299c1d88788b2fd4079.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"54d12fb61753bd66d5bcff22db233133b5407618ba0eed98d57d0e6e89f164df","content_hash":"b41856fcd0d4fd3ef6f5430cdf7c7eb9bdec26761dd568926aa8938596ebb8f6","head_hash":"154c4b65ec172fe2c95fc02ec92c68d2de273253b386e83a08010bb841668713"}},{"entry":92,"file":"verdict_0092_preaction_20260712.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $50, SOL long $50, AVAX short $47 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783837832,"event_id":"9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6","signed_at":1783837832,"published_at":1783839447,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T07:06:20Z","ots_path":"/data/track_record/ots/9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6.ots","verify":"ots verify -d 9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6 9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957671,"confirmed_at":"2026-07-12T08:24:55Z","bitcoin_block_time":1783841731,"bitcoin_block_hash":"00000000000000000001c7484b4b8fdf8e20ae84c5d98dc67f3ebbe690c44789","ots_proof_url":"https://api.babyblueviper.com/ledger/92/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783841731,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783841731,"tier1_relay_attested":1783837832,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957671,"bitcoin_block_time":1783841731,"verify":"ots verify -d 9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6 9c9ce6cb1eb74a6514d685c15f7e7e9ba73da843ec0fab29b10e3a2b75e002b6.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"154c4b65ec172fe2c95fc02ec92c68d2de273253b386e83a08010bb841668713","content_hash":"cf5ae2216b0c6631c03e2b4d5be0c043df396bf019b9c519593143de7c1e71d8","head_hash":"dafc9a28abcc3dc8b60dda87060bc49336b3aca97bb297e7d407ebf2c22a6fa0"}},{"entry":93,"file":"verdict_0093_preaction_20260712.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ENA long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783846726,"event_id":"c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf","signed_at":1783846726,"published_at":1783846777,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T09:12:36Z","ots_path":"/data/track_record/ots/c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf.ots","verify":"ots verify -d c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957684,"confirmed_at":"2026-07-12T10:15:47Z","bitcoin_block_time":1783848161,"bitcoin_block_hash":"00000000000000000002306ba20bbe27edb9b51b4fdc28ece99a2a981340bba3","ots_proof_url":"https://api.babyblueviper.com/ledger/93/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783848161,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783848161,"tier1_relay_attested":1783846726,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957684,"bitcoin_block_time":1783848161,"verify":"ots verify -d c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf c5a2d64c1e6847fb748cb9c42b22881f1e2a96bfaeae884d7869795368d88cdf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"dafc9a28abcc3dc8b60dda87060bc49336b3aca97bb297e7d407ebf2c22a6fa0","content_hash":"ca818aa597295c7f2f84ddfcfb117d1ca753c794e75febfa68f685e948f3baa7","head_hash":"a9c5116dc7819cfcdfec50c8126e17e46601cf847cc036ad6054a9362eaf5c90"}},{"entry":94,"file":"verdict_0094_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $42 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783853134,"event_id":"41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8","signed_at":1783853134,"published_at":1783853753,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T11:04:42Z","ots_path":"/data/track_record/ots/41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8.ots","verify":"ots verify -d 41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8 41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957697,"confirmed_at":"2026-07-12T12:38:48Z","bitcoin_block_time":1783855338,"bitcoin_block_hash":"000000000000000000000d3d6a464ad00f71f19eb1d4ebec687d78ef8ac93b45","ots_proof_url":"https://api.babyblueviper.com/ledger/94/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783855338,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783855338,"tier1_relay_attested":1783853134,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957697,"bitcoin_block_time":1783855338,"verify":"ots verify -d 41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8 41537d1f19d96128fb49d21bbab9e5536eb4448e7487ab1a96e25b85e71404c8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a9c5116dc7819cfcdfec50c8126e17e46601cf847cc036ad6054a9362eaf5c90","content_hash":"6127d20dd642a1f9f8bf1f6cea4019ac86843b8cb4ce75dd876beae90f8eed22","head_hash":"257c2839be288de608ed22a4ced4297e8a57a8c0be816497f082783856da76d3"}},{"entry":95,"file":"verdict_0095_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $44 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783854035,"event_id":"a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2","signed_at":1783854035,"published_at":1783857394,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T12:07:11Z","ots_path":"/data/track_record/ots/a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2.ots","verify":"ots verify -d a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2 a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957705,"confirmed_at":"2026-07-12T13:56:39Z","bitcoin_block_time":1783860642,"bitcoin_block_hash":"0000000000000000000093b317e3517b7c7602079e50c77469b50119a5245bdb","ots_proof_url":"https://api.babyblueviper.com/ledger/95/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783860642,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783860642,"tier1_relay_attested":1783854035,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957705,"bitcoin_block_time":1783860642,"verify":"ots verify -d a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2 a4657457ffc993ae803c1557fa9e14889185145519a375ec08dec7b600ab27c2.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"257c2839be288de608ed22a4ced4297e8a57a8c0be816497f082783856da76d3","content_hash":"3fcfd99f4591d8e520292ad03715b36e97b2bd8e54604d726e457f123c959a4f","head_hash":"aef48ca3213e597fd44ee0b2c86abaf6d7a1e2288b1710640657089b66ddc242"}},{"entry":96,"file":"verdict_0096_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $42 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783881930,"event_id":"5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52","signed_at":1783881930,"published_at":1783882539,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T18:57:16Z","ots_path":"/data/track_record/ots/5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52.ots","verify":"ots verify -d 5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52 5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957744,"confirmed_at":"2026-07-12T20:32:20Z","bitcoin_block_time":1783883744,"bitcoin_block_hash":"0000000000000000000189a7a2349a1636d978f705bf352f6767cf56c91ce1d3","ots_proof_url":"https://api.babyblueviper.com/ledger/96/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783883744,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783883744,"tier1_relay_attested":1783881930,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957744,"bitcoin_block_time":1783883744,"verify":"ots verify -d 5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52 5da3aeb12d1da14cb81d14b24c189c9e65f3152e9915e56b4d3ad7ab66a8ca52.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"aef48ca3213e597fd44ee0b2c86abaf6d7a1e2288b1710640657089b66ddc242","content_hash":"c2f732977dd738293aee163e3379ca4e5ef21da780c2249dc755e707225ef12b","head_hash":"f89e1c65b8d81aedf126b761576053ce26a542ec1253809e72c9c7cc57351bb8"}},{"entry":97,"file":"verdict_0097_preaction_20260712.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $42 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783882844,"event_id":"8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055","signed_at":1783882844,"published_at":1783886148,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T20:00:21Z","ots_path":"/data/track_record/ots/8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055.ots","verify":"ots verify -d 8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055 8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957750,"confirmed_at":"2026-07-12T21:36:12Z","bitcoin_block_time":1783888778,"bitcoin_block_hash":"00000000000000000001634f974d431f07cff8d015a35e6002548ad27f9eba2c","ots_proof_url":"https://api.babyblueviper.com/ledger/97/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783888778,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783888778,"tier1_relay_attested":1783882844,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957750,"bitcoin_block_time":1783888778,"verify":"ots verify -d 8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055 8b2140fb508c606ce1f759f955bef09a245ba7592b7c6c39bb9dca208ce02055.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f89e1c65b8d81aedf126b761576053ce26a542ec1253809e72c9c7cc57351bb8","content_hash":"80b38ab8e9e2977f4c49e0a6e007f526b46767707a27d23955de5824c34ba5c9","head_hash":"08d52216e65b1c5fa80d242ce31023de63edf8b6244d5c65561373cbae237604"}},{"entry":98,"file":"verdict_0098_preaction_20260712.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: LINK long $36 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783889150,"event_id":"98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac","signed_at":1783889150,"published_at":1783889852,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T21:04:24Z","ots_path":"/data/track_record/ots/98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac.ots","verify":"ots verify -d 98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac 98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957754,"confirmed_at":"2026-07-12T22:08:39Z","bitcoin_block_time":1783891582,"bitcoin_block_hash":"0000000000000000000224b258c5a14c52605d09bbfa980ee2b474e6c67faaae","ots_proof_url":"https://api.babyblueviper.com/ledger/98/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783891582,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783891582,"tier1_relay_attested":1783889150,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957754,"bitcoin_block_time":1783891582,"verify":"ots verify -d 98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac 98027100d073182dc40405fb62d9a41a238cf1c087a234beb3ee41a1f27b83ac.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"08d52216e65b1c5fa80d242ce31023de63edf8b6244d5c65561373cbae237604","content_hash":"63850671ba73974dae4de603d58bdb528d091b7344bfd3ef92cdcdba3fd803b8","head_hash":"d9c7d62da2e62e8c92488cb4730a7d8d246688f06115061412b526175851d98e"}},{"entry":99,"file":"verdict_0099_preaction_20260712.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: LINK long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783889763,"event_id":"35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2","signed_at":1783889763,"published_at":1783889873,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-12T21:04:28Z","ots_path":"/data/track_record/ots/35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2.ots","verify":"ots verify -d 35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2 35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957756,"confirmed_at":"2026-07-12T22:08:41Z","bitcoin_block_time":1783892187,"bitcoin_block_hash":"0000000000000000000109ac1b092420778743bbd57ff7f8ab5c63b3716f27ef","ots_proof_url":"https://api.babyblueviper.com/ledger/99/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783892187,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783892187,"tier1_relay_attested":1783889763,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957756,"bitcoin_block_time":1783892187,"verify":"ots verify -d 35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2 35a2a94bef4a5b343a4bbf5c2e6d7f49e10adad680fe3b986891ea80d77774f2.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d9c7d62da2e62e8c92488cb4730a7d8d246688f06115061412b526175851d98e","content_hash":"3f50de8ac29bcbe74c2267ea2bc665a78e6a7a0b4b3aed11f3c88732da12e95f","head_hash":"50e1b5212acfa636dca8c216bce12a0bafee981f0d8bbc9b6e7046d24cfdb657"}},{"entry":100,"file":"verdict_0100_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783914323,"event_id":"a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11","signed_at":1783914323,"published_at":1783914958,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T03:58:49Z","ots_path":"/data/track_record/ots/a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11.ots","verify":"ots verify -d a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11 a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957801,"confirmed_at":"2026-07-13T05:02:28Z","bitcoin_block_time":1783916228,"bitcoin_block_hash":"00000000000000000001db083fa1200c2c0371431dfcae6fa615cb54a35f6ccc","ots_proof_url":"https://api.babyblueviper.com/ledger/100/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783916228,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783916228,"tier1_relay_attested":1783914323,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957801,"bitcoin_block_time":1783916228,"verify":"ots verify -d a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11 a9672bcb2d3f0f7d39f187b0e6dc26d08e2fad478c4bf2da0618de0d41ed2f11.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"50e1b5212acfa636dca8c216bce12a0bafee981f0d8bbc9b6e7046d24cfdb657","content_hash":"aa9411fd21a13cf8ddba71ddd8d5351f856bd8b0734133919db3a6b7ccd9f7e6","head_hash":"ca46452a492ab77fd6b6458586bf80ae48ee50e13b8f426897722c6530cfcc2b"}},{"entry":101,"file":"verdict_0101_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783915229,"event_id":"33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b","signed_at":1783915229,"published_at":1783918539,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T05:02:17Z","ots_path":"/data/track_record/ots/33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b.ots","verify":"ots verify -d 33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b 33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957810,"confirmed_at":"2026-07-13T06:53:48Z","bitcoin_block_time":1783922146,"bitcoin_block_hash":"000000000000000000006b6ef1567f1dce5c12095da088ed61195706bf40ee1b","ots_proof_url":"https://api.babyblueviper.com/ledger/101/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783922146,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783922146,"tier1_relay_attested":1783915229,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957810,"bitcoin_block_time":1783922146,"verify":"ots verify -d 33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b 33c9c6fbf114925818845b2b3a87fdfd9d187307d07955bff8288ea77eab1b0b.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ca46452a492ab77fd6b6458586bf80ae48ee50e13b8f426897722c6530cfcc2b","content_hash":"48a3ee4403bd87290a0db9ae751bf50a36e66d083c8dcf1c2fb7fd5fb66704f4","head_hash":"cdeaad3a548130d5b729f5f62f2a9f32b63664142edb937aa6141327bfa0fe5a"}},{"entry":102,"file":"verdict_0102_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783916159,"event_id":"845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551","signed_at":1783916159,"published_at":1783918566,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T05:02:21Z","ots_path":"/data/track_record/ots/845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551.ots","verify":"ots verify -d 845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551 845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957810,"confirmed_at":"2026-07-13T06:53:50Z","bitcoin_block_time":1783922146,"bitcoin_block_hash":"000000000000000000006b6ef1567f1dce5c12095da088ed61195706bf40ee1b","ots_proof_url":"https://api.babyblueviper.com/ledger/102/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783922146,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783922146,"tier1_relay_attested":1783916159,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957810,"bitcoin_block_time":1783922146,"verify":"ots verify -d 845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551 845961e46f5197beea5861c55b33e62f33251438defbdf9fab433410204b7551.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"cdeaad3a548130d5b729f5f62f2a9f32b63664142edb937aa6141327bfa0fe5a","content_hash":"120cef933de89f0ce54e1cd6dd645c58aea449073d0cb1bed0d37a9eb3a37fc0","head_hash":"d90b1b190b7b7e8ddfb92c11d5028395c5f64f05df8992f1d97ce65bb9b2e048"}},{"entry":103,"file":"verdict_0103_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $54 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783917044,"event_id":"a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911","signed_at":1783917044,"published_at":1783918587,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T05:02:25Z","ots_path":"/data/track_record/ots/a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911.ots","verify":"ots verify -d a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911 a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957810,"confirmed_at":"2026-07-13T06:53:52Z","bitcoin_block_time":1783922146,"bitcoin_block_hash":"000000000000000000006b6ef1567f1dce5c12095da088ed61195706bf40ee1b","ots_proof_url":"https://api.babyblueviper.com/ledger/103/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783922146,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783922146,"tier1_relay_attested":1783917044,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957810,"bitcoin_block_time":1783922146,"verify":"ots verify -d a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911 a4379bd5bdc1e16be482fec3864060969560383e1960eee31d3ae54a1627c911.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d90b1b190b7b7e8ddfb92c11d5028395c5f64f05df8992f1d97ce65bb9b2e048","content_hash":"1be67ded80ddf3778701f14e9adcba3dc36a9fce7c96f690c7a2254c584d4065","head_hash":"159b550fe12c566e8d01a0b7c6a689343b79ca369a5c5f3a941fcce1db2f0b1c"}},{"entry":104,"file":"verdict_0104_preaction_20260713.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $54, SUI short $52 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783921562,"event_id":"a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5","signed_at":1783921562,"published_at":1783922221,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T06:06:13Z","ots_path":"/data/track_record/ots/a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5.ots","verify":"ots verify -d a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5 a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957814,"confirmed_at":"2026-07-13T07:57:04Z","bitcoin_block_time":1783925367,"bitcoin_block_hash":"00000000000000000001bbcd2eca0f3601688fd3312d784d922d3f1cd9042a70","ots_proof_url":"https://api.babyblueviper.com/ledger/104/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783925367,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783925367,"tier1_relay_attested":1783921562,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957814,"bitcoin_block_time":1783925367,"verify":"ots verify -d a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5 a06728d0b796ee81249ddb51631c356d04ecc0b6df265b6c31de07cb4410bfc5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"159b550fe12c566e8d01a0b7c6a689343b79ca369a5c5f3a941fcce1db2f0b1c","content_hash":"71210a9a8bce8b53cd9e2373bb28e2637d317b01821c99479b88f67c22627518","head_hash":"162358070abed7a7b7c1d2a3942072d81d56c18e0a68355e7f2605480c237c91"}},{"entry":105,"file":"verdict_0105_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $54, SUI short $52 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1783922422,"event_id":"9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05","signed_at":1783922422,"published_at":1783925805,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T07:09:44Z","ots_path":"/data/track_record/ots/9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05.ots","verify":"ots verify -d 9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05 9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957819,"confirmed_at":"2026-07-13T08:42:51Z","bitcoin_block_time":1783929213,"bitcoin_block_hash":"00000000000000000000e9a97c8f56790ec5d968e41e3d83496afa95b681279c","ots_proof_url":"https://api.babyblueviper.com/ledger/105/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783929213,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783929213,"tier1_relay_attested":1783922422,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957819,"bitcoin_block_time":1783929213,"verify":"ots verify -d 9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05 9193459f9b9f786606fb57248d2d1dea0a932c57bc15d2247bc6983463aa6e05.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"162358070abed7a7b7c1d2a3942072d81d56c18e0a68355e7f2605480c237c91","content_hash":"de46bc40b9e452bc04a610869b69f9323d16a33fd28a3d94ff78a3c5702a6d59","head_hash":"fd621af68933bc7c45723454582b0ec167dd3ba8fa61feff4825368cb06c9b54"}},{"entry":106,"file":"verdict_0106_preaction_20260713.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $54, SUI short $52 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783923335,"event_id":"b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17","signed_at":1783923335,"published_at":1783925826,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T07:09:47Z","ots_path":"/data/track_record/ots/b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17.ots","verify":"ots verify -d b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17 b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957819,"confirmed_at":"2026-07-13T08:42:53Z","bitcoin_block_time":1783929213,"bitcoin_block_hash":"00000000000000000000e9a97c8f56790ec5d968e41e3d83496afa95b681279c","ots_proof_url":"https://api.babyblueviper.com/ledger/106/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783929213,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783929213,"tier1_relay_attested":1783923335,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957819,"bitcoin_block_time":1783929213,"verify":"ots verify -d b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17 b74de759e3afae56bc762d5203c7094a32483f06de00c786e3de39efb89ebd17.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"fd621af68933bc7c45723454582b0ec167dd3ba8fa61feff4825368cb06c9b54","content_hash":"894aa297838cdfeffe8f63b74127c1a9125a5dbd30fad8c1542f27e21291bad0","head_hash":"5391cfe2f4cc7110536d0b2489ef695da2bac52e151e4f2bd3c6e79bc7307630"}},{"entry":107,"file":"verdict_0107_preaction_20260713.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $54, SUI short $52 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1783924235,"event_id":"d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73","signed_at":1783924235,"published_at":1783925847,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T07:09:50Z","ots_path":"/data/track_record/ots/d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73.ots","verify":"ots verify -d d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73 d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957819,"confirmed_at":"2026-07-13T08:42:55Z","bitcoin_block_time":1783929213,"bitcoin_block_hash":"00000000000000000000e9a97c8f56790ec5d968e41e3d83496afa95b681279c","ots_proof_url":"https://api.babyblueviper.com/ledger/107/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783929213,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783929213,"tier1_relay_attested":1783924235,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957819,"bitcoin_block_time":1783929213,"verify":"ots verify -d d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73 d53f8422db48f2461b1f0042aeb680fcb38689178251bc408331b0312b706b73.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"5391cfe2f4cc7110536d0b2489ef695da2bac52e151e4f2bd3c6e79bc7307630","content_hash":"51dab09247bb6a729e6d98af0fe053d5e80b5296cbe46e4e7c62b596531732c9","head_hash":"ac3362a98724a2521c7fcc8aec739f01ebcd399dca310e1af7d5ba5b1627d2c8"}},{"entry":108,"file":"verdict_0108_preaction_20260713.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783929420,"event_id":"b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8","signed_at":1783929420,"published_at":1783929478,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-13T08:12:39Z","ots_path":"/data/track_record/ots/b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8.ots","verify":"ots verify -d b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8 b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957826,"confirmed_at":"2026-07-13T09:44:44Z","bitcoin_block_time":1783932969,"bitcoin_block_hash":"000000000000000000012a6604aa36b73f57f91f670e7c6f85b35e5aa719ad46","ots_proof_url":"https://api.babyblueviper.com/ledger/108/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783932969,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783932969,"tier1_relay_attested":1783929420,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957826,"bitcoin_block_time":1783932969,"verify":"ots verify -d b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8 b30d9734d60e0db95da7cb08bb3760b66515322d3a0f80a0c76097875478a0c8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ac3362a98724a2521c7fcc8aec739f01ebcd399dca310e1af7d5ba5b1627d2c8","content_hash":"9afc199da12cd0158f8b9a09b7230695dd7ba71e3476456202658d488ba5ee34","head_hash":"8499e6a10bfe1222676d13c16c46938668943a21152fecf3f2096d32973f2d22"}},{"entry":109,"file":"verdict_0109_preaction_20260714.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: AAVE long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783991969,"event_id":"3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404","signed_at":1783991969,"published_at":1783992054,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T01:38:17Z","ots_path":"/data/track_record/ots/3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404.ots","verify":"ots verify -d 3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404 3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957941,"confirmed_at":"2026-07-14T02:40:50Z","bitcoin_block_time":1783994961,"bitcoin_block_hash":"0000000000000000000129fd2739047676db5e8e993c69c2a97e4eb244104780","ots_proof_url":"https://api.babyblueviper.com/ledger/109/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783994961,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783994961,"tier1_relay_attested":1783991969,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957941,"bitcoin_block_time":1783994961,"verify":"ots verify -d 3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404 3ff0bb6c2d786c9e7d0bdc185170de0ef31b128b2674d2e782dffb5c96c87404.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"8499e6a10bfe1222676d13c16c46938668943a21152fecf3f2096d32973f2d22","content_hash":"a176842cd04c123a724463258510ff6fc28601f7efc43d9fb7197f36f98e4469","head_hash":"fd47202d80dee23ec32922eea7d2831f24d875a5c0ccb9d3501133dc8e1a24ca"}},{"entry":110,"file":"verdict_0110_preaction_20260714.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1783994769,"event_id":"950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344","signed_at":1783994769,"published_at":1783994833,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T02:24:58Z","ots_path":"/data/track_record/ots/950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344.ots","verify":"ots verify -d 950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344 950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957947,"confirmed_at":"2026-07-14T03:44:15Z","bitcoin_block_time":1783996172,"bitcoin_block_hash":"00000000000000000000e770029e4e9d313c657440d8f91f4ad87b43f3993b76","ots_proof_url":"https://api.babyblueviper.com/ledger/110/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1783996172,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1783996172,"tier1_relay_attested":1783994769,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957947,"bitcoin_block_time":1783996172,"verify":"ots verify -d 950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344 950a68c59c03d5beec6f229edf799215de3f3f5e91932bb470524de739df6344.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"fd47202d80dee23ec32922eea7d2831f24d875a5c0ccb9d3501133dc8e1a24ca","content_hash":"122309f33ffa559ddaf5eef56603f0fabe4e21ccf305cd550c86bcd19b8a55ad","head_hash":"bb2e5ba4b405a49b79a4ab97bf23583d467f911145c32e9b0d435bb528da9ea6"}},{"entry":111,"file":"verdict_0111_preaction_20260714.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $49, SOL short $49, BNB short $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784007963,"event_id":"dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22","signed_at":1784007963,"published_at":1784008689,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T06:06:32Z","ots_path":"/data/track_record/ots/dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22.ots","verify":"ots verify -d dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22 dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957964,"confirmed_at":"2026-07-14T07:25:48Z","bitcoin_block_time":1784012433,"bitcoin_block_hash":"000000000000000000008daecba43be6c133f072a8cb8dc0fe11e70147c98658","ots_proof_url":"https://api.babyblueviper.com/ledger/111/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784012433,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784012433,"tier1_relay_attested":1784007963,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957964,"bitcoin_block_time":1784012433,"verify":"ots verify -d dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22 dd668efacfeea7ca0b1f96b000dd1c187676e02bdb21532ed3990e3170531d22.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"bb2e5ba4b405a49b79a4ab97bf23583d467f911145c32e9b0d435bb528da9ea6","content_hash":"3cc7d8a44ce9525e5c13e776e4079ff3e6bb55b6b3225e29a7ebfec5b2dfc3ab","head_hash":"c036ff169c6fc817edd7b8ccf0a4039cebdb939097032a670ea0cee622ba6fd0"}},{"entry":112,"file":"verdict_0112_preaction_20260714.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $49, SOL short $49, BNB short $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784008829,"event_id":"b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f","signed_at":1784008829,"published_at":1784012206,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T07:10:16Z","ots_path":"/data/track_record/ots/b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f.ots","verify":"ots verify -d b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957969,"confirmed_at":"2026-07-14T08:14:22Z","bitcoin_block_time":1784013674,"bitcoin_block_hash":"00000000000000000000021b765c4c39b104685f5a1f76ec2af16ca6c3de798c","ots_proof_url":"https://api.babyblueviper.com/ledger/112/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784013674,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784013674,"tier1_relay_attested":1784008829,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957969,"bitcoin_block_time":1784013674,"verify":"ots verify -d b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f b38860e21c920d9262208d5ff8ce40becbcf3654c4f19385e67c2fd7f1c04a1f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"c036ff169c6fc817edd7b8ccf0a4039cebdb939097032a670ea0cee622ba6fd0","content_hash":"398194e045b7ee7546a4c6c8ecabe6c41a741fb800a9987c9e499be098a46932","head_hash":"ebde17a60104f16955053696cf74fcf2a13f763566f28170f68383fd8778e3b3"}},{"entry":113,"file":"verdict_0113_preaction_20260714.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $49, SOL short $49, BNB short $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784009737,"event_id":"03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5","signed_at":1784009737,"published_at":1784012227,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T07:10:20Z","ots_path":"/data/track_record/ots/03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5.ots","verify":"ots verify -d 03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5 03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957969,"confirmed_at":"2026-07-14T08:14:24Z","bitcoin_block_time":1784013674,"bitcoin_block_hash":"00000000000000000000021b765c4c39b104685f5a1f76ec2af16ca6c3de798c","ots_proof_url":"https://api.babyblueviper.com/ledger/113/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784013674,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784013674,"tier1_relay_attested":1784009737,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957969,"bitcoin_block_time":1784013674,"verify":"ots verify -d 03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5 03a4128404f02aa30d29b074c2866f1edac2ef3ea8ff70ff33dd953c4b872cd5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ebde17a60104f16955053696cf74fcf2a13f763566f28170f68383fd8778e3b3","content_hash":"79e9c201a5376e83e29408664c184427b02f365e75d1315aa7fc202fbdeb94a8","head_hash":"067e48845cb69783082c0b82ceef470883c068e24daf3680f957dcc30d1f5f0e"}},{"entry":114,"file":"verdict_0114_preaction_20260714.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $49, SOL short $49, BNB short $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784010656,"event_id":"164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615","signed_at":1784010656,"published_at":1784012251,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T07:10:24Z","ots_path":"/data/track_record/ots/164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615.ots","verify":"ots verify -d 164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615 164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":957969,"confirmed_at":"2026-07-14T08:14:26Z","bitcoin_block_time":1784013674,"bitcoin_block_hash":"00000000000000000000021b765c4c39b104685f5a1f76ec2af16ca6c3de798c","ots_proof_url":"https://api.babyblueviper.com/ledger/114/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784013674,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784013674,"tier1_relay_attested":1784010656,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":957969,"bitcoin_block_time":1784013674,"verify":"ots verify -d 164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615 164bc1dd15cc930539b37ed56fbdb45f1b2118eaae013445493191feb473f615.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"067e48845cb69783082c0b82ceef470883c068e24daf3680f957dcc30d1f5f0e","content_hash":"0009c5eb93d03c52a7031a177f7f3195e2fe8db28ef497aeaa30eb45da821a63","head_hash":"d5be1b126d9201236773e3ee03309ae985c92153efc099f1a9fe1453917c5090"}},{"entry":115,"file":"verdict_0115_preaction_20260714.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784037383,"event_id":"a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59","signed_at":1784037383,"published_at":1784037460,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T14:01:30Z","ots_path":"/data/track_record/ots/a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59.ots","verify":"ots verify -d a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59 a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958019,"confirmed_at":"2026-07-14T15:03:48Z","bitcoin_block_time":1784039850,"bitcoin_block_hash":"00000000000000000001a44907233fe240ef2abf19ec79a68677c8bf86f1e3a4","ots_proof_url":"https://api.babyblueviper.com/ledger/115/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784039850,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784039850,"tier1_relay_attested":1784037383,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958019,"bitcoin_block_time":1784039850,"verify":"ots verify -d a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59 a957b1dc002e48c5fa911bebe9237b4ad292ca5c22edbe36642e83ab5cef2d59.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d5be1b126d9201236773e3ee03309ae985c92153efc099f1a9fe1453917c5090","content_hash":"2987a33d201203f1780f682a70a2bbd0844b767eb5327ba224e36ecd800081e6","head_hash":"92d785681f6e63c1b899de2f9525fe23c513b085a050bba981ab1f8222680e4e"}},{"entry":116,"file":"verdict_0116_preaction_20260714.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $54, SOL short $51, BNB short $43 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784051138,"event_id":"9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a","signed_at":1784051138,"published_at":1784051834,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com"],"stamped_at":"2026-07-14T18:11:17Z","ots_path":"/data/track_record/ots/9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a.ots","verify":"ots verify -d 9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a 9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958042,"confirmed_at":"2026-07-14T19:14:30Z","bitcoin_block_time":1784053447,"bitcoin_block_hash":"00000000000000000001ab45d53d6b1448eb57f1f0ba592f436573488a0c414f","ots_proof_url":"https://api.babyblueviper.com/ledger/116/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784053447,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784053447,"tier1_relay_attested":1784051138,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958042,"bitcoin_block_time":1784053447,"verify":"ots verify -d 9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a 9a4ea59b4f2271d5621f87e96710ad62a6961ce9d1c764217446d171f9b1486a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"92d785681f6e63c1b899de2f9525fe23c513b085a050bba981ab1f8222680e4e","content_hash":"278431f6f98da5c3c179010596fcd19c20123d4b2572ba0a619a077d449f9fc7","head_hash":"ea43938f07b02300ebbc82b8404cf6cbdc059e85e05357578d5ff950f66db047"}},{"entry":117,"file":"verdict_0117_preaction_20260714.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: BTC short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784051770,"event_id":"0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384","signed_at":1784051770,"published_at":1784051855,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com"],"stamped_at":"2026-07-14T18:11:20Z","ots_path":"/data/track_record/ots/0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384.ots","verify":"ots verify -d 0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384 0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958042,"confirmed_at":"2026-07-14T19:14:32Z","bitcoin_block_time":1784053447,"bitcoin_block_hash":"00000000000000000001ab45d53d6b1448eb57f1f0ba592f436573488a0c414f","ots_proof_url":"https://api.babyblueviper.com/ledger/117/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784053447,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784053447,"tier1_relay_attested":1784051770,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958042,"bitcoin_block_time":1784053447,"verify":"ots verify -d 0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384 0fdba58d150766c8a44a8e647d362126aa215c0096db7823efbe2b4577d6f384.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ea43938f07b02300ebbc82b8404cf6cbdc059e85e05357578d5ff950f66db047","content_hash":"aa443b7a8818dba068f1904fd4a253b29ce2e1f83357390227d66390f21838af","head_hash":"b05f468af09809c9f00b53b2dfffd14122769afa37cd8727a26eb99cff455a5d"}},{"entry":118,"file":"verdict_0118_preaction_20260714.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $51, BNB short $43 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784052085,"event_id":"022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a","signed_at":1784052085,"published_at":1784055377,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-14T18:58:27Z","ots_path":"/data/track_record/ots/022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a.ots","verify":"ots verify -d 022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a 022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958051,"confirmed_at":"2026-07-14T20:18:27Z","bitcoin_block_time":1784056482,"bitcoin_block_hash":"00000000000000000001b1a857aae4865fa789f84f6829cb08a6eb66bebc992e","ots_proof_url":"https://api.babyblueviper.com/ledger/118/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784056482,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784056482,"tier1_relay_attested":1784052085,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958051,"bitcoin_block_time":1784056482,"verify":"ots verify -d 022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a 022d35ed73d2c4e4c4218bd43defde6e844121aa63367bf93f59654cb7b6ea8a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"b05f468af09809c9f00b53b2dfffd14122769afa37cd8727a26eb99cff455a5d","content_hash":"4d06f79f7fc07352d11b1ab36c516850ad4ac4230b40dfd89a4dfabd44d65d91","head_hash":"8af3713a98e52f9c6a43145ea1c7d764491b1d4d87e3b16f968568c09b4ae690"}},{"entry":119,"file":"verdict_0119_preaction_20260715.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $49, ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784094361,"event_id":"3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c","signed_at":1784094361,"published_at":1784095216,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T06:03:49Z","ots_path":"/data/track_record/ots/3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c.ots","verify":"ots verify -d 3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c 3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958110,"confirmed_at":"2026-07-15T07:40:21Z","bitcoin_block_time":1784098632,"bitcoin_block_hash":"000000000000000000004a47ce42752039eaccb5f9408eafb33ee0b8434a26c9","ots_proof_url":"https://api.babyblueviper.com/ledger/119/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784098632,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784098632,"tier1_relay_attested":1784094361,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958110,"bitcoin_block_time":1784098632,"verify":"ots verify -d 3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c 3f555cc5cb2bef0888c10e4bdfdb9e1b82ad65eefeb8ae650a6fa177705aa73c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"8af3713a98e52f9c6a43145ea1c7d764491b1d4d87e3b16f968568c09b4ae690","content_hash":"db21e93d102034403b50185ce3ac0f66be20941375808a3a1f253f8828b729a0","head_hash":"7370625d0a5f975c0142b41497a6c8d943a3a385a6f99b64984953d8816680e8"}},{"entry":120,"file":"verdict_0120_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784095146,"event_id":"8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d","signed_at":1784095146,"published_at":1784095239,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T06:03:52Z","ots_path":"/data/track_record/ots/8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d.ots","verify":"ots verify -d 8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d 8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958110,"confirmed_at":"2026-07-15T07:40:23Z","bitcoin_block_time":1784098632,"bitcoin_block_hash":"000000000000000000004a47ce42752039eaccb5f9408eafb33ee0b8434a26c9","ots_proof_url":"https://api.babyblueviper.com/ledger/120/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784098632,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784098632,"tier1_relay_attested":1784095146,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958110,"bitcoin_block_time":1784098632,"verify":"ots verify -d 8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d 8ee6c76f70bbf61cac23e79e82b453e51b5ab4d88a815801691c4f43f7413d7d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7370625d0a5f975c0142b41497a6c8d943a3a385a6f99b64984953d8816680e8","content_hash":"6e55f8e1db8c06ad8d34755ccde335b1155afc9c755f2cc55b78947ed5d5a5fa","head_hash":"b1bd121a418f66c4dd7d42a4641a170d05262fd2fe693a278b874bf14ddb6f17"}},{"entry":121,"file":"verdict_0121_preaction_20260715.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ETH long $49, SOL long $49 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784095242,"event_id":"b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c","signed_at":1784095242,"published_at":1784098770,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T07:07:49Z","ots_path":"/data/track_record/ots/b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c.ots","verify":"ots verify -d b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958115,"confirmed_at":"2026-07-15T08:11:54Z","bitcoin_block_time":1784100429,"bitcoin_block_hash":"0000000000000000000090fa52493e02099a0087d49713f3a1ad0d1fda1642e9","ots_proof_url":"https://api.babyblueviper.com/ledger/121/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784100429,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784100429,"tier1_relay_attested":1784095242,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958115,"bitcoin_block_time":1784100429,"verify":"ots verify -d b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c b6a146bdb351595206f90f064fdb434c2467baa08d15bf6326d598c1c3ba257c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"b1bd121a418f66c4dd7d42a4641a170d05262fd2fe693a278b874bf14ddb6f17","content_hash":"9c0c5fe02d6758d63e1b2c04a2eca7b4d397a6797162db77fe049fe902b942d2","head_hash":"03ebdefc0d8e2e9c7bb5371920d4b66116b676aa06da892b7b6325e9732eb90a"}},{"entry":122,"file":"verdict_0122_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $49, SOL long $49 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784096123,"event_id":"082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01","signed_at":1784096123,"published_at":1784098793,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T07:07:52Z","ots_path":"/data/track_record/ots/082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01.ots","verify":"ots verify -d 082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01 082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958116,"confirmed_at":"2026-07-15T08:11:55Z","bitcoin_block_time":1784100452,"bitcoin_block_hash":"00000000000000000000911d2eeb681be01b6f96c0224056b8a70bb30c934f22","ots_proof_url":"https://api.babyblueviper.com/ledger/122/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784100452,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784100452,"tier1_relay_attested":1784096123,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958116,"bitcoin_block_time":1784100452,"verify":"ots verify -d 082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01 082daa797d062ebc9d7603fb08356455bf65c1cc25241c109da8430b3b10ff01.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"03ebdefc0d8e2e9c7bb5371920d4b66116b676aa06da892b7b6325e9732eb90a","content_hash":"2b60f52d1b14cd8dcf70f9ba7dffac0b3216f1c821a22674db4e7ec7e459d018","head_hash":"19d0739cc0c29491ca25959f3044801a9d6a49cfdce51bddad3ebd5dc5923630"}},{"entry":123,"file":"verdict_0123_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH long $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784098562,"event_id":"32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc","signed_at":1784098562,"published_at":1784098819,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T07:07:55Z","ots_path":"/data/track_record/ots/32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc.ots","verify":"ots verify -d 32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc 32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958115,"confirmed_at":"2026-07-15T08:11:57Z","bitcoin_block_time":1784100429,"bitcoin_block_hash":"0000000000000000000090fa52493e02099a0087d49713f3a1ad0d1fda1642e9","ots_proof_url":"https://api.babyblueviper.com/ledger/123/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784100429,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784100429,"tier1_relay_attested":1784098562,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958115,"bitcoin_block_time":1784100429,"verify":"ots verify -d 32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc 32d02f28d0b8bab8f6c89665fcb6143d27ea45e1f37095aa99cb73562da611cc.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"19d0739cc0c29491ca25959f3044801a9d6a49cfdce51bddad3ebd5dc5923630","content_hash":"c6e14b6dab14fcdeaa46d872a4f50195ccb8610e3e9a5416476da3520b709a35","head_hash":"80657aea232cbc27f7ab21fd9eca31f34f88b6a3c92fe8577d12e52c348d9c5b"}},{"entry":124,"file":"verdict_0124_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $39, LINK long $39 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784126755,"event_id":"91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02","signed_at":1784126755,"published_at":1784128069,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T15:19:45Z","ots_path":"/data/track_record/ots/91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02.ots","verify":"ots verify -d 91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02 91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958166,"confirmed_at":"2026-07-15T16:39:51Z","bitcoin_block_time":1784130919,"bitcoin_block_hash":"000000000000000000014d8cf84070c9e60f59cc32911d1a0d9eac2b97e0aac9","ots_proof_url":"https://api.babyblueviper.com/ledger/124/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784130919,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784130919,"tier1_relay_attested":1784126755,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958166,"bitcoin_block_time":1784130919,"verify":"ots verify -d 91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02 91c505a9019b11bb1063937e5ae88990151e221eb97368573ee8768ff84a7d02.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"80657aea232cbc27f7ab21fd9eca31f34f88b6a3c92fe8577d12e52c348d9c5b","content_hash":"e826d56dcad5f58d3dc87a8a886315bd010fe57d9beaaffbc7482236db6f37e1","head_hash":"fc5a2bbc5e53a757bc740cde245b26aa239ebcb0d50e3bee042463cd79642cca"}},{"entry":125,"file":"verdict_0125_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $39, LINK long $39 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784127655,"event_id":"a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a","signed_at":1784127655,"published_at":1784128090,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T15:19:49Z","ots_path":"/data/track_record/ots/a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a.ots","verify":"ots verify -d a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958166,"confirmed_at":"2026-07-15T16:39:53Z","bitcoin_block_time":1784130919,"bitcoin_block_hash":"000000000000000000014d8cf84070c9e60f59cc32911d1a0d9eac2b97e0aac9","ots_proof_url":"https://api.babyblueviper.com/ledger/125/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784130919,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784130919,"tier1_relay_attested":1784127655,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958166,"bitcoin_block_time":1784130919,"verify":"ots verify -d a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a a4d18362fe1409989489880388f50ee9dfa7e4ef5221735d8fddd4ac4a3d975a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"fc5a2bbc5e53a757bc740cde245b26aa239ebcb0d50e3bee042463cd79642cca","content_hash":"b5337f9927f326d91504c9a7c6cdb390562ae886eadbe41ec381b68d82e5e466","head_hash":"90bc9ed6e52711fb2848b5f74656e84401925ab22432ce5331d1981f994c5463"}},{"entry":126,"file":"verdict_0126_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL long $51 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784128564,"event_id":"5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3","signed_at":1784128564,"published_at":1784130038,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T15:52:22Z","ots_path":"/data/track_record/ots/5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3.ots","verify":"ots verify -d 5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3 5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958169,"confirmed_at":"2026-07-15T17:11:21Z","bitcoin_block_time":1784132178,"bitcoin_block_hash":"00000000000000000001d9452e9f7e2219eec5065b187ffadc5667607524d1bd","ots_proof_url":"https://api.babyblueviper.com/ledger/126/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784132178,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784132178,"tier1_relay_attested":1784128564,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958169,"bitcoin_block_time":1784132178,"verify":"ots verify -d 5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3 5f5d4954586fea495454af62c92497e8cd1a0a0d89857cf49b832db658958fa3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"90bc9ed6e52711fb2848b5f74656e84401925ab22432ce5331d1981f994c5463","content_hash":"d48a779a6fbe270348d359d34ba70dfcac8021578b15523d60674c482ecdb99d","head_hash":"9211799d0e2241b77dc84ee1e23339969c6629be033d3841ec317ed7edfeecd1"}},{"entry":127,"file":"verdict_0127_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL long $51 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784129435,"event_id":"6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca","signed_at":1784129435,"published_at":1784130069,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T15:52:25Z","ots_path":"/data/track_record/ots/6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca.ots","verify":"ots verify -d 6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca 6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958169,"confirmed_at":"2026-07-15T17:11:23Z","bitcoin_block_time":1784132178,"bitcoin_block_hash":"00000000000000000001d9452e9f7e2219eec5065b187ffadc5667607524d1bd","ots_proof_url":"https://api.babyblueviper.com/ledger/127/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784132178,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784132178,"tier1_relay_attested":1784129435,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958169,"bitcoin_block_time":1784132178,"verify":"ots verify -d 6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca 6485b63297f5add4b7e0da028c7449132047eb6d7f387b1c19ab5b58c0c2c9ca.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"9211799d0e2241b77dc84ee1e23339969c6629be033d3841ec317ed7edfeecd1","content_hash":"92586bf9c141ff53c173f110cb9743f073d7aa371e6a7ac1766c31d797e0e5ca","head_hash":"6fab7a7869aafbada94960bbad12c7d793755308635e5d01395cd9d26c22339d"}},{"entry":128,"file":"verdict_0128_preaction_20260715.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ETH long $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784140679,"event_id":"7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce","signed_at":1784140679,"published_at":1784140748,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-15T18:46:38Z","ots_path":"/data/track_record/ots/7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce.ots","verify":"ots verify -d 7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce 7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958194,"confirmed_at":"2026-07-15T20:52:57Z","bitcoin_block_time":1784147547,"bitcoin_block_hash":"00000000000000000001c97f80a43fcc96e4791aacc4b7a3ea7a9a39f54c869a","ots_proof_url":"https://api.babyblueviper.com/ledger/128/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784147547,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784147547,"tier1_relay_attested":1784140679,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958194,"bitcoin_block_time":1784147547,"verify":"ots verify -d 7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce 7d93e7d9d92bef4acee8c726fb702321f368ebda94a9bbb0c86957fb52714cce.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"6fab7a7869aafbada94960bbad12c7d793755308635e5d01395cd9d26c22339d","content_hash":"072c15aa2c2d2f506707ff17ff8ba553282ef214812f8bff7c157cb4fc2fbaae","head_hash":"226c2fedb62a2143f5f7b6412aba4a032c4c5d34aca00901169a2c5417d04ff3"}},{"entry":129,"file":"verdict_0129_preaction_20260716.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: XRP short $64, SUI short $64, AVAX short $64 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784180757,"event_id":"b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7","signed_at":1784180757,"published_at":1784182173,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T06:20:14Z","ots_path":"/data/track_record/ots/b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7.ots","verify":"ots verify -d b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7 b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958256,"confirmed_at":"2026-07-16T08:10:39Z","bitcoin_block_time":1784186538,"bitcoin_block_hash":"0000000000000000000031eebc7d9498610f01953d592b7a7220a7cb7cb36056","ots_proof_url":"https://api.babyblueviper.com/ledger/129/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784186538,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784186538,"tier1_relay_attested":1784180757,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958256,"bitcoin_block_time":1784186538,"verify":"ots verify -d b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7 b7ae7a8c8420b0d1b4f81d0e3d62d036e1aaff790dcf35eb042c9f3188fc70d7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"226c2fedb62a2143f5f7b6412aba4a032c4c5d34aca00901169a2c5417d04ff3","content_hash":"11667859e158353529283d8dd281d34d64ab231f75306dacbc12c18c2295c335","head_hash":"7ae93d415029f7f732c6c64bc2212fa0121fb64b20afb60c49d867cc738cc38a"}},{"entry":130,"file":"verdict_0130_preaction_20260716.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP short $64, SUI short $64, AVAX short $64 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784181634,"event_id":"bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9","signed_at":1784181634,"published_at":1784182214,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T06:20:17Z","ots_path":"/data/track_record/ots/bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9.ots","verify":"ots verify -d bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9 bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958256,"confirmed_at":"2026-07-16T08:10:40Z","bitcoin_block_time":1784186538,"bitcoin_block_hash":"0000000000000000000031eebc7d9498610f01953d592b7a7220a7cb7cb36056","ots_proof_url":"https://api.babyblueviper.com/ledger/130/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784186538,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784186538,"tier1_relay_attested":1784181634,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958256,"bitcoin_block_time":1784186538,"verify":"ots verify -d bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9 bc1034e96d6f15e04fc7c0e5c81bf0fbff509c0202a77c057ac853a2d1b08ee9.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7ae93d415029f7f732c6c64bc2212fa0121fb64b20afb60c49d867cc738cc38a","content_hash":"cdaed1a02a27149684b5f14a57f03e7640fe658d30383697d63b5677b8a287df","head_hash":"48016a1fac06bd107826cef56f91e2883bff53e13a3896df1a29fc9e7e497fb9"}},{"entry":131,"file":"verdict_0131_preaction_20260716.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: XRP short $64, SUI short $64, AVAX short $64 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784182525,"event_id":"7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4","signed_at":1784182525,"published_at":1784190141,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T08:27:06Z","ots_path":"/data/track_record/ots/7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4.ots","verify":"ots verify -d 7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4 7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958268,"confirmed_at":"2026-07-16T09:45:50Z","bitcoin_block_time":1784192211,"bitcoin_block_hash":"000000000000000000009c4d923f208df061dcd89223e8c8b1f2e175d4451b8f","ots_proof_url":"https://api.babyblueviper.com/ledger/131/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1784182525,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1784182525,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":958268,"bitcoin_block_time":1784192211,"verify":"ots verify -d 7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4 7ad25e2da675d324cde9f11a5db56cc061971dca7e7f73c4f455ba82564939a4.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"48016a1fac06bd107826cef56f91e2883bff53e13a3896df1a29fc9e7e497fb9","content_hash":"53500b3fbde547d53b41986d8456de48c708c8c61b3f1365a7f01d002cad8ff6","head_hash":"0ad59303ffffc3ad674a3b4cd199818629130727ed218af3ebb73044495fd4b6"}},{"entry":132,"file":"verdict_0132_preaction_20260716.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP short $64, SUI short $64, AVAX short $64 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784183426,"event_id":"fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed","signed_at":1784183426,"published_at":1784190185,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T08:27:08Z","ots_path":"/data/track_record/ots/fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed.ots","verify":"ots verify -d fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958268,"confirmed_at":"2026-07-16T09:45:52Z","bitcoin_block_time":1784192211,"bitcoin_block_hash":"000000000000000000009c4d923f208df061dcd89223e8c8b1f2e175d4451b8f","ots_proof_url":"https://api.babyblueviper.com/ledger/132/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784192211,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784192211,"tier1_relay_attested":1784183426,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958268,"bitcoin_block_time":1784192211,"verify":"ots verify -d fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed fa17396fcabeb1914242578291e6d452d6c5472ea1eb7bf095589804d63bb0ed.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"0ad59303ffffc3ad674a3b4cd199818629130727ed218af3ebb73044495fd4b6","content_hash":"8783ccef8ce7040451163eb1dd6b225ebc735f060c48f679957aed8962689c0f","head_hash":"dd773543d7a697c1947479065d2f47b4749e11ffe464f37934dabb1c1853725e"}},{"entry":133,"file":"verdict_0133_preaction_20260716.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784193882,"event_id":"960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da","signed_at":1784193882,"published_at":1784193956,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T09:45:48Z","ots_path":"/data/track_record/ots/960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da.ots","verify":"ots verify -d 960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da 960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958276,"confirmed_at":"2026-07-16T11:52:24Z","bitcoin_block_time":1784197217,"bitcoin_block_hash":"00000000000000000000ec4b66db0ae3dddb2df543f3fbc0379b4e135640948d","ots_proof_url":"https://api.babyblueviper.com/ledger/133/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784197217,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784197217,"tier1_relay_attested":1784193882,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958276,"bitcoin_block_time":1784197217,"verify":"ots verify -d 960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da 960605e8a3c944c0e22eb44063492ef88b0a9710509a95ce35e521fa2491a0da.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"dd773543d7a697c1947479065d2f47b4749e11ffe464f37934dabb1c1853725e","content_hash":"e28c959547c8c7746bca1269b01158b62adada895797d98b58b41d79828d9e5b","head_hash":"f60f8518060e8d1bb89ea3538ea324194379b3a0f3fe4f4c1649eb14b236809e"}},{"entry":134,"file":"verdict_0134_preaction_20260716.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784245061,"event_id":"fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448","signed_at":1784245061,"published_at":1784245159,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-16T23:52:08Z","ots_path":"/data/track_record/ots/fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448.ots","verify":"ots verify -d fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448 fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958340,"confirmed_at":"2026-07-17T01:45:10Z","bitcoin_block_time":1784249606,"bitcoin_block_hash":"00000000000000000000e76a53665556b13772b272be1ec7e2971414b7706d4c","ots_proof_url":"https://api.babyblueviper.com/ledger/134/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784249606,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784249606,"tier1_relay_attested":1784245061,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958340,"bitcoin_block_time":1784249606,"verify":"ots verify -d fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448 fb9027eb0663929c002add591abd79b1129c6630ef05bcabd9030ed28744a448.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f60f8518060e8d1bb89ea3538ea324194379b3a0f3fe4f4c1649eb14b236809e","content_hash":"5feffc1a84cbb131bf0d49f0017bffb8bf560959ec314becff01c5d7753adfd0","head_hash":"31d320c46bd474e73f17186caa74efceda0d1b86c61de3be66ef6685b5b3e25d"}},{"entry":135,"file":"verdict_0135_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: WLD short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784255805,"event_id":"ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d","signed_at":1784255805,"published_at":1784255886,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T02:49:51Z","ots_path":"/data/track_record/ots/ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d.ots","verify":"ots verify -d ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958355,"confirmed_at":"2026-07-17T04:06:52Z","bitcoin_block_time":1784257910,"bitcoin_block_hash":"0000000000000000000000bd8fcc41176f88c0bc60608473540ff9453d6cd6c0","ots_proof_url":"https://api.babyblueviper.com/ledger/135/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784257910,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784257910,"tier1_relay_attested":1784255805,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958355,"bitcoin_block_time":1784257910,"verify":"ots verify -d ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d ec9184714c540dd617d2a1a8ca337868dcc85710e24d2f9587434bc3419f251d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"31d320c46bd474e73f17186caa74efceda0d1b86c61de3be66ef6685b5b3e25d","content_hash":"2eb08b239dd07908be373abc618e72c776552eefad7d5bbdfca6e5754d246eec","head_hash":"427420ebc8753225bfb28e43bef7137e64862959060840ee39d0ebd1c271076a"}},{"entry":136,"file":"verdict_0136_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: ADA short $64 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784259966,"event_id":"4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26","signed_at":1784259966,"published_at":1784261230,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T04:23:19Z","ots_path":"/data/track_record/ots/4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26.ots","verify":"ots verify -d 4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26 4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958363,"confirmed_at":"2026-07-17T05:26:43Z","bitcoin_block_time":1784262886,"bitcoin_block_hash":"00000000000000000000903146510da3d33a7ac7a33684439010fb9a12974cf5","ots_proof_url":"https://api.babyblueviper.com/ledger/136/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784262886,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784262886,"tier1_relay_attested":1784259966,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958363,"bitcoin_block_time":1784262886,"verify":"ots verify -d 4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26 4d7b2dce1ece15452a60353d07dd6f15f8fc8a5448bef417cf9b668daeef8e26.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"427420ebc8753225bfb28e43bef7137e64862959060840ee39d0ebd1c271076a","content_hash":"3d1574b99e1576a865bc4ccd6155ef38dd293f0d0f304933807978670aed89e0","head_hash":"7f42e49dac4b5fab77802090fec9f2b7568291d07261506fd15e4ac94daaa271"}},{"entry":137,"file":"verdict_0137_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ADA short $70 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784261766,"event_id":"dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a","signed_at":1784261766,"published_at":1784263032,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T04:38:35Z","ots_path":"/data/track_record/ots/dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a.ots","verify":"ots verify -d dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958366,"confirmed_at":"2026-07-17T05:58:21Z","bitcoin_block_time":1784264349,"bitcoin_block_hash":"000000000000000000010157559204eb77a204e6cee7708f2fd5e125220077b1","ots_proof_url":"https://api.babyblueviper.com/ledger/137/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784264349,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784264349,"tier1_relay_attested":1784261766,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958366,"bitcoin_block_time":1784264349,"verify":"ots verify -d dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a dff7aae472b80f1631fbcfbda9b4db17e99d77cff71d74bff1861daf12744f8a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7f42e49dac4b5fab77802090fec9f2b7568291d07261506fd15e4ac94daaa271","content_hash":"02f5658fe3c4e45d0a74d233d14bee2a74534689a2a64b7a3597db4c8b74aeb4","head_hash":"aa2a3cf1f37f5edf1e5292da1d4757b741f1c587f91f2cc9b36f0d8baedb91ad"}},{"entry":138,"file":"verdict_0138_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: ADA short $65 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784262648,"event_id":"0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2","signed_at":1784262648,"published_at":1784263068,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T04:38:38Z","ots_path":"/data/track_record/ots/0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2.ots","verify":"ots verify -d 0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2 0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958366,"confirmed_at":"2026-07-17T05:58:22Z","bitcoin_block_time":1784264349,"bitcoin_block_hash":"000000000000000000010157559204eb77a204e6cee7708f2fd5e125220077b1","ots_proof_url":"https://api.babyblueviper.com/ledger/138/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784264349,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784264349,"tier1_relay_attested":1784262648,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958366,"bitcoin_block_time":1784264349,"verify":"ots verify -d 0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2 0514a99d0d5f1cef4118f806e70db121aeb9358a300291cacc1bb2c59b1665d2.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"aa2a3cf1f37f5edf1e5292da1d4757b741f1c587f91f2cc9b36f0d8baedb91ad","content_hash":"a47e0a7059a109cfc49995d73134c0415d84a7b428d0e4dc9b5d01120d113712","head_hash":"02decd2d17c0d5cf3ddf78a2fd30af0c44e8cf785a1c3d3ee6407c6b276b2b65"}},{"entry":139,"file":"verdict_0139_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $65, NEAR short $65, BNB short $65 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784267119,"event_id":"2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69","signed_at":1784267119,"published_at":1784268468,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T06:14:41Z","ots_path":"/data/track_record/ots/2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69.ots","verify":"ots verify -d 2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69 2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958377,"confirmed_at":"2026-07-17T08:22:05Z","bitcoin_block_time":1784270880,"bitcoin_block_hash":"0000000000000000000191d15687e328945fa8d607bf1d15a9a794c699eeedc4","ots_proof_url":"https://api.babyblueviper.com/ledger/139/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784270880,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784270880,"tier1_relay_attested":1784267119,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958377,"bitcoin_block_time":1784270880,"verify":"ots verify -d 2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69 2642cb82cf81803a0eda75e56eff3b16eaa497640e233a5ab98a9a1006a1be69.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"02decd2d17c0d5cf3ddf78a2fd30af0c44e8cf785a1c3d3ee6407c6b276b2b65","content_hash":"a4e3de1a502c164917ef828b8210bf71a391264afd0a3bcc3b3fd5af48c2fc3b","head_hash":"2cf9f54944da2bdd666e72d9cc0df11617928f8f67b02ac979197f6fe6ee9ad3"}},{"entry":140,"file":"verdict_0140_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $65, NEAR short $65, BNB short $65 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784268068,"event_id":"5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062","signed_at":1784268068,"published_at":1784268509,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T06:14:45Z","ots_path":"/data/track_record/ots/5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062.ots","verify":"ots verify -d 5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062 5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958376,"confirmed_at":"2026-07-17T08:22:07Z","bitcoin_block_time":1784270460,"bitcoin_block_hash":"000000000000000000020d8e227306f92967a86e33ecf0c4f71ef54e52e9012f","ots_proof_url":"https://api.babyblueviper.com/ledger/140/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784270460,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784270460,"tier1_relay_attested":1784268068,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958376,"bitcoin_block_time":1784270460,"verify":"ots verify -d 5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062 5b1e0fdac77fb7af4a8ab218d68dfae4ce366e5e9bcb33f68cefbac981de5062.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"2cf9f54944da2bdd666e72d9cc0df11617928f8f67b02ac979197f6fe6ee9ad3","content_hash":"af7ef94d3bfbe462e9ea1f692325b2b5f9f468f64d9c73debf0bcd329bd24629","head_hash":"510863deee54b20745ab7960ba55ddb73b29abe55ad2cd38cff6ea536b046c4f"}},{"entry":141,"file":"verdict_0141_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $65, NEAR short $65, BNB short $65 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784268937,"event_id":"2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4","signed_at":1784268937,"published_at":1784270256,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T06:46:29Z","ots_path":"/data/track_record/ots/2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4.ots","verify":"ots verify -d 2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4 2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958380,"confirmed_at":"2026-07-17T08:53:55Z","bitcoin_block_time":1784272022,"bitcoin_block_hash":"00000000000000000000fedfadc9a5578efc9550fa530639b55be5a949dcb369","ots_proof_url":"https://api.babyblueviper.com/ledger/141/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784272022,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784272022,"tier1_relay_attested":1784268937,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958380,"bitcoin_block_time":1784272022,"verify":"ots verify -d 2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4 2d2966c91f3c2b972387d5734b3d89118198caf5958200af06813bf50f108ca4.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"510863deee54b20745ab7960ba55ddb73b29abe55ad2cd38cff6ea536b046c4f","content_hash":"1c8be56c00248cc6dd097903452cc3f05582c98e4836417b242452d11b18b1a9","head_hash":"7c9a5d17f0ec9be024113f5f7d140cfe0858e5bea7bf13d2fe84d89925911878"}},{"entry":142,"file":"verdict_0142_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $65, NEAR short $65, BNB short $65 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784269830,"event_id":"fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895","signed_at":1784269830,"published_at":1784270298,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T06:46:32Z","ots_path":"/data/track_record/ots/fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895.ots","verify":"ots verify -d fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895 fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958380,"confirmed_at":"2026-07-17T08:53:56Z","bitcoin_block_time":1784272022,"bitcoin_block_hash":"00000000000000000000fedfadc9a5578efc9550fa530639b55be5a949dcb369","ots_proof_url":"https://api.babyblueviper.com/ledger/142/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784272022,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784272022,"tier1_relay_attested":1784269830,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958380,"bitcoin_block_time":1784272022,"verify":"ots verify -d fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895 fe8e97fc551fc17a32ef4ee3e2871bfb650263d725f8c2779ef212396c72f895.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7c9a5d17f0ec9be024113f5f7d140cfe0858e5bea7bf13d2fe84d89925911878","content_hash":"1670e6b9177cf2fdb3094a895a55de1fbbfab04f34b8e733ff6e90f984575ba9","head_hash":"bdfef388552b9b7c169d13bd75d1e6afcbae86866a45ca2f0b5615b5e8c59967"}},{"entry":143,"file":"verdict_0143_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784277475,"event_id":"551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630","signed_at":1784277475,"published_at":1784277548,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T08:53:52Z","ots_path":"/data/track_record/ots/551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630.ots","verify":"ots verify -d 551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630 551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958388,"confirmed_at":"2026-07-17T09:57:12Z","bitcoin_block_time":1784279661,"bitcoin_block_hash":"00000000000000000001e0dc42dc75eef79e334e6d7a3bfda710cbc647bc53a3","ots_proof_url":"https://api.babyblueviper.com/ledger/143/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784279661,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784279661,"tier1_relay_attested":1784277475,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958388,"bitcoin_block_time":1784279661,"verify":"ots verify -d 551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630 551b642b7f831dfe51a092c3497c0295a3b0648547faa08ead9d03639c767630.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"bdfef388552b9b7c169d13bd75d1e6afcbae86866a45ca2f0b5615b5e8c59967","content_hash":"2a500141d6f92956f07f8a40708205c82e0263e74fbd9de9116e008ecbd6fb43","head_hash":"fc97e08f65f4bd9db428df88380a8e0a668cc85149b7a76530e01f7be9be99d1"}},{"entry":144,"file":"verdict_0144_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784282876,"event_id":"cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03","signed_at":1784282876,"published_at":1784282950,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T10:12:39Z","ots_path":"/data/track_record/ots/cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03.ots","verify":"ots verify -d cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03 cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958397,"confirmed_at":"2026-07-17T11:32:08Z","bitcoin_block_time":1784284185,"bitcoin_block_hash":"00000000000000000000e471693272f6ce4aa416cb964e9653be7c67dc0714ed","ots_proof_url":"https://api.babyblueviper.com/ledger/144/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784284185,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784284185,"tier1_relay_attested":1784282876,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958397,"bitcoin_block_time":1784284185,"verify":"ots verify -d cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03 cdf03948bc89de16aa1b52849f1cca5f1b1e9211a909a074b5d67db22a07aa03.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"fc97e08f65f4bd9db428df88380a8e0a668cc85149b7a76530e01f7be9be99d1","content_hash":"2f6aeec7f7ae31c09e834c605977386aebc1b19cc7df5703e2e34264017a52e7","head_hash":"620fae298a0bec71c5d7c561282e6cd338190b0738bcf9ee1d1ad097af594b82"}},{"entry":145,"file":"verdict_0145_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: WLD short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784297272,"event_id":"391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25","signed_at":1784297272,"published_at":1784297350,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T14:12:27Z","ots_path":"/data/track_record/ots/391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25.ots","verify":"ots verify -d 391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25 391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958428,"confirmed_at":"2026-07-17T16:19:31Z","bitcoin_block_time":1784301314,"bitcoin_block_hash":"000000000000000000020787a43232bbfd5783861c0249ca0472293bb0eea641","ots_proof_url":"https://api.babyblueviper.com/ledger/145/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784301314,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784301314,"tier1_relay_attested":1784297272,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958428,"bitcoin_block_time":1784301314,"verify":"ots verify -d 391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25 391763afc48052e69128546e9543b1a733d90bc3835ce4db42dadec3121aed25.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"620fae298a0bec71c5d7c561282e6cd338190b0738bcf9ee1d1ad097af594b82","content_hash":"25056290b3d4c5bae6abe84f11e9edf27837338c08d9928e65c6190cac304d24","head_hash":"4751be0cc990fe350cfe95e023e76b90a432a74456e177933026b3f35ce1ad5a"}},{"entry":146,"file":"verdict_0146_preaction_20260717.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ETH short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784309880,"event_id":"e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce","signed_at":1784309880,"published_at":1784309937,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-17T17:40:25Z","ots_path":"/data/track_record/ots/e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce.ots","verify":"ots verify -d e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958444,"confirmed_at":"2026-07-17T20:02:38Z","bitcoin_block_time":1784315543,"bitcoin_block_hash":"000000000000000000014592284906720b7506fc8e4f4426f1cab2f22b7c0fa9","ots_proof_url":"https://api.babyblueviper.com/ledger/146/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784315543,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784315543,"tier1_relay_attested":1784309880,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958444,"bitcoin_block_time":1784315543,"verify":"ots verify -d e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce e249b54d4d90ef1132b20284a8579be346360911f6e8ac4f559d0cbe75eb20ce.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4751be0cc990fe350cfe95e023e76b90a432a74456e177933026b3f35ce1ad5a","content_hash":"f9a6a58ca3fa83e8139991e433d8ff804829ee0f2166f5f7ebac0040c02e5cf5","head_hash":"4f030f7fb9be0a017db743e27b38d9f4f7b0b97e6c4dbaf505ec259a41b4b779"}},{"entry":147,"file":"verdict_0147_preaction_20260717.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $74, NEAR short $77, BNB short $64 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784331966,"event_id":"720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25","signed_at":1784331966,"published_at":1784333266,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T00:18:31Z","ots_path":"/data/track_record/ots/720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25.ots","verify":"ots verify -d 720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25 720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958468,"confirmed_at":"2026-07-18T01:21:00Z","bitcoin_block_time":1784334471,"bitcoin_block_hash":"0000000000000000000066e09c3dbfe5d62252fb54d5dcb995f1fffb703a2585","ots_proof_url":"https://api.babyblueviper.com/ledger/147/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784334471,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784334471,"tier1_relay_attested":1784331966,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958468,"bitcoin_block_time":1784334471,"verify":"ots verify -d 720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25 720903b7aa4e90fd28accf065600f858ead798f866b1556af880ecb823e3dc25.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4f030f7fb9be0a017db743e27b38d9f4f7b0b97e6c4dbaf505ec259a41b4b779","content_hash":"c30d0b84b3a10d8d7a893a3a934daeaec83cf254147f274c01a66cf215b61fc6","head_hash":"0fa01951c25bee78a594dd43cf9ba5b252c5e05880defdc021163d63c20b7ce6"}},{"entry":148,"file":"verdict_0148_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $72, NEAR short $72, BNB short $72 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784332842,"event_id":"2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf","signed_at":1784332842,"published_at":1784333308,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T00:18:50Z","ots_path":"/data/track_record/ots/2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf.ots","verify":"ots verify -d 2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf 2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958468,"confirmed_at":"2026-07-18T01:21:02Z","bitcoin_block_time":1784334471,"bitcoin_block_hash":"0000000000000000000066e09c3dbfe5d62252fb54d5dcb995f1fffb703a2585","ots_proof_url":"https://api.babyblueviper.com/ledger/148/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784334471,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784334471,"tier1_relay_attested":1784332842,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958468,"bitcoin_block_time":1784334471,"verify":"ots verify -d 2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf 2eec8f5a62f1f6635b27c21cb38a4a413f3f6a1f6f9a1153a47d2769ec20b8cf.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"0fa01951c25bee78a594dd43cf9ba5b252c5e05880defdc021163d63c20b7ce6","content_hash":"820f4317bd6ae1d0f8c50a7de934c9194eede11032550a3a14b1fe661ceb9a74","head_hash":"ebaada7fb7cdb6591e2232147687b13bc51b5b57fefc0898d333ae169455d032"}},{"entry":149,"file":"verdict_0149_preaction_20260718.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $72, NEAR short $72, LINK short $72 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784339156,"event_id":"70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354","signed_at":1784339156,"published_at":1784340425,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T02:23:55Z","ots_path":"/data/track_record/ots/70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354.ots","verify":"ots verify -d 70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354 70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958480,"confirmed_at":"2026-07-18T03:42:08Z","bitcoin_block_time":1784343538,"bitcoin_block_hash":"000000000000000000008230a195788f495163992f196d12647ac828e770cba5","ots_proof_url":"https://api.babyblueviper.com/ledger/149/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784343538,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784343538,"tier1_relay_attested":1784339156,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958480,"bitcoin_block_time":1784343538,"verify":"ots verify -d 70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354 70f8b57a453d36b3e1dfdc20953d04bb83a9aa1d5489019c79a521f950889354.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ebaada7fb7cdb6591e2232147687b13bc51b5b57fefc0898d333ae169455d032","content_hash":"61f6f88027a26febb3d91e8181a5507991cdfe10ce3c233920c64a2114eb2d12","head_hash":"2d7a08a292298008ea4b82247a234763b98bd6c3ae875c291500c8001f7e1cc5"}},{"entry":150,"file":"verdict_0150_preaction_20260718.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $72, NEAR short $72, LINK short $72 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784340050,"event_id":"3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715","signed_at":1784340050,"published_at":1784340459,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T02:24:13Z","ots_path":"/data/track_record/ots/3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715.ots","verify":"ots verify -d 3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715 3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958480,"confirmed_at":"2026-07-18T03:42:10Z","bitcoin_block_time":1784343538,"bitcoin_block_hash":"000000000000000000008230a195788f495163992f196d12647ac828e770cba5","ots_proof_url":"https://api.babyblueviper.com/ledger/150/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784343538,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784343538,"tier1_relay_attested":1784340050,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958480,"bitcoin_block_time":1784343538,"verify":"ots verify -d 3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715 3469fd28e0bda126c008a8cab26b683b9fa8ac18e043c6d4714455a9c993c715.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"2d7a08a292298008ea4b82247a234763b98bd6c3ae875c291500c8001f7e1cc5","content_hash":"e065dc23a8a1b150ddd1a4fc589f5b50b53a36d062165022ae5fbee47e511550","head_hash":"5fd8b52cdc2348a163e46279f4f1ea3c65044b983a7cdf2eab68cb9469b92a50"}},{"entry":151,"file":"verdict_0151_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $79 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784353556,"event_id":"5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d","signed_at":1784353556,"published_at":1784354839,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T06:21:33Z","ots_path":"/data/track_record/ots/5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d.ots","verify":"ots verify -d 5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d 5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958508,"confirmed_at":"2026-07-18T07:25:01Z","bitcoin_block_time":1784356021,"bitcoin_block_hash":"000000000000000000015ded838b22e468c38ec2ccdd0aa5619434431d1ceab0","ots_proof_url":"https://api.babyblueviper.com/ledger/151/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784356021,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784356021,"tier1_relay_attested":1784353556,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958508,"bitcoin_block_time":1784356021,"verify":"ots verify -d 5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d 5cd2abeb480d42dcd73f96d956e72006e08dce5af219aa7d2db1f51e789bad3d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"5fd8b52cdc2348a163e46279f4f1ea3c65044b983a7cdf2eab68cb9469b92a50","content_hash":"739d88d19e7c8e31fa3ecc117dcfcbb68f21488b3349f0ff5b3ff8a3f360ed3b","head_hash":"f631944779e4bb6285fa0d465dcd1732e4e066a9a5bfeced4fbc4364ad7b0915"}},{"entry":152,"file":"verdict_0152_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $79 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784354433,"event_id":"c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607","signed_at":1784354433,"published_at":1784354882,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T06:21:51Z","ots_path":"/data/track_record/ots/c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607.ots","verify":"ots verify -d c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607 c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958508,"confirmed_at":"2026-07-18T07:25:03Z","bitcoin_block_time":1784356021,"bitcoin_block_hash":"000000000000000000015ded838b22e468c38ec2ccdd0aa5619434431d1ceab0","ots_proof_url":"https://api.babyblueviper.com/ledger/152/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784356021,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784356021,"tier1_relay_attested":1784354433,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958508,"bitcoin_block_time":1784356021,"verify":"ots verify -d c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607 c68338dae1ed754796e94fce6edfca3842a7b9446182e509d22b11a8d3615607.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f631944779e4bb6285fa0d465dcd1732e4e066a9a5bfeced4fbc4364ad7b0915","content_hash":"93492627d6bc2eb2f001c9777aae0ab5ec780432a6b89519476b8d485161105c","head_hash":"6b5faecce4e426d288d89ef099d9997b6c7f1fe3f6e309d790f407b0905dd370"}},{"entry":153,"file":"verdict_0153_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $79 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784355347,"event_id":"718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35","signed_at":1784355347,"published_at":1784356615,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T06:53:03Z","ots_path":"/data/track_record/ots/718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35.ots","verify":"ots verify -d 718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35 718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958517,"confirmed_at":"2026-07-18T08:44:51Z","bitcoin_block_time":1784361269,"bitcoin_block_hash":"00000000000000000001335d9a28f33d7067f396a567f93d58c5b57910e5bdfb","ots_proof_url":"https://api.babyblueviper.com/ledger/153/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784361269,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784361269,"tier1_relay_attested":1784355347,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958517,"bitcoin_block_time":1784361269,"verify":"ots verify -d 718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35 718975099a4676355d9e7b88e14af817af1d97ea52b7a9b2d56901f8f8e40b35.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"6b5faecce4e426d288d89ef099d9997b6c7f1fe3f6e309d790f407b0905dd370","content_hash":"23d5b3bea3853e7ea78f0b6cd4381e2b810f460976bf6caa82d354fa74848ad5","head_hash":"30f2077c7f84a2852e0d662d38f4d4805402aed3794652336080ca83dc056590"}},{"entry":154,"file":"verdict_0154_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: SOL short $79 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784356243,"event_id":"fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb","signed_at":1784356243,"published_at":1784356656,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T06:53:21Z","ots_path":"/data/track_record/ots/fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb.ots","verify":"ots verify -d fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958517,"confirmed_at":"2026-07-18T08:44:52Z","bitcoin_block_time":1784361269,"bitcoin_block_hash":"00000000000000000001335d9a28f33d7067f396a567f93d58c5b57910e5bdfb","ots_proof_url":"https://api.babyblueviper.com/ledger/154/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784361269,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784361269,"tier1_relay_attested":1784356243,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958517,"bitcoin_block_time":1784361269,"verify":"ots verify -d fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb fa187547daaf6b17b98bfe55303fe05b93e1056569f2e7eed93a3c757fcc05eb.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"30f2077c7f84a2852e0d662d38f4d4805402aed3794652336080ca83dc056590","content_hash":"4278cfe1f9c1cff809d424d090994515b9858f1583521d061d90fbd225573921","head_hash":"a3c6022008ebb34569552b72d6688ae46ad48f930e75eb05b1c9f7db054f358b"}},{"entry":155,"file":"verdict_0155_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784364415,"event_id":"a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96","signed_at":1784364415,"published_at":1784364500,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T09:01:17Z","ots_path":"/data/track_record/ots/a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96.ots","verify":"ots verify -d a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96 a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958526,"confirmed_at":"2026-07-18T10:03:20Z","bitcoin_block_time":1784365793,"bitcoin_block_hash":"0000000000000000000082d513347128783263facfc47a64e38db8eb57416fb0","ots_proof_url":"https://api.babyblueviper.com/ledger/155/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784365793,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784365793,"tier1_relay_attested":1784364415,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958526,"bitcoin_block_time":1784365793,"verify":"ots verify -d a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96 a46a05ad835815a77b53a51950551c9b8ab1e3d06b9580d28d20985e72188f96.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a3c6022008ebb34569552b72d6688ae46ad48f930e75eb05b1c9f7db054f358b","content_hash":"545d21bb4eb092ab33ad5f0383ba595dcf2344844fef6d6ccbea613071e7f870","head_hash":"64cae5ca2001b4ed3194ad9c507f308c9e9b832225ec51b243ef20776f6e94e3"}},{"entry":156,"file":"verdict_0156_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: WLD short $13 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784367694,"event_id":"b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16","signed_at":1784367694,"published_at":1784367770,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T09:48:28Z","ots_path":"/data/track_record/ots/b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16.ots","verify":"ots verify -d b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16 b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958538,"confirmed_at":"2026-07-18T12:08:49Z","bitcoin_block_time":1784370613,"bitcoin_block_hash":"000000000000000000022b244acb92c578eb38100f8dd29a54d9c6967346f987","ots_proof_url":"https://api.babyblueviper.com/ledger/156/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784370613,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784370613,"tier1_relay_attested":1784367694,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958538,"bitcoin_block_time":1784370613,"verify":"ots verify -d b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16 b199bd31c5bdf00c87edffacf1386744dc0c89f12c94a9289873c42b56869f16.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"64cae5ca2001b4ed3194ad9c507f308c9e9b832225ec51b243ef20776f6e94e3","content_hash":"6a9340f79299d3459700fcad893e6c1c7fa470708ad972de85a86c09bbea31e0","head_hash":"c3b30f0fc4767bc763f1a8a291cd8aab28e556925c76d22e617df26b5ad8dc51"}},{"entry":157,"file":"verdict_0157_preaction_20260718.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: TAO short $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784385742,"event_id":"9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec","signed_at":1784385742,"published_at":1784385826,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-18T14:46:32Z","ots_path":"/data/track_record/ots/9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec.ots","verify":"ots verify -d 9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec 9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958568,"confirmed_at":"2026-07-18T15:50:23Z","bitcoin_block_time":1784388227,"bitcoin_block_hash":"00000000000000000001b5d03111b9ef3ca37cac42842c871405629b65862e3d","ots_proof_url":"https://api.babyblueviper.com/ledger/157/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784388227,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784388227,"tier1_relay_attested":1784385742,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958568,"bitcoin_block_time":1784388227,"verify":"ots verify -d 9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec 9f2a2fe90f8df60e17047cebe723de35e249b95db6128b994851eb457f04a6ec.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"c3b30f0fc4767bc763f1a8a291cd8aab28e556925c76d22e617df26b5ad8dc51","content_hash":"b487bea29bf6d560441710343bafdf6b0928b71b010fba52f6efbb6e115a2431","head_hash":"ea96f38471ccf4e916806ffaec306475e909bfc3efbadc738569596e01717c3c"}},{"entry":158,"file":"verdict_0158_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: NEAR short $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784423318,"event_id":"ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060","signed_at":1784423318,"published_at":1784423410,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T01:17:53Z","ots_path":"/data/track_record/ots/ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060.ots","verify":"ots verify -d ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060 ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958642,"confirmed_at":"2026-07-19T02:38:20Z","bitcoin_block_time":1784425750,"bitcoin_block_hash":"00000000000000000001821daa77f626ad960e1a93cc3961300f05d0efb47000","ots_proof_url":"https://api.babyblueviper.com/ledger/158/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784425750,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784425750,"tier1_relay_attested":1784423318,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958642,"bitcoin_block_time":1784425750,"verify":"ots verify -d ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060 ce89ac33e76e46b60f080ad6c9a9e9211956f3136ee5c8bbdad3edb13633d060.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ea96f38471ccf4e916806ffaec306475e909bfc3efbadc738569596e01717c3c","content_hash":"e81bca397b94577d0dd9f92cf37c741425b061fe283a2f484dbd37933b6fe842","head_hash":"a64a9c1f44dddf786a8af9f82c80d2e9a85ecd037e2810c7ba208a54b5eeec45"}},{"entry":159,"file":"verdict_0159_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BNB short $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784437680,"event_id":"c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978","signed_at":1784437680,"published_at":1784437750,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T05:16:41Z","ots_path":"/data/track_record/ots/c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978.ots","verify":"ots verify -d c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978 c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958670,"confirmed_at":"2026-07-19T06:20:40Z","bitcoin_block_time":1784438783,"bitcoin_block_hash":"00000000000000000000e3daacb48572b0d2aae12706c1d24cecd162662ae3a7","ots_proof_url":"https://api.babyblueviper.com/ledger/159/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784438783,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784438783,"tier1_relay_attested":1784437680,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958670,"bitcoin_block_time":1784438783,"verify":"ots verify -d c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978 c93b09c64a24a741d6e73b7044235bdac36e9fc4550eb8d4ff956b91ed098978.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a64a9c1f44dddf786a8af9f82c80d2e9a85ecd037e2810c7ba208a54b5eeec45","content_hash":"744125b045c2f0cbf96a67aacd171934b43b1c31e3a3b8d7cb86f401fac80952","head_hash":"40acd405992d4b199b2d8487d512c7b6634c8829e755a32bda568e1cf9513eea"}},{"entry":160,"file":"verdict_0160_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: LINK short $71, AVAX short $71 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784439964,"event_id":"49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1","signed_at":1784439964,"published_at":1784441390,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T06:20:19Z","ots_path":"/data/track_record/ots/49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1.ots","verify":"ots verify -d 49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1 49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958686,"confirmed_at":"2026-07-19T07:23:58Z","bitcoin_block_time":1784443409,"bitcoin_block_hash":"000000000000000000010c2072918756eeaae9869675a2193d43173863278737","ots_proof_url":"https://api.babyblueviper.com/ledger/160/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784443409,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784443409,"tier1_relay_attested":1784439964,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958686,"bitcoin_block_time":1784443409,"verify":"ots verify -d 49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1 49e63e86277c034db5fb790f4f64315c782ef665c7f84b67cbcbeeab1fe704b1.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"40acd405992d4b199b2d8487d512c7b6634c8829e755a32bda568e1cf9513eea","content_hash":"eb3d82425e2c95b6f91c26e3039045011665d4097b6056fc61bd7c944711b9ee","head_hash":"ac97ce6a665b5f60465d2bcf1b7d29d9bf1caf953268d357d706bbeb2d6991db"}},{"entry":161,"file":"verdict_0161_preaction_20260719.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: LINK short $71, AVAX short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784440847,"event_id":"22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c","signed_at":1784440847,"published_at":1784441421,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T06:20:39Z","ots_path":"/data/track_record/ots/22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c.ots","verify":"ots verify -d 22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c 22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958686,"confirmed_at":"2026-07-19T07:23:59Z","bitcoin_block_time":1784443409,"bitcoin_block_hash":"000000000000000000010c2072918756eeaae9869675a2193d43173863278737","ots_proof_url":"https://api.babyblueviper.com/ledger/161/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784443409,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784443409,"tier1_relay_attested":1784440847,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958686,"bitcoin_block_time":1784443409,"verify":"ots verify -d 22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c 22f7de7391a8b5f3079d9351e9aa836b98fed5820cd669529f302c64217ebe7c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ac97ce6a665b5f60465d2bcf1b7d29d9bf1caf953268d357d706bbeb2d6991db","content_hash":"c90ffb46f6772723cc026b2577c123fd02321fc598ffe293ca433a26c195f79d","head_hash":"d91be8b3f56067067ba1c90829c24655d22f602c78354da37a5fee96d5a686b4"}},{"entry":162,"file":"verdict_0162_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: LINK short $71, AVAX short $71 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784441764,"event_id":"f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a","signed_at":1784441764,"published_at":1784443040,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T06:52:23Z","ots_path":"/data/track_record/ots/f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a.ots","verify":"ots verify -d f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958690,"confirmed_at":"2026-07-19T07:55:40Z","bitcoin_block_time":1784445279,"bitcoin_block_hash":"000000000000000000020fa7432d37ffc3c9e4e4860baf8558f1f2208400cc54","ots_proof_url":"https://api.babyblueviper.com/ledger/162/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784445279,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784445279,"tier1_relay_attested":1784441764,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958690,"bitcoin_block_time":1784445279,"verify":"ots verify -d f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a f9be14da1caf47461cfd83ebc02f774b865425b47c71e1ed61b38c9a9425060a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d91be8b3f56067067ba1c90829c24655d22f602c78354da37a5fee96d5a686b4","content_hash":"07abb0ac3dad2795663235f85e06f23323fca525e1235428a110c6725f610a8e","head_hash":"91cfcde40b3281ad619cab30ed5bf437f2034ecd890cf65bc5485d038ff433c2"}},{"entry":163,"file":"verdict_0163_preaction_20260719.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: LINK short $71, AVAX short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784442651,"event_id":"1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074","signed_at":1784442651,"published_at":1784443071,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T06:52:41Z","ots_path":"/data/track_record/ots/1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074.ots","verify":"ots verify -d 1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074 1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958690,"confirmed_at":"2026-07-19T07:55:42Z","bitcoin_block_time":1784445279,"bitcoin_block_hash":"000000000000000000020fa7432d37ffc3c9e4e4860baf8558f1f2208400cc54","ots_proof_url":"https://api.babyblueviper.com/ledger/163/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784445279,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784445279,"tier1_relay_attested":1784442651,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958690,"bitcoin_block_time":1784445279,"verify":"ots verify -d 1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074 1774ad4da14bceb850e1ab8b7719d577a55e88968c5b8ddeadb1602a56291074.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"91cfcde40b3281ad619cab30ed5bf437f2034ecd890cf65bc5485d038ff433c2","content_hash":"6f7b984c276f5dcb471a1f521a052007ae59fb16cdf2e63e9714f52fd076efa0","head_hash":"899b2e2a78ab0d4a81bb7c7ae7c4949d06553b195acc3cb8094d8dad2fce7907"}},{"entry":164,"file":"verdict_0164_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: ENA short $12 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784444908,"event_id":"24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285","signed_at":1784444908,"published_at":1784445008,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T07:23:56Z","ots_path":"/data/track_record/ots/24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285.ots","verify":"ots verify -d 24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285 24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958695,"confirmed_at":"2026-07-19T08:27:39Z","bitcoin_block_time":1784446620,"bitcoin_block_hash":"00000000000000000001ddff5ce25bc0af2147b32f69f24a47bb931b0f3c8cc2","ots_proof_url":"https://api.babyblueviper.com/ledger/164/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784446620,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784446620,"tier1_relay_attested":1784444908,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958695,"bitcoin_block_time":1784446620,"verify":"ots verify -d 24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285 24038dec73abba1e72f893535c7d52cc2a857afe3da064cef6ba854b18c1d285.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"899b2e2a78ab0d4a81bb7c7ae7c4949d06553b195acc3cb8094d8dad2fce7907","content_hash":"530ce0f8fbc03541ebe3827f2ba32a8b8491e55a00ebff31c8d544c55b969953","head_hash":"94cf26bdaf06897bfecc8cb24e6bbc52c57e3fb97f623c499c60f2c89a099d17"}},{"entry":165,"file":"verdict_0165_trades_20260719.json","title":"Live trade outcomes — 1 closed positions (1W/0L, net $0.1442) — 2026-07-18..2026-07-18","type":"trade_outcomes","created_at":1784448630,"event_id":"99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873","signed_at":1784448630,"published_at":1784448661,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T08:27:38Z","ots_path":"/data/track_record/ots/99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873.ots","verify":"ots verify -d 99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873 99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958706,"confirmed_at":"2026-07-19T09:30:47Z","bitcoin_block_time":1784451034,"bitcoin_block_hash":"00000000000000000001941abe807fda62dff1908171f769e597a8185baf3c09","ots_proof_url":"https://api.babyblueviper.com/ledger/165/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1784448630,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1784448630,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":958706,"bitcoin_block_time":1784451034,"verify":"ots verify -d 99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873 99b3217ef98955befba265503d25db9de5f3d4b1be0d350f88ebf9b188d8a873.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}},"chain":{"prev_head_hash":"94cf26bdaf06897bfecc8cb24e6bbc52c57e3fb97f623c499c60f2c89a099d17","content_hash":"ee48a51f0dbcf820d979dadfa8ead67e2d1acd20185bf4afb4611a03f1178703","head_hash":"b3282ce71bed78d5a76a8a39502f7fbc43d143d83c14f9f36b5b1f79b9d5863b"}},{"entry":166,"file":"verdict_0166_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: NEAR short $14 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784475590,"event_id":"6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3","signed_at":1784475590,"published_at":1784475680,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T15:48:38Z","ots_path":"/data/track_record/ots/6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3.ots","verify":"ots verify -d 6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3 6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958752,"confirmed_at":"2026-07-19T16:51:36Z","bitcoin_block_time":1784476828,"bitcoin_block_hash":"000000000000000000008427761407db888777e7f6a6473787198b162538b4f4","ots_proof_url":"https://api.babyblueviper.com/ledger/166/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784476828,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784476828,"tier1_relay_attested":1784475590,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958752,"bitcoin_block_time":1784476828,"verify":"ots verify -d 6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3 6f1b317f3a97efc6878b6c9818882c3224f3c0e50fc24e15b486a054fb3405b3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"b3282ce71bed78d5a76a8a39502f7fbc43d143d83c14f9f36b5b1f79b9d5863b","content_hash":"e1473c60e86bdfa9ec9d4914a66d0a9eaa63ea243c0d4887aa8199e90d27cb29","head_hash":"7c0250a57f9c4ae366d74958e46690e05a08be9a5bd1bf5633cd006cd7f18081"}},{"entry":167,"file":"verdict_0167_preaction_20260719.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: TAO short $13 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784480848,"event_id":"4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047","signed_at":1784480848,"published_at":1784480907,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-19T17:23:28Z","ots_path":"/data/track_record/ots/4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047.ots","verify":"ots verify -d 4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047 4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958761,"confirmed_at":"2026-07-19T18:26:21Z","bitcoin_block_time":1784483388,"bitcoin_block_hash":"00000000000000000001b882ed05ae87bce809336f7cc3d52947c1c128b34dd2","ots_proof_url":"https://api.babyblueviper.com/ledger/167/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784483388,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784483388,"tier1_relay_attested":1784480848,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958761,"bitcoin_block_time":1784483388,"verify":"ots verify -d 4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047 4d4f7c14cf8089c4af0011a74ac86ac150451aa007efcd2549c29eb17a286047.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7c0250a57f9c4ae366d74958e46690e05a08be9a5bd1bf5633cd006cd7f18081","content_hash":"29f10ebb6447647476093ffe49c35d708920e051e20dbb755e993a96cd0eaabd","head_hash":"7c407b4ac47cf18111ba8a037d8e02f19285e207a7048eadd938f1fb04f82979"}},{"entry":168,"file":"verdict_0168_preaction_20260721.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: BTC long $78, ETH long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784612721,"event_id":"94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc","signed_at":1784612721,"published_at":1784614160,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-21T06:26:08Z","ots_path":"/data/track_record/ots/94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc.ots","verify":"ots verify -d 94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc 94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958980,"confirmed_at":"2026-07-21T08:48:01Z","bitcoin_block_time":1784617452,"bitcoin_block_hash":"00000000000000000000246d5122a71a8a54e341629b5f92a9dc8fba2c8e5ac8","ots_proof_url":"https://api.babyblueviper.com/ledger/168/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784617452,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784617452,"tier1_relay_attested":1784612721,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958980,"bitcoin_block_time":1784617452,"verify":"ots verify -d 94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc 94e2226e36717a12cb0d8d6445ac0d2f38581a3f23b3b2999d5f0976b6b0c6bc.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"7c407b4ac47cf18111ba8a037d8e02f19285e207a7048eadd938f1fb04f82979","content_hash":"06d9c74fcfa5730e2dd22b936ee29b367c671c445685ba5dd45930f04551828d","head_hash":"366a9ab41a134d03d20728799cac1186c954f65154250b2aacc2fb5bef9bd387"}},{"entry":169,"file":"verdict_0169_preaction_20260721.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: BTC long $78, ETH long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784613626,"event_id":"070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d","signed_at":1784613626,"published_at":1784614201,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-21T06:26:10Z","ots_path":"/data/track_record/ots/070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d.ots","verify":"ots verify -d 070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d 070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958980,"confirmed_at":"2026-07-21T08:48:03Z","bitcoin_block_time":1784617452,"bitcoin_block_hash":"00000000000000000000246d5122a71a8a54e341629b5f92a9dc8fba2c8e5ac8","ots_proof_url":"https://api.babyblueviper.com/ledger/169/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784617452,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784617452,"tier1_relay_attested":1784613626,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958980,"bitcoin_block_time":1784617452,"verify":"ots verify -d 070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d 070add84c1aae4ab262e0c96dc508ea329c5418044e3816d9b1006858c8f906d.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"366a9ab41a134d03d20728799cac1186c954f65154250b2aacc2fb5bef9bd387","content_hash":"59da4f24bb9d679afde6eb329e702ee99b73da9388579e0f839cb593f74c7f81","head_hash":"1dd3dbf50c01cb1b7b5e17a35802f6d83689fb650408097a0e09970d5a8933dd"}},{"entry":170,"file":"verdict_0170_preaction_20260721.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $78, ETH long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784614554,"event_id":"115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a","signed_at":1784614554,"published_at":1784615881,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-21T06:42:29Z","ots_path":"/data/track_record/ots/115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a.ots","verify":"ots verify -d 115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a 115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958980,"confirmed_at":"2026-07-21T08:48:05Z","bitcoin_block_time":1784617452,"bitcoin_block_hash":"00000000000000000000246d5122a71a8a54e341629b5f92a9dc8fba2c8e5ac8","ots_proof_url":"https://api.babyblueviper.com/ledger/170/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784617452,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784617452,"tier1_relay_attested":1784614554,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958980,"bitcoin_block_time":1784617452,"verify":"ots verify -d 115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a 115208cbdeaedd314544835fac8cbc296f219b83349883dedff27ae42ea8d17a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"1dd3dbf50c01cb1b7b5e17a35802f6d83689fb650408097a0e09970d5a8933dd","content_hash":"359643fc7ca571c458c06ca12af5cbe8b32a88432d6a71f628744c312fcffd45","head_hash":"cbca93a33ecc4bb3827731a2704967550c8053b305eaa6a698534d64843c9161"}},{"entry":171,"file":"verdict_0171_preaction_20260721.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $78, ETH long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784615428,"event_id":"34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c","signed_at":1784615428,"published_at":1784615922,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-21T06:42:33Z","ots_path":"/data/track_record/ots/34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c.ots","verify":"ots verify -d 34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c 34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":958980,"confirmed_at":"2026-07-21T08:48:07Z","bitcoin_block_time":1784617452,"bitcoin_block_hash":"00000000000000000000246d5122a71a8a54e341629b5f92a9dc8fba2c8e5ac8","ots_proof_url":"https://api.babyblueviper.com/ledger/171/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784617452,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784617452,"tier1_relay_attested":1784615428,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":958980,"bitcoin_block_time":1784617452,"verify":"ots verify -d 34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c 34dd4e480af396c37c1845d64222fe57ac69f392bd5755afb4223f481cbad22c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"cbca93a33ecc4bb3827731a2704967550c8053b305eaa6a698534d64843c9161","content_hash":"be4895174cc35771847468dbc2388c381c52d194e89f2d4590363b71c5c35111","head_hash":"ea41d340fe15c3923780101bb7fdac3c392588cb0654ac37786b69750b99f234"}},{"entry":172,"file":"verdict_0172_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784699165,"event_id":"692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0","signed_at":1784699165,"published_at":1784700590,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:18:13Z","ots_path":"/data/track_record/ots/692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0.ots","verify":"ots verify -d 692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0 692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959105,"confirmed_at":"2026-07-22T07:38:59Z","bitcoin_block_time":1784702010,"bitcoin_block_hash":"00000000000000000002216e87df39831387cec6a7663d8e92ad1f2909a72c6f","ots_proof_url":"https://api.babyblueviper.com/ledger/172/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784702010,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784702010,"tier1_relay_attested":1784699165,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959105,"bitcoin_block_time":1784702010,"verify":"ots verify -d 692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0 692b39e56499f6e8955d30b3438876d095fd75c6d5b3718f88f85973e39cf1c0.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ea41d340fe15c3923780101bb7fdac3c392588cb0654ac37786b69750b99f234","content_hash":"84a4e98fc1f8a167a3bbaa03d00fe0f59d3ccecdbbeed662e156a6aecf752d88","head_hash":"d2c49f8e729d7787ccfdb86541ee8dfd5252917857a5e4f3007decb01037df4d"}},{"entry":173,"file":"verdict_0173_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784700044,"event_id":"9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654","signed_at":1784700044,"published_at":1784700617,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:18:16Z","ots_path":"/data/track_record/ots/9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654.ots","verify":"ots verify -d 9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654 9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959105,"confirmed_at":"2026-07-22T07:39:01Z","bitcoin_block_time":1784702010,"bitcoin_block_hash":"00000000000000000002216e87df39831387cec6a7663d8e92ad1f2909a72c6f","ots_proof_url":"https://api.babyblueviper.com/ledger/173/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784702010,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784702010,"tier1_relay_attested":1784700044,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959105,"bitcoin_block_time":1784702010,"verify":"ots verify -d 9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654 9c3598afce5575e315dc7b934cd9b48747223bcb3788c137ab7ff48e398a5654.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d2c49f8e729d7787ccfdb86541ee8dfd5252917857a5e4f3007decb01037df4d","content_hash":"0a8e4056b113866ac8c103ce65c97a83da79ac6fce350436ca73619890390e84","head_hash":"a833daaf31cc45c4dc72fb084c24e2d9636f4f06c306fc2545b1c7ba847ddbaa"}},{"entry":174,"file":"verdict_0174_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784700095,"event_id":"a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99","signed_at":1784700095,"published_at":1784700638,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:18:19Z","ots_path":"/data/track_record/ots/a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99.ots","verify":"ots verify -d a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99 a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959105,"confirmed_at":"2026-07-22T07:39:02Z","bitcoin_block_time":1784702010,"bitcoin_block_hash":"00000000000000000002216e87df39831387cec6a7663d8e92ad1f2909a72c6f","ots_proof_url":"https://api.babyblueviper.com/ledger/174/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784702010,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784702010,"tier1_relay_attested":1784700095,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959105,"bitcoin_block_time":1784702010,"verify":"ots verify -d a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99 a2f42a279b2d35c2ac8bd5d6a6ddd015d5d826af6848bbb0ebb069ab34d64b99.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a833daaf31cc45c4dc72fb084c24e2d9636f4f06c306fc2545b1c7ba847ddbaa","content_hash":"8c123d463cf9d4ed40c7b8e8fd6627ffbb89cd8fe0c6c779e29b0bfb3f70dd1d","head_hash":"26a9f28cb04a0565d60ddc5303da499841b65b7e55cf5df3ec4b53b74566027b"}},{"entry":175,"file":"verdict_0175_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784700518,"event_id":"fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26","signed_at":1784700518,"published_at":1784700663,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:18:22Z","ots_path":"/data/track_record/ots/fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26.ots","verify":"ots verify -d fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26 fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959105,"confirmed_at":"2026-07-22T07:39:04Z","bitcoin_block_time":1784702010,"bitcoin_block_hash":"00000000000000000002216e87df39831387cec6a7663d8e92ad1f2909a72c6f","ots_proof_url":"https://api.babyblueviper.com/ledger/175/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784702010,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784702010,"tier1_relay_attested":1784700518,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959105,"bitcoin_block_time":1784702010,"verify":"ots verify -d fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26 fc89fe2659af8b6ffff25d37a97ebe9ee0c0823f5006e4526c36b07b8d123f26.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"26a9f28cb04a0565d60ddc5303da499841b65b7e55cf5df3ec4b53b74566027b","content_hash":"8bc40229d738b9e8bcde7aa2d5da41998ee8a1f32c823a0b8e5f2a6a0535b1a2","head_hash":"ab2c14fc247608442df7e386bac99200dfb7723277471332e03dd0e001a40ef1"}},{"entry":176,"file":"verdict_0176_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: XRP long $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784700944,"event_id":"8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0","signed_at":1784700944,"published_at":1784702229,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:50:28Z","ots_path":"/data/track_record/ots/8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0.ots","verify":"ots verify -d 8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0 8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959107,"confirmed_at":"2026-07-22T08:42:29Z","bitcoin_block_time":1784704763,"bitcoin_block_hash":"0000000000000000000164cf2b1da4b6d68bb2e087b0d90788d58687f0cb7024","ots_proof_url":"https://api.babyblueviper.com/ledger/176/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784704763,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784704763,"tier1_relay_attested":1784700944,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959107,"bitcoin_block_time":1784704763,"verify":"ots verify -d 8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0 8f15d6d5dd92719e51ab6b95282b06d06f98eaf6be497fffc36c216733c4afe0.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"ab2c14fc247608442df7e386bac99200dfb7723277471332e03dd0e001a40ef1","content_hash":"79d3bba6940127221b66c61ae7dec9cceec374b2b39eed1a784778724ec882e4","head_hash":"26d8f14c8de8f79f03fc9c3079fdaec2659bcb471e5409fe67288730cf37866e"}},{"entry":177,"file":"verdict_0177_preaction_20260722.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: XRP long $77, BNB short $73 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784701850,"event_id":"12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9","signed_at":1784701850,"published_at":1784702250,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T06:50:32Z","ots_path":"/data/track_record/ots/12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9.ots","verify":"ots verify -d 12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9 12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959107,"confirmed_at":"2026-07-22T08:42:30Z","bitcoin_block_time":1784704763,"bitcoin_block_hash":"0000000000000000000164cf2b1da4b6d68bb2e087b0d90788d58687f0cb7024","ots_proof_url":"https://api.babyblueviper.com/ledger/177/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784704763,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784704763,"tier1_relay_attested":1784701850,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959107,"bitcoin_block_time":1784704763,"verify":"ots verify -d 12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9 12a81ec096c5a1c9c241c3029d1eefab3120761476f1190b60589f796d2963a9.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"26d8f14c8de8f79f03fc9c3079fdaec2659bcb471e5409fe67288730cf37866e","content_hash":"15d5d330d8c156d6d8b880308f4a1f2ec1ec14b6786a4cf3fb937489195302d5","head_hash":"e01d80c54285614029b673b3a6904f675b3de945e155401eef86d580d249f386"}},{"entry":178,"file":"verdict_0178_preaction_20260722.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784760106,"event_id":"58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7","signed_at":1784760106,"published_at":1784760166,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-22T22:55:36Z","ots_path":"/data/track_record/ots/58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7.ots","verify":"ots verify -d 58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7 58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959190,"confirmed_at":"2026-07-23T00:45:43Z","bitcoin_block_time":1784762973,"bitcoin_block_hash":"00000000000000000000bcd581bc5a19cb2700156b6fa7f7b0b885c4bc4c96d6","ots_proof_url":"https://api.babyblueviper.com/ledger/178/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784762973,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784762973,"tier1_relay_attested":1784760106,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959190,"bitcoin_block_time":1784762973,"verify":"ots verify -d 58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7 58b02cbd9f8d331edde8636e31c381571b6853c7dd970eb4848fd206de267ea7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"e01d80c54285614029b673b3a6904f675b3de945e155401eef86d580d249f386","content_hash":"82ca87b9fc2dff5cd44984ac6bf26f61ed37ceff1b4829d0dd0f03b3b1ce12be","head_hash":"e8fbd2db57c2ce28b3a55d15e5defa7dcb8bde6f34ed6a3f6ad5446c8f176f90"}},{"entry":179,"file":"verdict_0179_preaction_20260723.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $15 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784772413,"event_id":"a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7","signed_at":1784772413,"published_at":1784772473,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T02:22:07Z","ots_path":"/data/track_record/ots/a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7.ots","verify":"ots verify -d a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7 a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959205,"confirmed_at":"2026-07-23T03:24:49Z","bitcoin_block_time":1784774502,"bitcoin_block_hash":"00000000000000000000f861290d3cfa4fce50f76dbe76ebd7879145ff023732","ots_proof_url":"https://api.babyblueviper.com/ledger/179/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784774502,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784774502,"tier1_relay_attested":1784772413,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959205,"bitcoin_block_time":1784774502,"verify":"ots verify -d a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7 a86f04e84bf5d7a0ba8e27d6393aef11df5c9de0e4d3c1d1832069fbd4cf95b7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"e8fbd2db57c2ce28b3a55d15e5defa7dcb8bde6f34ed6a3f6ad5446c8f176f90","content_hash":"b87840a03486409241425110a616d7fd00fa1f188d8784b1e88bc8f771c31134","head_hash":"868b4039fb1df87a74432d4143eb862b96724440bba35ba9eb0ab0c6e67681c8"}},{"entry":180,"file":"verdict_0180_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $71, AVAX short $71, BNB short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784785536,"event_id":"f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de","signed_at":1784785536,"published_at":1784786815,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T06:18:02Z","ots_path":"/data/track_record/ots/f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de.ots","verify":"ots verify -d f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959227,"confirmed_at":"2026-07-23T08:08:51Z","bitcoin_block_time":1784789846,"bitcoin_block_hash":"000000000000000000010b632d1de1189d1b4c6378e266c2deb96f83dd694496","ots_proof_url":"https://api.babyblueviper.com/ledger/180/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784789846,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784789846,"tier1_relay_attested":1784785536,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959227,"bitcoin_block_time":1784789846,"verify":"ots verify -d f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de f6432dc260770aa8fad82a7751b543dc044a75514e521d4b0fd7f5030bc170de.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"868b4039fb1df87a74432d4143eb862b96724440bba35ba9eb0ab0c6e67681c8","content_hash":"fe3b8edeebefc8bfa8b5bf91a2d71841eb43b115daec14d337585670dfcad2b8","head_hash":"a637b450ea7b3188bfdf3c773f4fcac9158523ada8743b33a17f036041ff2bdb"}},{"entry":181,"file":"verdict_0181_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $71, AVAX short $71, BNB short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784786483,"event_id":"e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f","signed_at":1784786483,"published_at":1784786840,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T06:18:06Z","ots_path":"/data/track_record/ots/e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f.ots","verify":"ots verify -d e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959227,"confirmed_at":"2026-07-23T08:08:53Z","bitcoin_block_time":1784789846,"bitcoin_block_hash":"000000000000000000010b632d1de1189d1b4c6378e266c2deb96f83dd694496","ots_proof_url":"https://api.babyblueviper.com/ledger/181/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784789846,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784789846,"tier1_relay_attested":1784786483,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959227,"bitcoin_block_time":1784789846,"verify":"ots verify -d e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f e4d26295e12f1f38d2bf40b1c898edf1e2fbd58259fa38303573a25d6fee1f4f.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a637b450ea7b3188bfdf3c773f4fcac9158523ada8743b33a17f036041ff2bdb","content_hash":"65de9eb83ac2ecc0dd1c3d63621e70007044451984df648231f8b7c3ea930232","head_hash":"76719bafe3c1f3c6a3690c2f6a8588328ad525993a848666f0da1951cf791353"}},{"entry":182,"file":"verdict_0182_preaction_20260723.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: NEAR short $71, AVAX short $71, BNB short $71 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784787330,"event_id":"5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c","signed_at":1784787330,"published_at":1784788605,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T06:49:21Z","ots_path":"/data/track_record/ots/5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c.ots","verify":"ots verify -d 5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c 5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959227,"confirmed_at":"2026-07-23T08:08:55Z","bitcoin_block_time":1784789846,"bitcoin_block_hash":"000000000000000000010b632d1de1189d1b4c6378e266c2deb96f83dd694496","ots_proof_url":"https://api.babyblueviper.com/ledger/182/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784789846,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784789846,"tier1_relay_attested":1784787330,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959227,"bitcoin_block_time":1784789846,"verify":"ots verify -d 5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c 5ceb9d5dbeb4bd3639bbf5ba425a7b63aec46d82dceda161bcb3c9a56b747a0c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"76719bafe3c1f3c6a3690c2f6a8588328ad525993a848666f0da1951cf791353","content_hash":"024ccc09a2a2ff5d5b101d4d5552eafe32518fe7851c00704756061866423fc8","head_hash":"87bf0ae323b0e59125683ef2a575601e9e8f3d7fc89e91e5bc04f2550033f676"}},{"entry":183,"file":"verdict_0183_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $71, AVAX short $71, BNB short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784788228,"event_id":"8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246","signed_at":1784788228,"published_at":1784788629,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T06:49:25Z","ots_path":"/data/track_record/ots/8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246.ots","verify":"ots verify -d 8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246 8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959227,"confirmed_at":"2026-07-23T08:08:57Z","bitcoin_block_time":1784789846,"bitcoin_block_hash":"000000000000000000010b632d1de1189d1b4c6378e266c2deb96f83dd694496","ots_proof_url":"https://api.babyblueviper.com/ledger/183/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784789846,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784789846,"tier1_relay_attested":1784788228,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959227,"bitcoin_block_time":1784789846,"verify":"ots verify -d 8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246 8468d1f23381efd0fd035234e0d7653e9931af358bb556486a7b209cfad1d246.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"87bf0ae323b0e59125683ef2a575601e9e8f3d7fc89e91e5bc04f2550033f676","content_hash":"9b83c4ab7feac4216d43cc168316718d231b35cbf65a01bcee764098aeebeca3","head_hash":"9fe67d28092b871635a845e1d04474c737f4da3c6923f3401f6a83e189120cd7"}},{"entry":184,"file":"verdict_0184_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $78, AVAX short $65, BNB short $60 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784823352,"event_id":"073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a","signed_at":1784823352,"published_at":1784825222,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T17:05:40Z","ots_path":"/data/track_record/ots/073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a.ots","verify":"ots verify -d 073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a 073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959287,"confirmed_at":"2026-07-23T18:08:29Z","bitcoin_block_time":1784827166,"bitcoin_block_hash":"000000000000000000009d0509a3fdbcc7a310f5ca71141036a03d4fda3483fb","ots_proof_url":"https://api.babyblueviper.com/ledger/184/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784827166,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784827166,"tier1_relay_attested":1784823352,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959287,"bitcoin_block_time":1784827166,"verify":"ots verify -d 073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a 073d7092cab2044659d22a0b6b65230ff7a1a87744c8c624c4d64386ae38410a.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"9fe67d28092b871635a845e1d04474c737f4da3c6923f3401f6a83e189120cd7","content_hash":"370f4ccd8394d15871ae794eb93d64dd520e12c78ec8fbc8f6ba927cea40fa03","head_hash":"61372d72ddcaf4a23d955052a7bdf7ee63d3382cc04c1091d5b9c65c4158dec6"}},{"entry":185,"file":"verdict_0185_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $78, AVAX short $68, BNB short $59 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784828725,"event_id":"b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c","signed_at":1784828725,"published_at":1784829616,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T18:08:22Z","ots_path":"/data/track_record/ots/b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c.ots","verify":"ots verify -d b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959296,"confirmed_at":"2026-07-23T19:43:21Z","bitcoin_block_time":1784832908,"bitcoin_block_hash":"0000000000000000000150dc1062a1de245ca50af62de03440590a0c3498d387","ots_proof_url":"https://api.babyblueviper.com/ledger/185/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784832908,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784832908,"tier1_relay_attested":1784828725,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959296,"bitcoin_block_time":1784832908,"verify":"ots verify -d b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c b1908cd99781370cad56319781929e42dd05622161ff137167e7b9bee8785d1c.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"61372d72ddcaf4a23d955052a7bdf7ee63d3382cc04c1091d5b9c65c4158dec6","content_hash":"368f960d995753c5e7b90328143e7f7704c04114c706ee66808afcb14b0668ae","head_hash":"67466c8f8e20bbb03f694a559b094a11b0668b1219b354daf0a3e673d9673991"}},{"entry":186,"file":"verdict_0186_preaction_20260723.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: NEAR short $78, AVAX short $60, BNB short $60 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784829621,"event_id":"66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8","signed_at":1784829621,"published_at":1784830013,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T18:08:26Z","ots_path":"/data/track_record/ots/66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8.ots","verify":"ots verify -d 66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8 66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959296,"confirmed_at":"2026-07-23T19:43:22Z","bitcoin_block_time":1784832908,"bitcoin_block_hash":"0000000000000000000150dc1062a1de245ca50af62de03440590a0c3498d387","ots_proof_url":"https://api.babyblueviper.com/ledger/186/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784832908,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784832908,"tier1_relay_attested":1784829621,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959296,"bitcoin_block_time":1784832908,"verify":"ots verify -d 66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8 66efe2f5890a454ab51d0d3a43d43e683a66b921c573c2697f9156fc3f197aa8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"67466c8f8e20bbb03f694a559b094a11b0668b1219b354daf0a3e673d9673991","content_hash":"ccec3c2484f6dc979435f45fc0c061ce258b0ee6d17e8a3e191c0beee52be431","head_hash":"cfde9dbbef94852846ff745a3ae8c6f36e940698ed784854e8667060bc122111"}},{"entry":187,"file":"verdict_0187_preaction_20260723.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $78, AVAX short $65, BNB short $62 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784837736,"event_id":"8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69","signed_at":1784837736,"published_at":1784839465,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T20:46:13Z","ots_path":"/data/track_record/ots/8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69.ots","verify":"ots verify -d 8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69 8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959311,"confirmed_at":"2026-07-23T22:52:31Z","bitcoin_block_time":1784842428,"bitcoin_block_hash":"000000000000000000005a63a2c00834b92746ab0658c9f0c98aeb509724e8f9","ots_proof_url":"https://api.babyblueviper.com/ledger/187/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784842428,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784842428,"tier1_relay_attested":1784837736,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959311,"bitcoin_block_time":1784842428,"verify":"ots verify -d 8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69 8ff9ed820be1eb37469ac6a124ac42b10cb8adab3a4e8c7b780f27b573d4bb69.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"cfde9dbbef94852846ff745a3ae8c6f36e940698ed784854e8667060bc122111","content_hash":"8aff7f5f2cd364c223855f27f712f2a3366eeed0454d904a78f55ceeefedb512","head_hash":"d56612b0c6744adcd1e882d5fe7c5f89a7c7b89b8318dc2b92000237ead18a12"}},{"entry":188,"file":"verdict_0188_preaction_20260723.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: NEAR short $78, AVAX short $64, BNB short $63 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784838644,"event_id":"7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557","signed_at":1784838644,"published_at":1784839486,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-23T20:46:17Z","ots_path":"/data/track_record/ots/7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557.ots","verify":"ots verify -d 7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557 7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959311,"confirmed_at":"2026-07-23T22:52:33Z","bitcoin_block_time":1784842428,"bitcoin_block_hash":"000000000000000000005a63a2c00834b92746ab0658c9f0c98aeb509724e8f9","ots_proof_url":"https://api.babyblueviper.com/ledger/188/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784842428,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784842428,"tier1_relay_attested":1784838644,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959311,"bitcoin_block_time":1784842428,"verify":"ots verify -d 7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557 7d0c89c374a20f0066361905ef735809bf454a26bb07bf161cd4b0bd1dc6e557.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d56612b0c6744adcd1e882d5fe7c5f89a7c7b89b8318dc2b92000237ead18a12","content_hash":"3062f212a8ca34680db7e7d3ee45a0df66b9603fed200f9c88203975c47285f5","head_hash":"d10d88f7957aab61625931a548a7da5e367181b7cbf3b861cf316148e62169d0"}},{"entry":189,"file":"verdict_0189_preaction_20260724.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: NEAR short $71, AVAX short $71, BNB short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784862964,"event_id":"a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7","signed_at":1784862964,"published_at":1784864384,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T03:50:57Z","ots_path":"/data/track_record/ots/a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7.ots","verify":"ots verify -d a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7 a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959362,"confirmed_at":"2026-07-24T04:54:41Z","bitcoin_block_time":1784866753,"bitcoin_block_hash":"00000000000000000000b3152e671f4fabccab5b362ce146d560fd4a8e92fde3","ots_proof_url":"https://api.babyblueviper.com/ledger/189/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784866753,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784866753,"tier1_relay_attested":1784862964,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959362,"bitcoin_block_time":1784866753,"verify":"ots verify -d a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7 a574fd13ab3b1fd3cf399aeb68b61c3f5837f33b342760e710449950d3483fa7.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"d10d88f7957aab61625931a548a7da5e367181b7cbf3b861cf316148e62169d0","content_hash":"974659998d7463644e1caa5dfd0f84cef3e936a97874ba622d15f8f5e4bc5cb5","head_hash":"af22989ddb8368fbd073bc7bd17e23e4181c62cf9199b9570fac7fa2d74f12c4"}},{"entry":190,"file":"verdict_0190_preaction_20260724.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: NEAR short $78 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784863868,"event_id":"657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2","signed_at":1784863868,"published_at":1784864405,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T03:51:00Z","ots_path":"/data/track_record/ots/657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2.ots","verify":"ots verify -d 657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2 657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959363,"confirmed_at":"2026-07-24T04:54:42Z","bitcoin_block_time":1784866467,"bitcoin_block_hash":"00000000000000000000d709f4a95bb64cace779bad295525e82d824094c1e62","ots_proof_url":"https://api.babyblueviper.com/ledger/190/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784866467,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784866467,"tier1_relay_attested":1784863868,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959363,"bitcoin_block_time":1784866467,"verify":"ots verify -d 657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2 657d2598bca5c01218bb7156c4bd19e3dade5573ad85c40b67c47b3e3d7158d2.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"af22989ddb8368fbd073bc7bd17e23e4181c62cf9199b9570fac7fa2d74f12c4","content_hash":"377cee34f558469896b6664082d7023c8f121c858444ca79d08336fe65f687b2","head_hash":"f011ca5442e330769b39950fef6de505ef7d5cf03f248c291acb34a881c6b1eb"}},{"entry":191,"file":"verdict_0191_preaction_20260724.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784871937,"event_id":"b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5","signed_at":1784871937,"published_at":1784873245,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T06:13:52Z","ots_path":"/data/track_record/ots/b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5.ots","verify":"ots verify -d b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5 b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959385,"confirmed_at":"2026-07-24T07:33:21Z","bitcoin_block_time":1784876718,"bitcoin_block_hash":"000000000000000000000733532c1bfe99120470ec4ef6393b46320097cecc14","ots_proof_url":"https://api.babyblueviper.com/ledger/191/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784876718,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784876718,"tier1_relay_attested":1784871937,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959385,"bitcoin_block_time":1784876718,"verify":"ots verify -d b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5 b318df5071c18b618deddf1ea90336f214027c44281e82a9b28384a2e15455a5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"f011ca5442e330769b39950fef6de505ef7d5cf03f248c291acb34a881c6b1eb","content_hash":"d3a5bc16596c3c66d042fdf33e18e285fc775e6bc9850c070af5ed4e04316a1d","head_hash":"9df80c31cc346e9f1612d39b47f017adf859a3806d8f4432e668e35d8cbf3777"}},{"entry":192,"file":"verdict_0192_preaction_20260724.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784872828,"event_id":"333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5","signed_at":1784872828,"published_at":1784873266,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T06:13:55Z","ots_path":"/data/track_record/ots/333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5.ots","verify":"ots verify -d 333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5 333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959385,"confirmed_at":"2026-07-24T07:33:23Z","bitcoin_block_time":1784876718,"bitcoin_block_hash":"000000000000000000000733532c1bfe99120470ec4ef6393b46320097cecc14","ots_proof_url":"https://api.babyblueviper.com/ledger/192/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784876718,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784876718,"tier1_relay_attested":1784872828,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959385,"bitcoin_block_time":1784876718,"verify":"ots verify -d 333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5 333f28a1ee389e80c37c925146668b5c4933a6f4ea0880a565c42d367135b5b5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"9df80c31cc346e9f1612d39b47f017adf859a3806d8f4432e668e35d8cbf3777","content_hash":"cc405f43d5372ba4b06e410b58552f32c1d9108305ce6e82c29071f5448cfcbe","head_hash":"563d98ee49f3dfaa020e214ed339a33d23fc84282ed92c10f217f76c53ba2309"}},{"entry":193,"file":"verdict_0193_preaction_20260724.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784873765,"event_id":"72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5","signed_at":1784873765,"published_at":1784875150,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T06:45:33Z","ots_path":"/data/track_record/ots/72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5.ots","verify":"ots verify -d 72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5 72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959385,"confirmed_at":"2026-07-24T07:49:51Z","bitcoin_block_time":1784876718,"bitcoin_block_hash":"000000000000000000000733532c1bfe99120470ec4ef6393b46320097cecc14","ots_proof_url":"https://api.babyblueviper.com/ledger/193/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784876718,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784876718,"tier1_relay_attested":1784873765,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959385,"bitcoin_block_time":1784876718,"verify":"ots verify -d 72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5 72c4a7765a9faf9617bb64f8ab9591d94cda8dd8b7bcae94f5187f03a5bc87e5.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"563d98ee49f3dfaa020e214ed339a33d23fc84282ed92c10f217f76c53ba2309","content_hash":"cec8be4e0b06dcae4edcc446b68506ed96c98ac014128eef7128ad7fdc1da2cc","head_hash":"a28bd4b63d0b6a17c8641ee7210a1c2efd798d9fb5aafa1de2d7d6e6f6b0691c"}},{"entry":194,"file":"verdict_0194_preaction_20260724.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784874635,"event_id":"f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec","signed_at":1784874635,"published_at":1784875171,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-24T06:45:36Z","ots_path":"/data/track_record/ots/f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec.ots","verify":"ots verify -d f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959385,"confirmed_at":"2026-07-24T07:49:53Z","bitcoin_block_time":1784876718,"bitcoin_block_hash":"000000000000000000000733532c1bfe99120470ec4ef6393b46320097cecc14","ots_proof_url":"https://api.babyblueviper.com/ledger/194/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784876718,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784876718,"tier1_relay_attested":1784874635,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959385,"bitcoin_block_time":1784876718,"verify":"ots verify -d f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec f82e1bc23fadfbbc5f20f41f4329cc867751ec6121dd3fd4801a3d91eae95dec.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a28bd4b63d0b6a17c8641ee7210a1c2efd798d9fb5aafa1de2d7d6e6f6b0691c","content_hash":"80f0c90b8369c6ff9e7238af04889f3dd35606b1a15253bba04206a15c4d8e1b","head_hash":"98fd4da06020becbc69cba6cac39cdc07c22f6d48db4fb2b5cd2ff89da911c37"}},{"entry":195,"file":"verdict_0195_preaction_20260725.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784940335,"event_id":"ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8","signed_at":1784940335,"published_at":1784941600,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T01:18:14Z","ots_path":"/data/track_record/ots/ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8.ots","verify":"ots verify -d ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8 ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959493,"confirmed_at":"2026-07-25T03:39:21Z","bitcoin_block_time":1784946714,"bitcoin_block_hash":"00000000000000000002238341f82c7dfd4135f4c83b6126c849907cca226f46","ots_proof_url":"https://api.babyblueviper.com/ledger/195/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784946714,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784946714,"tier1_relay_attested":1784940335,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959493,"bitcoin_block_time":1784946714,"verify":"ots verify -d ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8 ab49ee1caf1ed44cacbbe98f8473330b97963c5d04832d58b8c4c8dd138448e8.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"98fd4da06020becbc69cba6cac39cdc07c22f6d48db4fb2b5cd2ff89da911c37","content_hash":"9fe2e77e4eacacf135e896c7c1df97ad22e28b6bae1c4b4729a1cf2bdf4c43b0","head_hash":"02a8fb85de6f3ee7de748a154e1a43b10ff7cb1dbcd3121cfc534b6c338cf0bc"}},{"entry":196,"file":"verdict_0196_preaction_20260725.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.75) on a PROPOSED entry: BTC long $71, ETH long $71, SUI short $71 | heeded — verdict cleared, full size","type":"pre_action_verdict","created_at":1784941219,"event_id":"4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff","signed_at":1784941219,"published_at":1784941621,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T01:18:18Z","ots_path":"/data/track_record/ots/4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff.ots","verify":"ots verify -d 4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff 4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959493,"confirmed_at":"2026-07-25T03:39:23Z","bitcoin_block_time":1784946714,"bitcoin_block_hash":"00000000000000000002238341f82c7dfd4135f4c83b6126c849907cca226f46","ots_proof_url":"https://api.babyblueviper.com/ledger/196/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784946714,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784946714,"tier1_relay_attested":1784941219,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959493,"bitcoin_block_time":1784946714,"verify":"ots verify -d 4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff 4ac8dadbbfd9d82074a5e11f4d9cdb4d4f1cd2268ade989df8e9cf61d9f3deff.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"02a8fb85de6f3ee7de748a154e1a43b10ff7cb1dbcd3121cfc534b6c338cf0bc","content_hash":"2ba514f7a827dcf448a00c0446b47184c157aa120465ca55ece3cbcd5b67833e","head_hash":"793a381fc749c9921efa8bb0454414c54fdb41f06f83a5756fca0d83c9dd274c"}},{"entry":197,"file":"verdict_0197_preaction_20260725.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $71, NEAR short $71, LINK short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784958365,"event_id":"c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3","signed_at":1784958365,"published_at":1784959800,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T06:19:27Z","ots_path":"/data/track_record/ots/c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3.ots","verify":"ots verify -d c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3 c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959516,"confirmed_at":"2026-07-25T07:23:04Z","bitcoin_block_time":1784962126,"bitcoin_block_hash":"00000000000000000000a63b3879bf1d588a4f9477a7bb39a6548661a9922e64","ots_proof_url":"https://api.babyblueviper.com/ledger/197/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784962126,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784962126,"tier1_relay_attested":1784958365,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959516,"bitcoin_block_time":1784962126,"verify":"ots verify -d c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3 c701c4fcf02d3eb7d11c0c757066b17f26b016e8be5701644ad0e3b877afebb3.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"793a381fc749c9921efa8bb0454414c54fdb41f06f83a5756fca0d83c9dd274c","content_hash":"6b2a3f545e378772180a2750d0de05d0623cf00f5c57148d63d447b94bdc363a","head_hash":"209e706cded3bac47e265d51fc4b4d9a590cbdb01bf0df7ede60949a5a63d79e"}},{"entry":198,"file":"verdict_0198_preaction_20260725.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $71, NEAR short $71, LINK short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784959247,"event_id":"d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae","signed_at":1784959247,"published_at":1784959821,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T06:19:30Z","ots_path":"/data/track_record/ots/d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae.ots","verify":"ots verify -d d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959516,"confirmed_at":"2026-07-25T07:23:06Z","bitcoin_block_time":1784962126,"bitcoin_block_hash":"00000000000000000000a63b3879bf1d588a4f9477a7bb39a6548661a9922e64","ots_proof_url":"https://api.babyblueviper.com/ledger/198/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784962126,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784962126,"tier1_relay_attested":1784959247,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959516,"bitcoin_block_time":1784962126,"verify":"ots verify -d d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae d89afdf21c8652524504283fece0cf28dcf8f257726ad5319538694126f341ae.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"209e706cded3bac47e265d51fc4b4d9a590cbdb01bf0df7ede60949a5a63d79e","content_hash":"e5925a8c1c02cf9f6917464a3ae7c9e7f15412beb055a13cf6d7214059445fd7","head_hash":"18d60dd16434bbfea4c7da214b234e038b60ba4caa9a1575e5137bb015966b3d"}},{"entry":199,"file":"verdict_0199_preaction_20260725.json","title":"Pre-action governance verdict — approve_with_concerns (conf 0.85) on a PROPOSED entry: HYPE short $25 | advisory — proceeded at micro size under ratchet-stop + 30% account-DD breaker governance","type":"pre_action_verdict","created_at":1784959745,"event_id":"5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e","signed_at":1784959745,"published_at":1784959842,"relays":["relay.damus.io","nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.damus.io","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T06:19:33Z","ots_path":"/data/track_record/ots/5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e.ots","verify":"ots verify -d 5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e 5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959516,"confirmed_at":"2026-07-25T07:23:08Z","bitcoin_block_time":1784962126,"bitcoin_block_hash":"00000000000000000000a63b3879bf1d588a4f9477a7bb39a6548661a9922e64","ots_proof_url":"https://api.babyblueviper.com/ledger/199/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784962126,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784962126,"tier1_relay_attested":1784959745,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959516,"bitcoin_block_time":1784962126,"verify":"ots verify -d 5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e 5aeb31d4745b88f44a8f7c1edda6a2c84f4552e99da721d2eb51120b4099218e.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"18d60dd16434bbfea4c7da214b234e038b60ba4caa9a1575e5137bb015966b3d","content_hash":"7037a76cbd13497dd8b07870bccfeddc60687c7c223e797021d01231b82811cc","head_hash":"a84137aa1932666bb88fd22dd31ff3da9eb3fb8506a8c9eeb35217b4dfcb2cbb"}},{"entry":200,"file":"verdict_0200_preaction_20260725.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: SOL short $71, NEAR short $71, LINK short $71 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784960165,"event_id":"9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb","signed_at":1784960165,"published_at":1784962021,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T06:50:56Z","ots_path":"/data/track_record/ots/9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb.ots","verify":"ots verify -d 9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb 9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959519,"confirmed_at":"2026-07-25T07:54:27Z","bitcoin_block_time":1784963074,"bitcoin_block_hash":"0000000000000000000171bb6ebde8ed764e81489b471f453592ef193f68faf6","ots_proof_url":"https://api.babyblueviper.com/ledger/200/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784963074,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784963074,"tier1_relay_attested":1784960165,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959519,"bitcoin_block_time":1784963074,"verify":"ots verify -d 9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb 9333c6e346da77f58565f7054a2b5483059c0136d9bc712567b17b2876324acb.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"a84137aa1932666bb88fd22dd31ff3da9eb3fb8506a8c9eeb35217b4dfcb2cbb","content_hash":"4097f63f8eb2596ffe4b7a89628db69dffdd22f1e254489c357720788449a13a","head_hash":"4dcaf29e9b5d871e0bc9f9a92e76181c47104063404639b1be063f224aae77cb"}},{"entry":201,"file":"verdict_0201_preaction_20260725.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: BTC short $73, NEAR short $73, SOL short $67 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1784961048,"event_id":"fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77","signed_at":1784961048,"published_at":1784962042,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":true,"precedence_basis":"stamped pre-outcome — entry unsettled and fresh at stamp time","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T06:51:00Z","ots_path":"/data/track_record/ots/fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77.ots","verify":"ots verify -d fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77 fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959519,"confirmed_at":"2026-07-25T07:54:29Z","bitcoin_block_time":1784963074,"bitcoin_block_hash":"0000000000000000000171bb6ebde8ed764e81489b471f453592ef193f68faf6","ots_proof_url":"https://api.babyblueviper.com/ledger/201/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":0,"timestamp":1784963074,"claim":"Bitcoin proof-of-work (OpenTimestamps): the verdict event_id provably existed by this block's timestamp, anchored to a clock no chain operator or our key can move or back-date. Trust-maximal; the relay tier gives a tighter time on weaker trust.","available":{"tier0_btc_pow":1784963074,"tier1_relay_attested":1784961048,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":true,"bitcoin_block_height":959519,"bitcoin_block_time":1784963074,"verify":"ots verify -d fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77 fa46ec43c1baef796851f36ae7377280cd81a6da3c2884057d7747582d67aa77.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — pre-outcome precedence"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"4dcaf29e9b5d871e0bc9f9a92e76181c47104063404639b1be063f224aae77cb","content_hash":"0b7fb0550a4026aa6cbc95226ab86d71735171d57d6981b50323da2cdd144136","head_hash":"e7d9e18c5d178f184d99257a5b16b868528f17210c0278fc2c531ae05abec40b"}},{"entry":202,"file":"verdict_0202_trades_20260725.json","title":"Live trade outcomes — 1 closed positions (1W/0L, net $0.1127) — 2026-07-24..2026-07-24","type":"trade_outcomes","created_at":1784967026,"event_id":"581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed","signed_at":1784967026,"published_at":1784967047,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-25T08:26:36Z","ots_path":"/data/track_record/ots/581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed.ots","verify":"ots verify -d 581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed 581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959531,"confirmed_at":"2026-07-25T10:16:40Z","bitcoin_block_time":1784970435,"bitcoin_block_hash":"000000000000000000008d94f099ecc2e05da35160cabb2c3d6332db0130269e","ots_proof_url":"https://api.babyblueviper.com/ledger/202/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1784967026,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1784967026,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":959531,"bitcoin_block_time":1784970435,"verify":"ots verify -d 581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed 581625eb0c0dda82977a48cd19a2863627489eeb0dcb92535d7b0e91d70bd7ed.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"}}},"chain":{"prev_head_hash":"e7d9e18c5d178f184d99257a5b16b868528f17210c0278fc2c531ae05abec40b","content_hash":"c11b9fc9580c3d4f85985e1bfd0ab39835a56acb098aa44d2a0eb00336ac02d5","head_hash":"906b6fdf17afe5a6c3533931fc7177a9ad879ab033faf6bee3e9123f7f5d8792"}},{"entry":203,"file":"verdict_0203_preaction_20260726.json","title":"Pre-action governance verdict — reject (conf 0.95) on a PROPOSED entry: AVAX long $74, ADA long $74 | heeded — new-entry size reduced ×0.5","type":"pre_action_verdict","created_at":1785044765,"event_id":"7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971","posted":true,"commitment_proof":{"mechanism":"nostr-relay-publication","event_id":"7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971","signed_at":1785044765,"published_at":1785054109,"relays":["nos.lol","relay.primal.net"],"how_to_check":"fetch the event by id from any listed public relay and confirm created_at; relays held the signed verdict from published_at, before the outcome settled","relay_anchor":{"checked_at":1785054117,"relays_holding":["nos.lol","relay.primal.net"],"status":"anchored"},"ots_anchor":{"mechanism":"opentimestamps-bitcoin-pow","digest":"7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971","digest_meaning":"the verdict's signed Nostr event_id, stamped as the OTS digest directly","status":"confirmed","precedence":false,"precedence_basis":"integrity-only — backfill stamped after the entry's outcome","calendars":["https://a.pool.opentimestamps.org","https://b.pool.opentimestamps.org","https://a.pool.eternitywall.com","https://ots.btc.catallaxy.com"],"stamped_at":"2026-07-26T08:24:52Z","ots_path":"/data/track_record/ots/7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971.ots","verify":"ots verify -d 7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971 7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971.ots  (recomputable against any Bitcoin explorer; no trust in us)","bitcoin_block_height":959679,"confirmed_at":"2026-07-26T10:32:44Z","bitcoin_block_time":1785058033,"bitcoin_block_hash":"00000000000000000000160aceec70a8eabdeb3bcadb45b4d71dddaa4fce002a","ots_proof_url":"https://api.babyblueviper.com/ledger/203/ots"},"timing":{"hierarchy":"Bitcoin PoW (OpenTimestamps, trust-maximal) > original relay copy (tightest time) > on-chain committedAt > survivor floor (ERC-8299 Appendix B)","tier":1,"timestamp":1785044765,"claim":"original relay copy held; created_at is relay-attested publication time","available":{"tier0_btc_pow":null,"tier1_relay_attested":1785044765,"tier2_onchain_committed_at":null,"tier3_survivor_floor":null},"btc_pow":{"status":"confirmed","precedence":false,"bitcoin_block_height":959679,"bitcoin_block_time":1785058033,"verify":"ots verify -d 7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971 7798f90e5199b9a3d00a50b7456de05195a821c7cf6ac94f1dabf43a6f1d6971.ots  (recomputable against any Bitcoin explorer; no trust in us)","note":"trust-maximal anchor, un-forgeable Bitcoin proof-of-work — integrity/existence only: stamped after this entry's outcome settled, so NOT read as committed_at"},"committed_at":null,"committed_at_reference":"judgment_type=outcome_verifiable (ERC-8274): committed_at MUST predate the realized outcome's settlement. committed_at is the tier-2 on-chain committedAt sourced from the ERC-8263 proofHash leg (see truthanchor_8263) — distinct from the ERC-8281/OCP input anchor, which commits the input, not the verdict."},"judgment_type":"outcome_verifiable"},"chain":{"prev_head_hash":"906b6fdf17afe5a6c3533931fc7177a9ad879ab033faf6bee3e9123f7f5d8792","content_hash":"a4987c939154ae2f657af54bba4294a906d3e2f00836c434aacce27379efa80e","head_hash":"b6b87c0380b16e0b0327eaa780a1b8ef670545489a08d11c726186837220f184"}}],"count":203,"completeness":{"what_count_means":"top-level count = ALL published entries (pre-action verdicts + trade outcomes + the S168 genesis entry) — a different, larger population than this block, which isolates just the pre-action-verdict population so it can be compared apples-to-apples against its own raw source tapes.","raw_source_tape_lines":190,"raw_governed_real_decisions":187,"published_pre_action_verdicts":185,"non_repudiation_vs_non_suppression":"A signature proves a published verdict is authentic and unaltered (non-repudiation). It does NOT prove every verdict we computed got published (non-suppression) — an operator could simply decline to publish an inconvenient one, and from the outside that is indistinguishable from it never having been computed. These raw tape counts are the closest thing we expose today to an outside check on that gap: they are written at verdict-time, before any publish/curation decision, so a skeptic can compare their growth against published_pre_action_verdicts' growth over time. This is still short of a hard completeness proof (the tapes themselves are still ours to write or not write) — a real fix would need a third party co-signing at verdict-computation time, before we know whether we'll like the answer."}}