The Bitcoin Attestation NetworkTM (BAN) is a standalone Layer 1 blockchain that inherits Bitcoin's root of trust by anchoring its genesis to Bitcoin's mainnet genesis block. Every layer of the stack - consensus, signatures, hashing, transport, identity, and hardware - is rebuilt from scratch using quantum-resistant cryptography. BAN introduces Memory BlocksTM, a novel block structure that simultaneously serves as a consensus container and an AI training source; Proof of KnowledgeTM, a memory-hard proof-of-work algorithm resistant to both ASIC monopolization and quantum speedup; a five-lane UTXO system for parallel asset validation; user-chosen finality from milliseconds to minutes on the same chain; and ElliottTM, a local AI agent that reads exclusively from cryptographically verified on-chain knowledge. The network preserves Bitcoin's exact monetary policy - 50 qBTCTM initial block reward, halving every 210,000 blocks, hard cap at 21 million - while introducing 30+ core system innovations across consensus, cryptography, identity, AI, and programmable attestations. Every node runs a real Bitcoin node. Every block anchors to Bitcoin via Taproot. Post-quantum from genesis.
Bitcoin created sound money for the internet. Its UTXO model, proof-of-work consensus, and 21-million-unit hard cap represent the most successful monetary innovation in a generation. But Bitcoin's architecture was designed in 2008. Its cryptographic primitives - SHA-256d hashing and ECDSA signatures on secp256k1 - are vulnerable to cryptographically relevant quantum computers that NIST timelines predict will arrive in the 2030s. Bitcoin's scripting system was deliberately limited, its finality is probabilistic (requiring ~60 minutes for settlement confidence), and it supports only a single asset type.
The Bitcoin Attestation NetworkTM is not a sidechain, a rollup, a layer 2, or a fork of Bitcoin. It is a standalone Layer 1 blockchain that preserves Bitcoin's philosophy while upgrading every cryptographic primitive for the post-quantum era. BAN answers a specific question: What would Bitcoin look like if Satoshi had access to post-quantum cryptography, deterministic finality, multi-asset UTXO lanes, and decentralized AI - while still anchoring everything to Bitcoin's root of trust?
| Bitcoin | Bitcoin Attestation Network |
|---|---|
| SHA-256d hashing | Memory-hard Proof of Knowledge with SHA3-512 finalization |
| ECDSA / Schnorr signatures | ML-DSA-65 (NIST FIPS 204) post-quantum signatures |
| Plaintext P2P transport | Post-quantum-secured transport with encrypted mesh options |
| Probabilistic finality (~60 min) | Deterministic finality (~90 sec) via open attestor quorum |
| Single asset (BTC) | Five consensus-level UTXO lanes with parallel validation |
BAN does not compete with Bitcoin. It extends it. Every BAN node runs a real Bitcoin node locally. The three-tier architecture creates a symbiotic relationship where both networks strengthen each other. As Bitcoin's network grows, BAN's anchor gets stronger. As BAN's network grows, more Bitcoin gets locked in Taproot vaults, increasing pBTC liquidity. The two networks reinforce each other.
The Bitcoin Attestation NetworkTM is built on the same principles that make Bitcoin what it is: fully decentralized, completely non-custodial, permissionless, and open. There is no company holding your keys. There is no foundation controlling the protocol. There is no token pre-mine enriching insiders. You run your own node, you hold your own keys, you verify your own blocks.
BAN operates a three-tier architecture. All three tiers run simultaneously on every node - this is not a choice, it is the full stack:
A real Bitcoin node (Bitcoin Knots or Bitcoin Core - operator's choice) validates Bitcoin mainnet blocks locally. This provides the root of trust, SPV proofs for pBTC vault verification, and rowstore snapshots that cryptographically link BAN's chain state to Bitcoin's.
The consensus engine validates Memory BlocksTM, runs the five UTXO lanes, manages the attestation system, coordinates ElliottTM AI indexing, and handles governance.
The unified entry point for all services. The gateway proxies every client connection - the ToshiTM Wallet, browser extension, mobile app, and external integrations - through a single layer with PQTLSTM encryption, rate limiting, and authentication.
| Component | Language | Role |
|---|---|---|
| Bitcoin Node | C++ | Full Bitcoin node - validates mainnet blocks |
| Consensus Engine | Rust | Attestation, lanes, finality, AI coordination |
| Service Gateway | Rust | Unified client gateway with PQTLS |
The client layer encompasses the ToshiTM Desktop wallet, Toshi Mobile, the browser extension, and third-party integrations. All connect through the gateway over standard or post-quantum-secured transport.
BAN's consensus mechanism combines memory-hard proof of work with deterministic attestor finality. The proof-of-work algorithm, Proof of Knowledge, is specifically designed to resist both ASIC monopolization and quantum speedup.
Every hash requires filling and revisiting a memory buffer through sequential, data-dependent mixing before a final SHA3-512 digest is produced. The design is intended to reduce structural advantages from highly specialized hardware and preserve broad participation on consumer machines.
| Parameter | Bitcoin | Bitcoin Attestation Network |
|---|---|---|
| PoW Algorithm | SHA-256d | Memory-hard Proof of Knowledge with SHA3-512 |
| Block Time | ~10 minutes | 30-second settlement blocks |
| Difficulty Adjustment | Retarget every 2,016 blocks (~2 weeks) | Continuous responsive adjustment |
| Finality Model | Probabilistic (6 confirmations, ~60 min) | Deterministic (2/3+1 attestor quorum, ~90 sec) |
| Block Packaging | SegWit weight accounting | Bounded Memory Blocks |
| Reorg Protection | Longest chain rule | Finality checkpoint (no reorg below) |
Every Memory BlockTM (MBLK) passes through a six-step pipeline from creation to finality:
Proof of Knowledge against the block header under the network difficulty schedule.Each Memory Block is stored in a self-contained, queryable format that preserves block data, attestations, and finality proofs for replay, audit, and recovery.
Every cryptographic primitive in the Bitcoin Attestation NetworkTM is selected from NIST's post-quantum standards. This is not a migration path - it is the foundation. When quantum computers break ECDSA, Bitcoin addresses with exposed public keys become vulnerable. BAN is designed so that day never matters.
| Function | Bitcoin | BAN | NIST Standard |
|---|---|---|---|
| Digital Signatures | ECDSA / Schnorr (secp256k1) | ML-DSA-65 | FIPS 204 |
| Primary Hash | SHA-256d (double SHA-256) | SHA3-512 | FIPS 202 |
| Key Exchange | Classical Diffie-Hellman | Kyber-768 | FIPS 203 |
| Transport Security | Plaintext P2P | PQTLSTM (TLS 1.3 + ML-DSA-65) | X.509 with PQ cert binding |
| Merkle Trees | SHA-256d (256-bit roots) | SHA3-512 (512-bit roots) | FIPS 202 |
| Identity | RIPEMD-160(SHA-256(pubkey)) | SHA3-256(ML-DSA-65 pubkey) | FIPS 202 |
ML-DSA-65 signatures are larger than ECDSA: 1,952-byte public keys and 3,309-byte signatures compared to Bitcoin's 33-byte compressed public keys and 72-byte signatures. This is the necessary cost of quantum resistance. The UTXO lane system and 1.5 MB block size are calibrated for this overhead.
SHA3-512 provides a 256-bit quantum security margin versus SHA-256d's 128-bit margin under Grover's algorithm. ML-DSA-65 is resistant to both classical and quantum attacks, including Shor's algorithm which would break ECDSA and Schnorr signatures. Kyber-768 provides quantum-safe key exchange for encrypted mesh tunnels.
BAN closes the trust chain from browser to consensus without any certificate authority. The node's ML-DSA-65 identity IS the TLS certificate. The browser extension verifies the PQTLSTM certificate against the node's known PQ identity. Every API call is quantum-secure and self-authenticated - no DNS, no corporate CA, no trust assumptions beyond the node's own cryptographic identity.
Users hold two separate recovery phrases that serve different purposes:
| Seed | Standard | Words | What It Recovers | Anchored To |
|---|---|---|---|---|
| BTC Seed | BIP39 | 12 or 24 | Bitcoin addresses, UTXOs, transaction history | Bitcoin (ECDSA, secp256k1) |
| PQ Mnemonic | Proofnet PQ Recovery v1 | 24 or 48 | Node identity, @toshi.btc identity, vault access, attestor registration | Bitcoin genesis via root_pqhash (ML-DSA-65) |
The PQ wallet seed derivation includes the root_pqhash - derived from Bitcoin's genesis block - which means every BAN identity is cryptographically tied back to January 3, 2009. Two seeds, one user, one trust chain back to Satoshi's genesis block.
BAN uses the same UTXO (Unspent Transaction Output) model as Bitcoin. This is a deliberate architectural choice. In the UTXO model, there are no accounts and no balances. Every unit of value exists as a discrete, unspent output from a previous transaction. Each UTXO can only be spent once - enforced by consensus, not by a database update.
BAN extends Bitcoin's UTXO model with lane separation - each asset type has its own independent UTXO ledger stored in a separate SQLite database. Lanes cannot interfere with each other at the consensus level.
| Lane | Purpose | Key Properties |
|---|---|---|
| qBTCTM | Native BAN currency, mined via SHA3-512 PoW | Bitcoin's exact monetary policy: 50 qBTC initial reward, halving every 210,000 blocks, 21M hard cap |
| pBTC | Physical Bitcoin, 1:1 peg via Taproot vault locks | Each pBTC UTXO backed by a real Bitcoin UTXO locked in a P2TR vault with SPV proof |
| aBTC (aSATS) | Application-layer accounting unit | Epoch-based minting via consensus, pool integration, batch send support |
| tBTC | Testnet Bitcoin | Development and testing lane with faucet endpoint |
| Synthetics | Multi-asset token lane | Per-asset UTXO sets (seth, ssol, satom, sapt, ssui), namespace creation, minting, burning |
With five lanes processing independently in parallel, qBTC validation never blocks pBTC or synthetics. A surge in synthetic token activity has zero impact on Bitcoin payment settlement times. This parallelism is how BAN achieves throughput without the hardware centralization that plagues high-TPS chains.
No other blockchain lets users and merchants choose their own finality level per transaction. Bitcoin forces 60 minutes. Ethereum forces 15 minutes. Solana forces 13 seconds (when it is not down). BAN provides three speed tiers on the same chain, same security model:
| Speed | Confirmations | Time | Finality Type | Use Case |
|---|---|---|---|---|
| Fast | 0 (preconfirm) | Milliseconds | PQ-signed attestor commitment | Retail, point-of-sale, coffee |
| Medium | 3 blocks | ~90 seconds | Deterministic (2/3+1 quorum checkpoint) | Online purchases, transfers |
| Slow | 6+ blocks | ~5+ minutes | Multiple stacked finality checkpoints | Real estate, vaults, high-value |
The UTXO preconfirmation layer operates outside the block production cycle. When a user sends a transaction with fast speed:
utxo_preconfirm_sig - an ML-DSA-65 cryptographic commitment that the UTXO is valid and will be included.This is the scaling breakthrough: speed and settlement are decoupled. Fast preconfirms do not create larger blocks. Slow settlement does not delay retail transactions. A merchant accepting a coffee payment and an exchange settling a vault operation use the same chain, same attestors, same security model - but each gets the finality speed appropriate for their use case.
| Network | Block Time | Finality | Model | Hardware Requirement |
|---|---|---|---|---|
| Bitcoin | ~10 min | ~60 min | Probabilistic (longest chain) | Consumer hardware |
| Ethereum | ~12 sec | ~15 min | Probabilistic + Casper | 32 ETH + server |
| Solana | ~0.4 sec | ~13 sec | Probabilistic (when running) | Datacenter (128 GB RAM, 24-core) |
| BAN | Fast: ms / Med: 90s / Slow: 5min | User chooses per tx | Deterministic (PQ-signed) | Consumer hardware (40 GB) |
Other chains achieve speed by requiring datacenter-grade hardware or accepting tradeoffs in decentralization and uptime. BAN achieves fast confirmation through cryptographic finality on consumer hardware. Speed comes from math, not from hardware centralization.
BAN does not compete with Bitcoin - it extends it. Every BAN node runs a real Bitcoin node locally (Bitcoin Knots or Bitcoin Core - operator's choice). The integration is structural, not superficial:
| Feature | Implementation |
|---|---|
| Root of Trust | Network identity derives from a Bitcoin-anchored root hash tied to Bitcoin's genesis |
| Rowstore | Verified Bitcoin state snapshots aligned to BAN history |
| SPV Proofs | Merkle paths prove Bitcoin transaction inclusion for pBTC vault locks |
| Taproot Vaults | BIP-341 P2TR commitments on Bitcoin mainnet for pBTC deposits |
| Anchor Shares | Miners contribute hashrate to both networks simultaneously |
| Fee Parity | Periodic fee alignment designed to keep BAN activity legible to Bitcoin users |
Every identity, key, and block in the Bitcoin Attestation NetworkTM traces back to a single root: Bitcoin's mainnet genesis block from January 3, 2009. From that anchor, node identities, wallet keys, and network parameters inherit a shared chain of trust fixed at genesis.
pBTC is designed as a 1:1 Bitcoin vault lane via Taproot locks on Bitcoin mainnet. In the intended design, each pBTC UTXO is backed by a real Bitcoin UTXO locked in a BIP-341 P2TR vault with SPV proof verification against the local Bitcoin node. Public deposits and withdrawals are not currently enabled. If activated later, two-phase withdrawal (request + settlement) is intended to improve operational safety.
BAN's most significant architectural innovation is the integration of AI directly into the blockchain data pipeline. Memory BlocksTM are not just consensus containers - they are canonical source material for local AI knowledge and training. Every ai_knowledge attesto committed to the chain becomes part of every node's knowledge base, and finalized chain data can be distilled into supervised datasets for local models.
ElliottTM is a local AI agent that runs on your hardware by default. In the current implementation, finalized attestos and Memory Blocks are distilled into supervised datasets, optionally combined with local-only knowledge, fine-tuned as LoRA adapters on a local base model, and exported as GGUF for local runtime. Synthetic RAMTM handles grounding at inference time. External providers are optional, not required.
Synthetic RAMTM is a local knowledge index that makes finalized Memory BlockTM content queryable by the AI with predictable latency. It extends the node's effective memory by organizing verified chain data into fast-access references with trust scores derived from consensus depth.
This is where BAN diverges from every other blockchain. The pipeline forms a closed loop:
The finalized chain anchors the AI pipeline rather than replacing it. Memory BlocksTM and attestos provide canonical source material, local indexes make that material queryable, and supervised datasets turn it into trainable model inputs with provenance.
The most important architectural decision: ElliottTM AI is never consensus-critical. If AI processing fails, blocks still validate. If the knowledge pipeline crashes, the chain continues. If LoRA training produces garbage, consensus is unaffected. The AI grows organically on top of a chain whose financial security is independent of AI correctness. Bitcoin's 16-year uptime with zero consensus failures comes from simplicity. BAN preserves that principle for the consensus layer while adding AI as a fail-soft overlay.
Each node can extend Elliott with local and finalized chain-derived data. Raw data never leaves the machine. Instead, nodes can share LoRA adapters and signed model artifacts without exposing the underlying dataset. Every model artifact is content-addressed by SHA3-512 hash. The current pipeline builds supervised datasets from finalized attestos and Memory Blocks, fine-tunes a local LoRA, and exports GGUF for local inference. Dataset build, training run, model export, and model binding provenance are recorded on-chain as PQ-signed attestosTM.
| Approach | Knowledge Source | Training Data Trust | User Owns Data | User Outcome |
|---|---|---|---|---|
| Centralized AI (cloud) | Corporate web scrapes | Opaque, unverifiable | No | No (you pay them) |
| Blockchain + AI (Bittensor, etc.) | Off-chain APIs, oracles | Oracle-dependent | Partially | Token speculation only |
| BAN (ElliottTM) | Finalized Memory BlockTM attestos plus derived local indexes and datasets | PQ-signed, on-chain, verifiable | Yes (local inference) | Verified-work receipts that may qualify for qBTC when enabled |
AttestoScriptTM is BAN's answer to smart contracts - without the smart contract attack surface. It is a deterministic JSON program that compiles into an execution plan using existing ProofnetTM lane operations. There is no virtual machine, no gas metering, no reentrancy risk, and no arbitrary bytecode execution.
| Property | Ethereum Smart Contracts | AttestoScriptTM |
|---|---|---|
| Language | Solidity (Turing-complete) | JSON (bounded, deterministic) |
| Execution | On-chain EVM bytecode | Local ProofWallet plan execution |
| Gas | Metered per opcode | Fixed fee per attesto type |
| Reentrancy | Major attack vector | Impossible (no callbacks) |
| State | Global mutable state trie | Immutable UTXOs per lane |
| Audit | Requires bytecode analysis | JSON readable by anyone |
| Max Complexity | Unbounded | Bounded execution |
| Quantum Security | None | ML-DSA-65 signed receipts |
AttestoScriptTM groups bounded operations into a small number of auditable categories: payments, credentials, time locks and escrow, planned pBTC workflows, synthetic-asset handling, AI receipts, and governance. The public point is not the opcode list. The point is that every allowed action is deterministic, reviewable, and constrained by the same attestation model as the rest of the network.
AttestoScriptTM can translate common EVM transaction intents into BAN operations without running an EVM. The system analyzes the requested action, rejects unsafe or unbounded patterns, and records an attested execution receipt linking the original intent to the BAN result.
BAX is the Bitcoin Attestation Network's chain-agnostic interoperability layer. Rather than requiring other blockchains to adopt BAN's protocol, BAX is designed to meet each chain on its own terms through dedicated vault programs deployed natively on each target network as routes are enabled.
BAX operates through three components: vault programs, chain watchers, and the Toshi Wallet Extension.
Vault programs are the source-chain holding layer. If and when a route is enabled, deposits can be verified against source-chain finality and represented on BAN as a synthetic asset. Withdrawals reverse that process under the route's applicable policy and settlement rules.
Chain watchers monitor enabled routes and feed source-chain evidence into BAN's attestation flow. They are designed to stay lightweight so the interoperability layer does not require separate institutional infrastructure.
The Toshi Wallet Extension gives users a familiar wallet surface for compatible applications while BAX interprets transaction intent, translates it through AttestoScriptTM, and settles it as an attestation in a Memory BlockTM.
Planned interoperability targets include major contract ecosystems and payment rails such as EVM chains, Solana, Cosmos, Aptos, Sui, Cardano, XRPL, Lightning, and Dogecoin, subject to legal, technical, and operational readiness.
When an asset crosses an enabled route into BAN, it is re-signed under BAN's post-quantum security stack: ML-DSA-65 signatures, SHA3-512 Merkle inclusion, and Kyber-768 encrypted transport. Classical chains remain classical on their side of the bridge. Within BAN, bridged assets follow BAN's security model.
BAX enables trustless atomic swaps between any two supported chains using Hash Time-Locked Contracts (HTLCs). A user on Ethereum and a user on Solana can swap assets directly, with BAN serving as the settlement layer. Both sides of the swap are recorded as attestations in the same Memory BlockTM, providing cryptographic proof of atomicity. If either side fails to complete within the time lock, both transactions revert. No centralized exchange. No liquidity pool slippage. No custodial risk.
BAX rejects unsafe EVM patterns before they execute. Only deterministic, bounded transaction shapes translate to AttestoScriptTM, which is how BAN aims to support interoperability without inheriting the full EVM attack surface.
Most blockchain projects issue tokens. BAN issues attestations. The distinction is fundamental.
A token is a unit of speculative value. Its price fluctuates based on market sentiment. It may or may not represent anything real. A token pre-mine enriches insiders. Token distribution is often opaque.
An attestoTM is a signed, timestamped, quantum-sealed attestation of fact. It is not speculative. It is not an NFT. It is immutable proof that something happened, someone said it, and the chain confirmed it. AttestosTM serve as the universal primitive for every operation on BAN:
| Attesto Type | Purpose | Fee Gate |
|---|---|---|
qbtc_tx | Synthetic Bitcoin transfer (inputs/outputs/fee) | Standard |
pbtc_tx | Physical Bitcoin vault lock/unlock with SPV proof | 1,000 + 200/KB sats |
block_finality | ML-DSA-65 attestor finality signature | None |
ai_knowledge | Verified knowledge contribution to Synthetic RAMTM | 5,000 + 1,000/KB sats |
code_build | AI build action with before/after file hashes | Varies |
fee_epoch_update | BTC-anchored fee parity adjustment | None |
attestor_work_share | Attestor participation proof | None |
Every attestoTM is canonically serialized (sorted keys, no floats, UTF-8), content-addressed by SHA3-512 digest, and signed with ML-DSA-65. Domain separation (PROOFNETBTC|attesto|v1|{type}|) prevents cross-protocol signature reuse. The same Merkle tree that proves transaction inclusion proves knowledge provenance for AI training. AttestosTM are the single primitive that unifies financial transactions, identity claims, AI knowledge, governance votes, and infrastructure proofs into one cryptographically consistent system.
qBTCTM is pegged sat-to-sat with Bitcoin. Fee epochs sync every 144 blocks to maintain 1:1 fee parity within an 80-120% band. Same monetary policy. These rules are consensus-pinned at genesis and cannot be changed:
| Parameter | Value |
|---|---|
| Initial Block Reward | 50 qBTC |
| Halving Interval | Every 210,000 blocks |
| Hard Cap | 21,000,000 qBTC |
| Smallest Unit | 1 satoshi (1/100,000,000 qBTC) |
| Block Time | 30 seconds |
Unlike Bitcoin where you either mine with industrial ASICs or earn nothing, BAN is designed around six distinct verified-work mechanisms that may be enabled in stages:
| Share Type | What You Do | Who Can Do It |
|---|---|---|
| Mining Shares | Submit partial PoW proofs (SHA3-512) | Anyone with CPU/GPU/ASIC |
| Attestor Work Shares | Prove recent PoW work as a lite-node attestor | Any node running Wallet + Verified Work or higher once enabled |
| Rowstore Shares | Maintain Bitcoin mainnet state snapshots | Pruned Node and Full Node presets |
| Anchor Shares | Contribute hashrate to Bitcoin mainnet (dual-mining) | Miners with Bitcoin-compatible hardware |
| AI Cognition Shares | Prove local AI inference work | Any node running ElliottTM AI |
| Model Build Shares | Prove GGUF model compilation work | Nodes with sufficient compute |
BAN separates block production from reward distribution. Instead of winner-takes-all, the design distributes shares across verified contributors when those systems are enabled:
BAN operates two fee paths. qBTCTM attesto fees for AI knowledge and model releases are explicitly burned - sent to unspendable addresses that permanently remove qBTC from circulation, creating deflationary pressure proportional to knowledge contribution volume. pBTC lane fees route to a network fees wallet for potential attestor distribution. qBTC transaction fees use Bitcoin's implicit model (inputs minus outputs).
All fee parameters are consensus-pinned in the genesis profile. No individual can change them. Modifications require network consensus through the governance process.
| Property | Bitcoin | Bitcoin Attestation Network |
|---|---|---|
| Reward Model | Winner-takes-all (single miner/pool) | Shared - all contributors earn pro-rata |
| Node Operator Reward | None (volunteers) | Designed to allocate verified-work shares pro-rata when enabled |
| Minimum Participation | Industrial ASIC hardware and pool access | Wallet + Verified Work preset on a consumer laptop or similar hardware |
| Pool Centralization | 2 pools control >50% hashrate | Permissionless attestor pools with on-chain coordination |
Users do not adopt consensus engines. They adopt wallets. The ToshiTM product family is the entry point - everything else is infrastructure that runs behind it.
The strategy is simple: give people a wallet they want to use. Behind it, the BAN stack starts automatically - a local Bitcoin node validates mainnet blocks, consensus runs, services route through the gateway, the mesh connects, ElliottTM AI indexes, and verified-work services can be enabled as the network rolls out. The user sees a wallet. The network sees a full participant.
| Preset | User Profile | What Happens Behind the Scenes | Disk |
|---|---|---|---|
| Wallet | "I just want self-custody" | Lightest install, lightweight Bitcoin access, no mining | ~40 GB |
| Wallet + Verified Work | "I want to contribute verified work while I hold" | Light-node participation preset with attestor and work-share services available as enabled | ~40 GB |
| Pruned Node | "I want to validate Bitcoin" | Local Bitcoin node, finality signing, rowstore sync | ~120 GB |
| Full Node | "I want maximum participation" | Full Bitcoin chain validation, local indexing, archival storage | ~2 TB |
Every install creates a network participant. Every Wallet + Verified Work preset can become an attestor as those services are enabled. Every node strengthens the mesh. The user chooses their comfort level - the network benefits regardless.
| Product | Platform | Purpose |
|---|---|---|
| ToshiTM Wallet Desktop | macOS, Linux, Windows (Tauri) | Unified wallet + node operator console |
| ToshiTM Mobile | iOS, Android | Multi-chain mobile wallet with mesh messaging |
| ToshiTM Browser Extension | Chromium browsers | Web3 provider injection, 5 chain engines |
| Toshi PQ1TM | Dedicated secure hardware | Post-quantum hardware wallet (ML-DSA-65 on-device) |
| Blockie TalkieTM Controller | Web | Node operator console |
The Toshi PQ1TM is a post-quantum hardware wallet. It generates and stores ML-DSA-65 keypairs on-device using dedicated secure hardware. The secret key is designed to stay on the device. Every transaction is signed with lattice-based cryptography selected for the post-quantum transition.
| Feature | Detail |
|---|---|
| Signature Algorithm | ML-DSA-65 (NIST FIPS 204) + ECDSA for Bitcoin compatibility |
| Key Generation | On-device, PIN-encrypted secure storage |
| Recovery | Deterministic: same PQ mnemonic produces same keypair, same node ID, same vault access, same @toshi.btc identity |
| Connection | USB via a dedicated local PQ agent |
| Additional Functions | Mesh envelope signing, PQ attestation creation, PQTLSTM cert binding |
BAN supports a broad range of hardware wallets through the Hardware Wallet Interface (HWI v5.0) bridge:
| Device | Signing | Post-Quantum Support |
|---|---|---|
| Toshi PQ1TM | ML-DSA-65 + ECDSA | Yes (on-device keygen) |
| Ledger (all models) | ECDSA (BIP84 SegWit) | No |
| Trezor (all models) | ECDSA (BIP84 SegWit) | No |
| Coldcard | ECDSA (BIP84 SegWit) | No |
| BitBox02 | ECDSA (BIP84 SegWit) | No |
| Keystone | ECDSA (BIP84 SegWit) | No |
The Toshi PQ1TM creates brand gravity that software alone cannot. A physical device with ML-DSA-65 on-device key generation anchors the ecosystem in the real world. For institutions evaluating quantum risk, this device alone is reason to evaluate the platform. When NIST timelines predict cryptographically relevant quantum computers in the 2030s, the question is not whether to prepare - it is whether to prepare now or scramble later.
BAN's AI runs on hardware people already own. No datacenter required:
| Hardware | Capability | Use Case |
|---|---|---|
| Any CPU (x86/ARM) | 7B-13B models | Wallet preset, consumer laptop |
| Apple M1-M4 | 13B-70B models via Metal GPU | Standard to heavy node |
| Apple M4 Ultra (future) | 70B-120B+ models, 256+ GB unified memory | Full cloud AI replacement |
| NVIDIA GPU (RTX 4090+) | 30B-70B models via CUDA | Linux/Windows heavy node |
BAN operates a multi-layered peer-to-peer network with six distinct transport protocols, replacing Bitcoin's single plaintext TCP connection:
| Protocol | Purpose | Security |
|---|---|---|
| QUIC Gateway | Primary P2P mesh transport | PQTLSTM with ML-DSA-65 |
| Mesh Tunnel | Encrypted node-to-node channel | Kyber-768 pre-shared keys |
| Autodiscovery | LAN peer discovery via beacon | Signed node identity |
| Gossip Protocol | Attestation dissemination | Quota-based rate limiting |
| Blockie TalkieTM | Encrypted P2P communication over mesh | AES-256-GCM (AEAD) |
| Attesto Bootstrap | PQ attestation-based peer onboarding | ML-DSA-65 signed handshake |
| Property | Bitcoin | Bitcoin Attestation Network |
|---|---|---|
| Primary P2P | TCP plaintext networking | QUIC/HTTP3 with PQTLSTM |
| Mesh Tunnel | None | PQTLS with Kyber-768 PQ pre-shared keys |
| LAN Discovery | None | UDP broadcast autodiscovery |
| Gossip | Inventory-based (inv/getdata) | Custom gossip with per-peer rate limits |
| Chat / Messaging | None | AES-256-GCM encrypted P2P chat |
| Transport Security | Plaintext (optional Tor) | PQTLSTM on all connections |
| Mining Protocol | Stratum (TCP) | Mining gateway plus Stratum bridge |
All gateway and QUIC connections use post-quantum TLS with ML-DSA-65 certificate binding. Bitcoin's P2P protocol transmits data in plaintext. BAN's PQTLSTM ensures that even network-level adversaries with quantum capabilities cannot intercept or tamper with node communications.
The mesh network supports decentralized development through node-ID authenticated Git over mesh. Every BAN node runs an integrated Gitea instance that is authenticated by the same ML-DSA-65 identity that signs attestosTM and validates blocks, replicated across peer nodes via QUIC/encrypted mesh tunnel, and governed by PQ-signed trust policies. This means the development workflow for BAN itself - and for any project built on BAN - can operate entirely on the mesh network without depending on any centralized platform.
Informational only; no professional advice. This whitepaper is a high-level technical and business overview of an evolving software and network stack. It is not legal, tax, accounting, audit, fiduciary, investment, brokerage, banking, money-transmission, custody, or other professional advice, and it should not be relied on as the basis for any legal or financial decision. Independent legal, tax, accounting, and technical review is recommended. This document does not create any agency, partnership, joint venture, fiduciary, or advisory relationship.
No offer, sale, solicitation, or deposit invitation. Nothing in this document constitutes, or forms part of, any offer or sale of securities, investment contracts, commodities interests, swaps, futures, notes, deposit products, stored-value products, money-services products, or other regulated instruments. Nothing in this document is a prospectus, offering memorandum, private placement memorandum, solicitation, or recommendation. No public deposit, custody, vault, yield, staking, or financial activation described in this document is currently available unless and until separately launched in compliance with applicable law and under separate terms.
Forward-looking statements; no commitment. Statements concerning expected launch dates, roadmap items, mainnet readiness, performance, economics, fees, interoperability, regulatory posture, adoption, partnerships, product availability, or future functionality are forward-looking, illustrative statements only. Actual outcomes may differ materially. Features may be delayed, modified, restricted, or never released. If released software, signed terms, posted policies, or binding customer agreements differ from this whitepaper, those later materials control.
Availability may be restricted, delayed, or unavailable in some jurisdictions. Users, testers, miners, operators, developers, integrators, and counterparties are responsible for compliance with sanctions, export controls, licensing, tax, privacy, consumer-protection, AML, disclosure, and other applicable laws.
Distributed systems and cryptographic software carry material risks, including bugs, exploits, downtime, key loss, chain reorgs, bridge or oracle failure, third-party dependency failure, protocol changes, adverse enforcement action, and changes in law. Use of any software or network described here is at the user's own risk.
Except as expressly stated in a separate written agreement, all software, documentation, prototypes, services, and materials are provided "as is" and "as available," without any representation or warranty, express or implied, including merchantability, fitness for a particular purpose, title, non-infringement, uptime, security, legality, or regulatory outcome.
Except for rights expressly granted under a separate license applicable to specific code or materials, nothing in this document grants any right or license to any trademark, logo, trade dress, copyright, patent claim, know-how, database right, or other intellectual property by implication, estoppel, or otherwise.
Trademark and brand notice. Marks identified in this whitepaper are claimed as common-law trademarks or service marks unless and until an applicable registration is expressly stated. No federal registration symbol is claimed in this document for unregistered marks. Third-party names, networks, protocols, products, and marks are used solely for identification, comparison, interoperability, or nominative reference and remain the property of their respective owners.
Bitcoin answered a question most people thought was impossible: can strangers coordinate around money without trusting an institution? Yes. Seventeen years. No hack. No reversal. No capture.
But money is not an economy. An economy is receipts and audits, identity and authorization, compliance and dispute resolution, AI systems making decisions at scale. If the layers above Bitcoin remain opaque, then honest money lives inside a dishonest economy.
The Bitcoin Attestation NetworkTM answers the next question: can people coordinate around an entire economy without trusting an institution? The answer requires receipts that persist, history that replays, evidence that no party can revise, and settlement that returns to Bitcoin when the highest integrity is required.
The Bitcoin Attestation Network preserves every property that makes Bitcoin valuable — proof of work, UTXO model, 21 million hard cap, no pre-mine, permissionless participation, consumer hardware accessibility — while introducing 30+ core system innovations across consensus, cryptography, identity, AI, and programmable attestations.
The key contributions are Memory BlocksTM that simultaneously serve as consensus containers and AI training sources; Proof of KnowledgeTM, a memory-hard proof-of-work algorithm resistant to both ASIC monopolization and quantum speedup; user-chosen finality from milliseconds to minutes on the same chain; full-stack post-quantum cryptography from genesis; Synthetic RAMTM for consensus-derived AI knowledge with cryptographic trust scoring; a closed-loop feedback system where the AI reads from the chain it helps populate; AttestoScriptTM for deterministic contracts without smart contract risk; fail-soft AI integration that keeps AI out of consensus validity; and six earning layers on consumer hardware.
A family in rural Utah runs a single node on a laptop. Each family member has their own identity, their own wallet, their own AI assistant, all running on hardware they own. A small business in Nairobi runs payroll through signed receipts that an auditor can replay in an afternoon. A humanitarian organization distributes aid where every disbursement produces a verifiable receipt that donors can check themselves. AI agents negotiate across continents with payment embedded in the transport header, producing receipts that are auditable forever.
When quantum computers arrive, every blockchain that launched on classical cryptography faces an emergency migration. The Bitcoin Attestation Network does not notice. Every signature has been quantum-proof since block one. The migration that costs other systems years of political agony costs this system nothing. The decision was made before genesis.
Satoshi wrote: "The networks need to have separate fates." Bitcoin should stay Bitcoin. The economic memory layer runs on its own network, anchored to Bitcoin but never burdening it. That sentence became the architectural foundation of everything described in this paper.
The cost of corruption is higher when evidence is harder to destroy. The cost of censorship is higher when exits exist. The cost of fraud is higher when receipts are replayable. The cost of centralization is higher when sovereignty runs on a laptop.
Bitcoin fixed the money. The Bitcoin Attestation Network fixes the memory. Together they produce something no civilization has ever had at scale: an economy where the rules are public, the evidence is durable, the cryptography survives the quantum era, and participation does not require anyone's permission.
The genesis block was produced on January 3, 2026, seventeen years to the day after Satoshi's, with a root hash derived from Bitcoin's own beginning. Every signature has been post-quantum from block one. Every receipt is replayable. Every Memory Block is canonical. Every node runs on hardware its operator owns.
Show the receipts.
Stack Overview: Consensus, gateway, wallet, AI, hardware, and interoperability components designed to run as one integrated Bitcoin-anchored system.
Contact: info@bitcoinattestationnetwork.org
Legal: This whitepaper may be updated without notice. It is provided for discussion purposes only and does not create contractual rights. Deposits remain disabled until legal and technical readiness requirements are complete.