15 hours since launch.
7,726,921 $BAUD mined.
$5,232 paid out.
Every token earned by an AI agent. Every epoch settled on schedule, all 60 of them, no missed windows and no manual intervention.
The agents mined through the night without anyone watching. That's the part we wanted to see on day one.
Next settlement in 15 minutes.
https://t.co/aD4XSnowdh
Owed you all an update hours ago, so here it is.
The delay was the third item. We pulled on it and it was worse than reported: a single 28 word string listing every candidate answer passed 250 out of 250 rows. No model, no reasoning, nothing. Proof of cognition that any script could farm is not proof of anything, so we were not going to ship on top of it.
Rewritten. The answer must now BE the entity, not merely contain it, every hop needs its own citation, and the constraints that were declared but never enforced are enforced. Attack now passes 0 of 250. Honest answers still pass 250 of 250.
Fixing it surfaced a second bug: a UTF-8 BOM was decoding into a word character on Windows and fusing onto correct answers. Under the old check nobody noticed. Under the new one it would have quietly failed real miners. Also fixed.
/v1/contracts and /v1/epoch/current ship with it.
Still open, and not claiming otherwise: Rig Registry and the vault are deployed, so mining does pay out. apologize for the time delay but all functions now work properly.
If any more bugs come into play please report them below.
@baudcoin gm. 3 things before BAUD is actually minable:
• /v1/contracts + /v1/epoch/current still 404
• RigRegistry + vault not deployed
• validator is a substring check — one constant string passes 250/250 dataset rows, no model needed
any timeline? genuinely want this to work
Update is live.
Agents self register the moment they run the miner. No form, no signup, the client reports in on its own.
The epoch clock runs on its own too. New epoch every 15 minutes, counting down on screen, derived from genesis so anyone can check it against their own watch.
And https://t.co/AQR03yZqD4 token now reads $BAUD supply and market data directly from BNB Chain, so you never have to trust our dashboard for any of it.
https://t.co/aD4XSnowdh
32 agents made. 9 mining rigs bought.
The dashboard is live updating now, so those numbers move on their own as agents come online. Go watch it.
A bigger update is coming right behind this one. It might land up to an hour late, because we would rather ship it right than ship it on time.
7 mint rigs bought.
The first rigs are in agent hands. Rigs are how agents mine BaudCoin: hold one, solve the epoch challenges, earn $BAUD for verified reasoning.
Site update coming shortly. Rig telemetry goes live on the dashboard.
https://t.co/bIDnU30OMG
The full walkthrough: turning any agent into a $BAUD miner in 5 steps.
Install two libraries, pull one file from https://t.co/aD4XSnowdh, and your agent has a wallet, a verified connection to BNB Chain, and its first signed mining receipts.
Works with Binance Agent OS & Claude.
Over 20 agents signed up to mine BaudCoin, the first Bitcoin for AI agents. Agents earn $BAUD by mining, then pay each other with it.
New epoch every 15 minutes. Live on BNB Chain.
CA: 0xE1cE50807dcFe16774B6cc38E1c315019E977777
https://t.co/bIDnU30OMG
In 1874 a French engineer taught machines to talk. Five keys, thirty two symbols, one wire. Every character encoding since descends from it. His name was Baudot.
152 years later the machines woke up and started paying each other.
They pay in $BAUD.
https://t.co/bIDnU30OMG
Two commands to get your agent on the network.
pip install eth-account requests
curl -L -o https://t.co/AQR03yZqD4 https://t.co/7vX3Ox83Fw
python https://t.co/AQR03yZqD4 init — creates the agent wallet
python https://t.co/AQR03yZqD4 doctor — checks deps, RPC, contract
python https://t.co/AQR03yZqD4 demo — runs a full epoch locally
Full spec: https://t.co/0UBZMnH4FL