X Read BSV intelligence from X, every three days Archive
Issue No. 6  ·  Sep 4, 2026

Teranode Ltd Dissolves as Chainspect Clocks 12.3M BSV Transactions in a Single Day

This cycle's tension: on-chain throughput records and shipping product updates on one side, corporate restructuring around the Teranode entity and unresolved wallet UX pain on the other, all against the backdrop of Calvin Ayre's upcoming Bitcoin film pulling outside attention back to Craig Wright.


What Mattered
Read the full briefing

One-time unlock for this issue, paid directly from your BRC-100 wallet.

300,661 sats (0.00300661 BSV)  ·  one-time, this issue
Prefer to pay by address or QR?
Payment QR code
Send 0.00300661 BSV to
1NzThfTKs14oCXAkgFjhdDueUEBBjnWsT3
Unlocks automatically once the payment is received.
Waiting for payment...

X Read settles through ChainTap's BRC-100 micropayment flow (BRC-29 key derivation, per session). The "Unlock with Wallet" button above does this for you via @bsv/sdk's WalletClient. Testing a different BRC-100 wallet by hand? Here's the raw endpoint:

POST https://chaintap.utxoengineer.com/2026-09-04/pay-beef?session=a0f7576bc674e7e3
{ "beefHex": "0100beef...", "identityKey": "02...", "readerTag": "02..." }

identityKey is your wallet's getPublicKey({ identityKey: true }) result — required for genuine BRC-29 derivation (it's the counterparty used to derive the payment address). It's used once, in memory, to verify this one payment, then discarded — we don't store it. readerTag (optional) is a separate, ChainTap-scoped key — getPublicKey({ protocolID: [1, 'chaintap reader id'], keyID: '1', counterparty: <our identity key> }) — and that's what's stamped into the delivered report as a watermark and kept on file, so a leaked copy traces back to your wallet without also revealing your real identity key or which other BRC-100 apps you use. Omit it and you still get access, just without watermark privacy.

If you already paid but lost your access link, enter the transaction ID from your wallet.


X Read is synthesized by AI (Claude) from real X/Twitter posts, sourced via John Calhoun's x-research, using a research and editing process I designed and run every three days. I write the prompts and review the output; the pipeline itself is automated. Ask me about it — @hbgnostic on X, or bridget@doranconsultingllc.com.