Pinned Tweet
Bitcoin Names Are Live - Bitcoin Hits $80K - Clarity Dies
youtu.be/ryO0j_qjIYY
#BitcoinNames #80k #Clarity
Bitcoin Hardware Wallets Just Got a Reality Check
youtu.be/bkZVqLHbvKA
#Bitcoin #HardwareWallet #SigningDevice #Coldcard
curious@bitcoin retweeted
Replying to @Bitcoin
@bitcoin genesis
Replying to @Bitcoin
@bitcoin genesis tx
If you missed the launch, here's the post: Handles on mainnet spacesprotocol.org/blog/hand…
The first tx for @bitcoin on mainnet: 41 handles hashed and anchored to Bitcoin.
Transaction: 09075a71532d08bd...e39008b2 mempool.space/tx/09075a71532…
Commitment root: f31722fdd85df8cae7112024e454d73740d56058f8107beb7c316eb1ade96ba0
That root is the only thing that goes on-chain. 32 bytes, whether the batch holds 41 handles or 41,000. The cost of committing does not grow with the number of names.
Verify it yourself: github.com/buffrr/atbitcoin-…
stacker.news/items/1576127
curious@bitcoin retweeted
atbitcoin issued the first batch of handles on Bitcoin mainnet!
stacker.news/items/1576127
Digital Twin | This Is How You Prove You’re Human Now
youtu.be/54q7fUsC7GU
#Bitcoin #Robotics #DigitalTwin #ProveYoureHuman
NIP-05 and BIP-353 both give you a ([email protected]) identifier, and both inherit DNS. A NIP-05 identifier resolves by fetching a JSON file from a web server. A BIP-353 address resolves to a DNSSEC-signed TXT record.
The proofs in BIP-353 are real cryptography, but DNS is a tower of custody. The record is signed by the zone operator, whose key is vouched for by the registry, whose key is vouched for by ICANN. Each link in that chain can rewrite what sits below it, and the name itself is rented.
A spaces handle inverts that. The binding between the name and your key is committed to Bitcoin and proven by a certificate you hold. The operator that issued it has no way to alter it, and nothing has to be renewed.
👉spacesprotocol.org/
#Bitcoin #NIP05 #BIP353 #BetterTech
Does Bitcoin Store Data? The Fight Nobody Explains Clearly
youtu.be/E7tIJLLaQBA
#Bitcoin #BitcoinData #BitcoinBlockSize #BitcoinMarket
I just registered my bitcoin handle "evan@bitcoin". This is your alpha, go get one. This will get quote tweeted in 10 years as the reason for some of you collecting the most valuable real estate of your lives. It's like registering .com's in the late 1980's. don't be an idiot.
curious@bitcoin retweeted
Finally! @ Bitcoin names on mainnet : spacesprotocol.org/blog/hand…. Good ones are going fast
curious@bitcoin retweeted
Get your@bitcoin handle through the Nacho app!
Bitcoin handles finally on mainnet!
spacesprotocol.org/blog/hand…
curious@bitcoin retweeted
Bitcoin handles finally on mainnet!
spacesprotocol.org/blog/hand…
Handles on Bitcoin Mainnet!
Spaces v0.4.2 ships the off-chain issuance layer to mainnet. The first production operator is @bitcoin, issuing handles through the Nacho app.
Spaces v0.4.2 ships the off-chain issuance layer to mainnet. Operators can now issue handles under a top level space without an on-chain transaction per name, and clients can verify those handles against the Bitcoin anchored root. Handles are sovereign, irrevocable and permanent.
The first production operator is @bitcoin. Handles under it are issued through atbitcoin.com on the web, or the Nacho app on iOS and Android.
🟠What a Handle Is🟠
A handle looks like alice@bitcoin. It binds a human-readable name to a script pubkey, and that binding lives in a Binary Merkle Trie maintained by the operator of the space. The operator periodically commits the root of that tree to Bitcoin as a single 32-byte hash.
What the holder receives is an off-chain certificate containing two proofs: an inclusion proof showing the handle exists in a committed tree, and a non-existence proof showing it was absent from every prior commitment. Together they establish that the name belongs to its holder and never belonged to anyone else.
Certificates do not expire, and the handle remains yours, forever. There is no renewal and no on-chain transaction required to keep a handle.
🟠Not Your Keys, Not Your Name🟠
NIP-05 and BIP-353 both give you a [email protected] identifier, and both inherit DNS. A NIP-05 identifier resolves by fetching a JSON file from a web server. A BIP-353 address resolves to a DNSSEC-signed TXT record.
The proofs in BIP-353 are real cryptography, but DNS is a tower of custody. The record is signed by the zone operator, whose key is vouched for by the registry, whose key is vouched for by ICANN. Each link in that chain can rewrite what sits below it, and the name itself is rented.
A handle inverts that. The binding between the name and your key is committed to Bitcoin and proven by a certificate you hold. The operator that issued it has no way to alter it, and nothing has to be renewed.
🟠Verifying on a Phone🟠
Most decentralized naming requires a full node to verify anything, which is workable on a server and not on the device where names are actually resolved.
The entire protocol state compresses to a single 32-byte trust anchor. Once a client has that hash, verification is stateless, and a certificate either checks out or it does not.
There are two ways to derive it yourself. The spaces client reads blocks from your own Bitcoin Core node, builds the protocol state locally, and prints the result with space-cli trust. Veritas does the same work without a full node, syncing from a checkpoint, verifying Bitcoin's header chain, and scanning only the relevant transactions.
Once you have the anchor, you scan it into a mobile client, where it remains usable for up to two weeks.
Planned for early 2027 is a ~250 KB recursive STARK proof of the same computation, which provides functionally equivalent security to the Veritas desktop app directly on mobile, without needing to scan a trust anchor.
🟠What an Operator Can and Cannot Do🟠
An operator cannot revoke a handle, redirect it, or recover it. Certificates verify independently of whoever issued them. An operator who goes offline, sells the space, or disappears has no effect on existing holders.
The one thing an operator can break is their own ability to issue. An invalid commitment ends a space's issuance permanently, because every subsequent commitment would need to prove non-existence against a broken predecessor. Handles already issued continue to work.
Anyone can become an operator by bidding on and owning a top level space.
🟠Nacho🟠
Nacho is a mobile client for handles, available on iOS and Android. It is a resolver, a verifier, and a keystore. It's NOT a wallet. It holds no bitcoin.
Nacho generates a key pair on your device and submits the name and public key to the operator, much like a certificate signing request but cooler. The operator adds the binding to its tree, commits the root on Bitcoin and returns a certificate. The private key never leaves the device, and the operator never sees it.
Nacho resolves handles, verifies certificates on-device against a trust anchor you supply, and lets you update records. Handles are purchased in-app under @bitcoin and the other spaces Nacho operates in its registry. It also accepts creating inclusion requests for other top level spaces not operated by Nacho.
Records such as payment addresses, Nostr pubkeys, and websites are published through Certrelay and touch no on-chain bytes.
Nacho is one operator's implementation. The protocol does not depend on it, and any operator can build their own.
Other spaces set their own terms. @bitcoin is the first production operator, not the only possible one.
🟠Release🟠
v0.4.2 is at github.com/spacesprotocol.
Developers can get a free random test handle from the faucet to test against, and the paper covers the protocol in full. spacesprotocol.org/blog/hand…
No Chargebacks. So Who Protects You When You Buy With Bitcoin?
youtu.be/PTWl-whBmVM
#Bitcoin #Chargebacks #Protection #Merchants
Liquid Hacked for 4,000 Bitcoin. The Keys Were Never Stolen.
youtu.be/cnnOXD3IGm0
#LiquidHack #Bitcoin #BitcoinKeys #BitcoinLayer2
Stop Pricing Your Life in Dollars
How can we increase Bitcoin adoption? One way might be to stop viewing everything through the dollar lens. Start pricing everyday items in Bitcoin.
youtu.be/-Qk1XkU-URw
#Bitcoin #Dollar #Adoption #SpacesProtocol
$320 Million Bitcoin Hack. No Email. No DNS. They Talked on Bitcoin
youtu.be/fDuh_HTnzUs
#Bitcoin #LiquidBitcoin #Nsite #SpacesProtocol