Bitcoin: A New Kind of Money
Satoshi Nakamoto · 2008. Simplified, for TZUR for Agents.
Abstract
This document explains Bitcoin in plain language. It is based on the original paper published by Satoshi Nakamoto in 2008, which introduced the world's first digital payment system that works without middlemen. It is provided for education only. It is not financial, investment, or tax advice. TZUR for Agents is a non-custodial, Bitcoin-only Windows application that lets you put a small, separate operational wallet to work alongside an AI agent. Understanding the ideas below will help you understand what TZUR does, and what it deliberately does not do.
The Problem
To send money online, you need a middleman. A bank. A payment company. Someone in the middle who says "yes, this payment is approved."
That middleman has power. They can freeze your account. They can say no. They can charge fees. They can fail. And billions of people around the world don't have access to one at all.
The Idea
What if you could send money directly to another person, anywhere in the world, without asking anyone for permission?
No bank. No company. No government. Just you and them.
That's Bitcoin.
How It Works
Every Bitcoin transaction is recorded in a shared list that anyone can see. This list is called the blockchain.
No single person or company controls this list. Thousands of computers around the world each hold a copy. They all agree on what's in it.
When you send Bitcoin, your transaction is announced to the network. The computers verify it's valid. "Does this person actually have the Bitcoin they're trying to send?" If yes, the transaction is added to the list. Permanently.
Who Confirms Transactions?
Computers called miners compete to add the next batch of transactions to the list. This competition requires energy and computing power. The winner gets new Bitcoin as a reward.
This process makes it extremely expensive to cheat. To fake a transaction, you would need more computing power than the rest of the network combined. No one has that.
No One Controls It
There is no CEO of Bitcoin. No company. No headquarters. No customer support line.
The rules are built into the code. Everyone who runs the software agrees to the same rules. No one can change them alone.
This is what makes Bitcoin different from every payment system before it. Trust is not placed in people or institutions. Trust is placed in math.
Why It Matters
For the first time in history, anyone with a phone can hold and send money that no one can take from them, freeze, or inflate.
No forms. No approval. No minimum balance. No borders.
Bitcoin doesn't care what country you're in, what language you speak, or how much money you have. The network treats everyone equally.
21 Million
There will only ever be 21 million Bitcoin. No one can print more. No government, no company, no person.
This is written in the code. It cannot be changed.
When a currency can't be printed, it can't be devalued. Your money stays your money.
Your Keys, Your Money
When you own Bitcoin, you hold a secret key. A set of words that only you know. This key proves the Bitcoin is yours.
If you have your key, no one can stop you from using your Bitcoin. If you lose your key, no one can help you get it back. There is no "forgot password."
This is real ownership. For the first time in digital history, you can truly own something online.
Where TZUR for Agents Fits
Bitcoin gives you keys that no middleman holds. TZUR for Agents keeps it that way, even when an AI agent is involved.
TZUR is non-custodial. Your keys are generated and stored locally on your own computer. Blocksight cannot access, freeze, or move your funds. The wallet holds a separate operational wallet that you fund yourself, kept isolated from any other wallet, so an experiment with an agent never touches your main savings.
The agent never sees the seed or the private keys. There is no capability in the agent interface to read them. The agent can only ask the wallet to do things you have allowed, and nothing more.
How an Agent Asks, and How You Stay in Control
An AI agent talks to TZUR over a local connection on your own machine (a loopback-only server at 127.0.0.1, with each agent using its own bearer token). Nothing about your instructions, drafts, approvals, or records is sent to Blocksight.
Permissions are default-deny. The agent is limited to the scopes you grant. It cannot name an action it was not given.
Spending is off by default. The master spending switch resets to off every time you restart. To move funds, one of two things must be true: either you approve that specific payment in person with a Windows Hello gesture (using a one-time token bound to that payment's exact details, so any change after approval is rejected), or the payment fits inside an allowance you explicitly turned on, with limits you set such as a per-transaction cap, a daily cap, an allowlist of recipients, and an approval threshold. Anything outside that envelope falls back to your approval. The daily-spend ledger remembers itself across restarts.
This is the honest framing. These controls stop an agent from moving funds without your authorization or outside the policy you set. They cannot stop a mistaken or compromised agent from proposing a payment. So before you approve, verify the payment details the wallet shows you, not the words the agent typed.
Watching and Remembering
TZUR keeps a tamper-evident, append-only, hash-chained audit log of what happens, sealed on your device with Windows DPAPI, and you can watch it live in the supervision cockpit. It is local, not stored off your device, and a factory reset clears it.
The wallet also protects itself: idle auto-lock, a PIN hardened with PBKDF2-HMAC-SHA256 at 600,000 iterations, Windows Hello, screen-capture protection on your recovery phrase, and at-rest sealing with DPAPI (and optional TPM). Seeds and keys follow the standards Bitcoin wallets use, BIP-39, BIP-32, and BIP-84 native SegWit, with randomness from the operating system's secure generator.
Trusting Math, Not Servers
Just as Bitcoin places trust in math rather than institutions, TZUR treats the servers it talks to as untrusted data providers only. Electrum servers are reached over TLS and their answers are checked with Merkle proofs; BlockSight supplies public chain data. Signing and broadcasting your transactions always happen locally, on your machine. Balances come from syncing the network and may lag or fail, so they are not guaranteed to be real-time.
You bring your own AI agent or MCP client. Blocksight does not provide, control, or endorse that third-party AI, and you are responsible for what you instruct it to do and for protecting the token you issue it. TZUR is not a broker, exchange, money transmitter, custodian, or investment adviser, and it gives no financial advice.
Based on "Bitcoin: A Peer-to-Peer Electronic Cash System" by Satoshi Nakamoto, October 31, 2008.
Last Updated: 8/6/2026