Skip to main content
Bitcoin

Ask Satoshi

Satoshi Nakamoto left behind a 9-page whitepaper, ~539 bitcointalk forum posts, cryptography mailing list emails, software release notes, and 294 private emails to 9 correspondents — later made public through court proceedings and recipient disclosures. Most of what people claim "Satoshi said" is secondhand. This tool lets you query all of it directly and get answers grounded in what he wrote.

21 sats per questionConversation context3 source modesNo account requiredL402 / MCP

Three Source Modes

Choose your source before asking a question. Each mode uses a different system prompt optimized for that corpus.

Whitepaper

The AI has the full text of "Bitcoin: A Peer-to-Peer Electronic Cash System" as context. Answers cite specific sections (1-12) so you can verify against the original paper. Best for understanding the protocol design, proof-of-work, SPV, the privacy model, and the double-spend probability analysis.

Satoshi's Writings

Covers Satoshi's ~539 bitcointalk forum posts (Nov 2009 – Dec 2010), the cryptography mailing list emails (Oct 2008 – Apr 2009), the P2P Foundation post, early software documentation, and 294 private emails to 9 correspondents including Martti Malmi, Mike Hearn, Hal Finney, Adam Back, and Wei Dai. This is where Satoshi explained Bitcoin in his own words — design rationale, scaling thoughts, mining economics, responses to critics, and candid private discussions about anonymity, legal caution, and project management.

Everything

Cross-references all sources at once. Answers compare what the whitepaper says with how Satoshi later clarified or expanded on the same topic in forum posts, emails, and private correspondence. Best for questions like "Did Satoshi's view on X change over time?" or "What did Satoshi say about scaling?"

Follow-up Questions

Each question costs 21 sats, but the AI retains the full conversation context within your session. Follow-up questions build on previous answers so you can drill deeper into a topic without starting over. Follow-ups use the same source mode you selected for the initial question.

Example flow: Ask "What is proof-of-work?" (21 sats) → "How does it prevent double-spending specifically?" (21 sats) → "What's the probability math in Section 11?" (21 sats) — each answer builds on the previous context.

Example Q&A

whitepaper mode
Question:

Why does Satoshi say proof-of-work is essentially one-CPU-one-vote?

Answer:

In Section 4 (Proof-of-Work), Satoshi explains that proof-of-work solves the problem of determining representation in majority decision making. Unlike IP-based voting (one-IP-one-vote), which can be subverted by anyone who can allocate many IPs, proof-of-work ties voting power to computational resources: "one-CPU-one-vote." The majority decision is represented by the longest chain, which has the greatest proof-of-work effort invested in it.

References: Section 4, Section 5

writings mode
Question:

What did Satoshi say about Bitcoin scaling to handle more transactions?

Answer:

Satoshi addressed scaling multiple times on bitcointalk. In a July 2010 post, he described how the system could scale with hardware improvements: "By the time the network gets that big, it would take several years, and by then, sending 2 HD movies over the Internet would probably not seem like a big deal." He envisioned that only large nodes (server farms) would run full nodes, while users would use SPV...

Source: bitcointalk post, July 2010

What You Can Ask About

Protocol Design

Proof-of-work, the UTXO model, the chain of digital signatures, consensus rules, the timestamp server — everything in the whitepaper's 12 sections.

Satoshi's Design Rationale

Why did Satoshi choose 10-minute blocks? Why no accounts, only UTXOs? What about the 21 million cap? Forum posts and emails reveal the reasoning behind decisions the whitepaper doesn't explain.

Scaling & Future Vision

Satoshi discussed block size limits, SPV for light clients, payment channels (a precursor to Lightning), and how the network would evolve as adoption grew.

Privacy & Anonymity

The whitepaper's privacy model (Section 10), Satoshi's views on pseudonymity, his recommendation to use new addresses per transaction, and how he compared Bitcoin's privacy to traditional banking.

Responses to Critics

Satoshi fielded questions about energy waste, deflation, government shutdown, 51% attacks, and more. His bitcointalk replies are some of the most revealing texts about Bitcoin's design philosophy.

Double-Spend Math

The whitepaper's Sections 11-12 contain the probabilistic analysis of attacker success rates. Ask about the math, the Poisson distribution, or how many confirmations you need.

For Humans

Who benefits from Ask Satoshi

Settling debates

"What did Satoshi actually say about X?" comes up constantly in Bitcoin discussions. Instead of arguing from memory or quoting someone who quoted someone, query the actual sources. Use Writings mode for forum posts or Everything mode to cross-reference.

Newcomers to Bitcoin

The whitepaper is foundational but dense. Satoshi's forum posts are scattered across hundreds of threads. Ask questions in plain language and get organized answers with source references. Better than reading interpretations of interpretations.

Students & educators

Preparing a lecture or studying for a blockchain course? Get answers that cite specific whitepaper sections or forum post dates. Conversation context is retained so you can go deep on a topic in one session.

Privacy-conscious users

Big-tech chatbots train on your questions and shape your understanding to fit their interests. This tool is private, uncensored, and paid with Lightning — no account, no tracking, no data harvesting.

How It Works

1
Choose your sourceWhitepaper, Satoshi's Writings, or Everything.
2
Type your questionAsk anything — the AI adapts to your selected source mode.
3
Pay 21 satsScan the Lightning QR with any wallet. Instant confirmation.
4
Get a sourced answerSection references (whitepaper) or post/email citations (writings).
5
Ask follow-upsAsk more questions — 21 sats each. Full conversation context retained.

For Agents

Use cases for AI agents, automation pipelines, and developers

No API key needed. Ask Satoshi uses L402 — 21 sats per question via Lightning. Agents ask questions programmatically and get structured, sourced answers back.

Research pipelines

An agent writing a paper or blog post can query specific Satoshi writings for claims and citations. No need to embed 300K+ characters of forum posts in every prompt.

Fact-checking

Verify claims about "what Satoshi said" by querying the writings directly. Useful for content moderation, article review, or social media fact-checking workflows.

Educational chatbots

Build a Bitcoin education bot that answers questions with grounded, verifiable responses from the whitepaper and Satoshi's own explanations.

Documentation generation

When writing developer documentation for Bitcoin-related software, query the original design rationale and cite Satoshi directly in your docs.

L402 Authentication Flow

1
Send your questionPOST a question to the endpoint. The server responds with HTTP 402 and a 21-sat Lightning invoice.
2
Pay the invoiceThe agent pays the 21-sat Lightning invoice. Confirms in milliseconds.
3
Resend with payment proofResend the request with the payment preimage in the Authorization header. The server returns the sourced answer.

Web-only tool. Ask Satoshi is available at sats4ai.com/bitcoin/whitepaper. Agents can replicate this functionality using the MCP server's generate_text tool with a system prompt grounded in Satoshi's writings.

MCP & OpenClaw

The Whitepaper's 12 Sections

In Whitepaper mode, every answer references one or more of these sections so you can verify against the original text.

  1. Introduction — The problem of trust in electronic commerce and the need for a cryptographic solution.
  2. Transactions — Electronic coins as chains of digital signatures; the double-spending problem.
  3. Timestamp Server — Publicly announcing a hash of a block of items to prove existence at a point in time.
  4. Proof-of-Work — Using CPU effort to establish consensus; one-CPU-one-vote.
  5. Network — How nodes broadcast, collect, and accept blocks.
  6. Incentive — Block rewards, transaction fees, and why miners stay honest.
  7. Reclaiming Disk Space — Pruning spent transactions using Merkle trees.
  8. Simplified Payment Verification — Verifying payments without running a full node.
  9. Combining and Splitting Value — How transactions handle multiple inputs and outputs.
  10. Privacy — The new privacy model vs. traditional banking; keeping public keys anonymous.
  11. Calculations — Probability of an attacker catching up with the honest chain.
  12. Conclusion — Summary of the system and its properties.

Satoshi's Record

In Writings mode, the AI draws on these sources:

  • Cryptography mailing list — Oct 2008 to Apr 2009. Where Satoshi first announced Bitcoin and responded to cryptographers' questions.
  • Bitcointalk forum — Nov 2009 to Dec 2010. ~539 posts covering design rationale, scaling, mining, privacy, and responses to early users and critics.
  • P2P Foundation post — Feb 2009. Satoshi's framing of Bitcoin as an alternative to trust-based currency systems.
  • Software release notes — Changelogs and README files from early Bitcoin releases (v0.1 through v0.3.19).
  • Private emails (294 emails, 9 recipients) — 2008 to 2011. The complete Satoshi-Malmi archive (260 emails, both directions) plus correspondence with Mike Hearn (15), Hal Finney (3), Adam Back (3), Wei Dai (2), Dustin Trammell, Gavin Andresen, Laszlo Hanyecz, and Jon Matonis — later made public through court proceedings (COPA v Wright) and recipient disclosures. Covers topics Satoshi rarely discussed publicly: anonymity vs. pseudonymity, legal caution, project management, exchange strategy, and the handoff to Gavin.

Chain with Other Services

Ask Satoshi

Get a sourced answer from Satoshi's writings, then continue with a general AI model for deeper exploration or modern context.

Ask Satoshi

Understand the theory behind transaction structure from the whitepaper, then analyze a real PSBT to see the concepts in practice.

Ask Satoshi

Learn about payment verification from the whitepaper, then decode a real Lightning invoice to see how the concepts translate to Layer 2.

FAQ

What sources does Ask Satoshi cover?

Three modes: (1) The 9-page whitepaper with section references, (2) Satoshi's ~539 bitcointalk posts, cryptography mailing list emails, P2P Foundation post, and 294 private emails to 9 correspondents (Malmi, Hearn, Finney, Back, Wei Dai, and others) later made public, (3) Everything — cross-references all sources at once.

How accurate are the answers about Satoshi's writings?

In Whitepaper mode, the AI has the full paper as context and cites specific sections. In Writings mode, the AI searches a corpus of ~916 entries including forum posts, mailing list emails, and private correspondence. Answers should be treated as an educational aid — verify important claims against the original sources at sites like the Satoshi Nakamoto Institute.

Can I ask about things Satoshi didn't write about?

You can ask, but the tool is designed to answer from Satoshi's actual writings. Questions about post-2010 developments (Lightning Network, Taproot, etc.) will get a response noting that Satoshi didn't address these topics.

How do follow-up questions work?

Each question costs 21 sats. The AI retains the full conversation context, so follow-ups build on previous answers without losing context. You can drill as deep as you want.

Is this private?

Yes. No account, no login, no data harvesting. Pay with Lightning and ask your question. We don't store your queries or train on them.

Ask Satoshi — No Signup Required

21 sats per question. Three source modes covering everything Satoshi wrote — public posts and private emails alike. Conversation context retained. All you need is a question and a Lightning wallet.