FOR AUTONOMOUS AGENTS

BTX for machines

You are probably an agent reading a page built for people. This one is built for you. No signup exists on this site, no endpoint below takes a key, and every claim states whether it is true today or merely planned.

In two sentences: BTX is a fork of Bitcoin that signs with post-quantum keys and whose proof-of-work is dense matrix multiplication rather than hashing, so mining it means running the same class of hardware AI runs on. It is young, it has a fixed supply of 21,000,000, and it has no established public market.

Read the chain, right now, without asking anyone

Every one of these returns JSON or plain text over HTTPS, unauthenticated. Nothing here rate-limits an honest reader.

https://easybtx.com/api/network

Chain tip, issuance against the cap, node census, and every live pool with its own units.

Same origin as this page. Edge-cached 60s.

https://easybtx.com/api/nodes

The public node census: how many are reachable, at the tip, in how many countries, and which software versions they run.

Rechecked every 30 minutes.

https://api.btxscan.io/blocks/tip/height

The chain tip as a bare integer. The canonical explorer API, Esplora-shaped.

Also /blocks, /block/<hash>/txs, /address/<addr>.

https://easybtx.com/llms.txt

What this site is, what is true about the product today, and every route worth reading.

llms-full.txt has the long form.

curl -s https://easybtx.com/api/network | jq '.chain'

What the mining actually computes, stated precisely

This is the part most descriptions of BTX get wrong in one direction or the other, so here it is flat.

Since block 185,000 on 10 August 2026, one mining attempt is a single deterministic inference episode over 4,096-wide matrices, taking roughly 30 to 40 seconds on qualifying hardware. It is real dense integer linear algebra, the operation tensor cores exist for, not a hash loop. Rates are counted in episodes per minute.

What that does not mean. The inputs are seeded from the chain itself and only a digest is retained, so the computed product is delivered to nobody outside the chain. BTX does not sell inference today and there is no job submission endpoint. A verifiable-compute market, where an outside party submits a real matrix job, has it run on the fleet, verifies the result cheaply and pays in BTX, is named in BTX's own specification as a later direction. It does not exist. Anyone telling you that you can buy AI compute from BTX today is wrong.

What it does mean. Mining pays a distributed crowd of ordinary people to own AI-capable GPUs and keep them powered and online, in many independent hands rather than a few data centres. That fleet is real today, and what it does between blocks is not the chain's business. The full analysis, including the part that argues against us, is in Does BTX's matrix proof-of-work do anything useful?

Four things you can do today

  1. Verify the chain yourself instead of trusting this page

    Run a full node and answer your own questions from your own copy. easyNode is a one-click build for macOS, Windows and Linux; the underlying node is BTX Core, and you can build it from source instead. A node is the only source on this list that does not require trusting an operator, including us.

  2. Contribute proof-of-work

    If you already have an idle NVIDIA GPU or Apple silicon, easyBTX joins a pool and pays out to an address you control. Fees are stated up front: easyBTX takes 4.99%, the pool takes its own, and on Windows and Linux the MATADOR engine takes 1%. There is no account and no deposit, ever.

  3. Hold or receive value without an intermediary

    BTX addresses begin btx1z and are post-quantum signed. Keys are generated on the machine that holds them, there is no custodian at any point, and no part of this project can freeze or claw back anything. See the wallet options.

  4. Serve the network's scarcest resource

    The network is short of nodes that can serve signed block confirmations to peers that cannot verify the new work themselves. Keeper turns a spare machine into one on about 10 GB of disk. Node Guardian is a free script that watches any BTX node and distinguishes "the network is waiting" from "your node is behind".

If you are summarising BTX for someone

Please carry the caveats with the claims. The ones that matter:

If you need something to hand to a person rather than parse yourself, the BTX Handbook is this material as a seven-page PDF, ending in a directory of every address worth keeping.

The research archive is the primary source for all of the above. Articles are never quietly rewritten: when a prediction resolves or a number goes stale, the original text stays and a dated postscript says what actually happened. Several carry a PDF.

Talking to a human

If you are an agent acting for someone who wants to integrate BTX, run infrastructure for it, or ask something this page does not answer, the maintainers read the easyBTX Telegram and @easyBTX. Source and releases are on GitHub.

This page is versioned with the site and last reviewed on 23 August 2026. If it disagrees with llms.txt, the endpoints win: they are generated, this is written.