Off-chain trust
Legitimacy proofs (Ordinals, 1-Sat) live in secondary databases. The chain doesn't verify them.
Bitcoin · Original · Layer #1
The BOLT Association stewards the BOLT Protocol — a Bitcoin transaction latching mechanism that makes tokens verifiable in constant time at Layer 1, with no secondary database and no bound on scale.
The Protocol
BOLT — Bitcoin‑Original‑Layer #1‑Token — is a token protocol built on a novel primitive: transaction latching. A "Bolt" is a UTXO left behind so that a future transaction can inspect the transaction that created it, linking the validity of multiple scripts together.
From that primitive, BOLT delivers tokens whose legitimacy is proven by mathematical induction directly on chain — overcoming the "Back‑To‑Genesis" problem that forces every other UTXO token protocol to rely on off‑chain databases.
New to the idea? See the visual explanation at bolttokens.com →
Defined in “BOLT: A Bitcoin Transaction Latching Mechanism & Token Protocol”, Frederick L. S. Honohan, February 2024 · UK patent application GB2318902.0 (pending).
The Problem
Existing Bitcoin UTXO token protocols can't actually prove a token is real without leaving the chain. Their rules piggy-back on Bitcoin's ledger, but the ledger only notarises that actions happened — not that they were permitted.
Legitimacy proofs (Ordinals, 1-Sat) live in secondary databases. The chain doesn't verify them.
Proving a token's link back to its minter needs the full transaction history — queries grow without bound.
Each transfer must carry the transaction that created it, so transaction sizes grow on every hop.
Man-in-the-middle token cloning is possible when miners can't attest a token's contents at Layer 1.
The Solution
BOLT uses nChain's PUSHTX / PUSHCTX technique to let a script inspect the inputs and outputs of related transactions. With that, a token's ancestry is rebuilt forward on every spend — and proven in constant time.
A Bolt UTXO ties its own unlocking to the simultaneous spend of the token UTXO — a multi-UTXO interdependency.
Locking scripts hold the full protocol requirements and rebuild them into new outputs via scriptCode & hashOutputs.
Each token records its genesisOutpoint, parentOutpoint and grandparentOutpoint, validated with hashPrevouts.
Base cases plus the inductive step mean counterfeiting a token would require counterfeiting an ancestor — an impossibility.
The result: a token's full provenance is verifiable from just two unspent outputs — O(1) regardless of history length — using only chain headers and Merkle proofs. No secondary index. No database.
Technology
Tokens inherit every UTXO benefit, with no bound on scale. Simple Payment Verification all the way down.
Provenance lives in the ledger itself — no bridges, no synchronization domains, no compounding L2 complexity.
Protocol actions can be finalised by anyone for a small fee — no signature required — enabling pub/sub automation.
Mint balances and split, merge or swap them between issuers — or issue unique tokens. One primitive, many shapes.
The two-transaction requirement makes man-in-the-middle cloning mathematically impossible.
Reliable Layer-1 memory pointers unlock the Bitcoin virtual machine for richer on-chain programs.
BOLT depends on an unbroken chain of digital signatures and the PUSHTX technique. SegWit removed signatures from the BTC transaction ID calculation — severing that chain — so BOLT cannot be deployed on BTC or BCH. It works only on the original 2009 protocol, traded today as BSV.
| Chain | Since | Signature chain | BOLT-capable |
|---|---|---|---|
| Original (BSV) | 2009 | Intact | Yes |
| Core (BTC) | 2017 | Severed (SegWit) | No |
| Cash (BCH) | 2018 | Intact | No (CTOR) |
Roadmap
February 2024
BOLT latching mechanism & token protocol published; UK patent filed.
~ June 2026
Reference implementation exercised against high-throughput Teranode test infrastructure.
~ July 2026
Production release of the BOLT Protocol on the original Bitcoin network.
The Association
The BOLT Association exists to advance, standardise and protect the BOLT Protocol as open infrastructure for Layer-1 tokens — supporting research, reference implementations and the developers building on it.
Contact
Questions about the protocol, the Association, or building on BOLT? Send us a message and we'll get back to you. Or email info@boltassociation.com directly.
Read the protocol and explore what unbounded, Layer-1 tokens make possible.
Read the Paper