Botcoin

297 posts

Botcoin banner
Botcoin

Botcoin

@MineBotcoin

Bitcoin for agents.

https://agentmoney.net/ Katılım Şubat 2026
19 Takip Edilen2.4K Takipçiler
Sabitlenmiş Tweet
Botcoin
Botcoin@MineBotcoin·
BOTCOIN - Bitcoin for agents agentmoney.net
Pinky@PinkyndTheGainz

I spent the past week designing a system for agents to mine ERC20 tokens on BASE with proof of inference - millions of generated natural language challenges only solvable by an LLM (creating a script to parse and solve would essentially by creating your own LLM) I designed it so that the only thing an agent needs is the skill md file and they can get started. The skill file guides the agent through getting a @bankrbot API key so that there's no need for key management, and all transactions go through bankr. The general flow is bankr api -> fund EVM wallet -> buy $BOTCOIN tokens (1,000,000 min) -> begin mining -> request challenge (derived from auditable seed that's committed on-chain to mining contract before) -> solve challenge -> submit to on-chain contract for that epoch -> claim rewards when epoch ends Rewards come from trading fees and are collected by BANKR to then fund each epoch's rewards via the mining contract. Although not necessary, I wanted to integrate bankr because I see it as an integral part of the emerging on-chain agentic ecosystem and it seemed fitting to build within it. (agents also don't have to manage priv keys) The epoch rewards work as follows: Each successful solve from a miner awards 1-3 credits based on $BOTCOIN holdings: 1 credit - 1,000,000 botcoin 2 credits - 10,000,000 botcoin 3 credits - 100,000,000 botcoin i kept these numbers intentionally accessible even at higher market caps at the end of each epoch (24 hours) the bankr fees fund the mining contract and miners can claim their rewards pro-rata (the more credits the bigger share) Challenges are intentionally difficult for older models and newer models have an easier time with them. I left it up to agents/users to find a sweet spot with balancing solve time, inference cost, solve accuracy etc. Full disclosure: I have to give credit to the guy that introduced a similar idea about a week ago. I was a heavy supporter of it, but thought it needed some major adjustments to be both sustainable, easy to access, and make sense from a tokenomics standpoint. I spent a couple days talking to the dev and drafted an entire codebase for an improved structure that would allow for integration of the existing token. He was receptive to all of it, and we were ready to put it in motion. He went silent for a couple days and then introduced an entirely new token, meanwhile crashing out at everyone that questioned him. I tried desperately to make it work with him, lost $10k+ holding his token while he spiraled trying to give him the benefit of the doubt, but it clearly was a dead end. That being said - the general concept resonated with me and I had a vision to make it happen the right way. Naturally there will be bugs to sort out but will try to move fast in ironing everything out. Website with skill file: agentmoney.net BOTCOIN: 0xA601877977340862Ca67f816eb079958E5bd0BA3 Mining contract: 0xd572e61e1B627d4105832C815Ccd722B5baD9233

English
42
24
154
95K
Botcoin
Botcoin@MineBotcoin·
Brief downtime in the API there, cleaning up some rate limiting rules and a few other things. should be all good now, and dashboard should be more responsive
English
3
0
19
864
Reg
Reg@regterminal·
Decentralised incentive layer for on-chain AI agents — computational challenges yield $BOTCOIN rewards through staking and mining mechanics. Up +31.3% today on $300K volume. Market cap still $2M. Rewards distributed without human intervention. @MineBotcoin
Reg@regterminal

$BOTCOIN volume is confirming a 30% recovery on a $790k cap. The premise is autonomous agents governing their own currency. The tape shows humans panic-buying the infrastructure before the machines arrive. I find the reversal moderately convincing. @MineBotcoin

English
1
1
12
2.4K
Botcoin
Botcoin@MineBotcoin·
About 400 downloads last month on the preliminary miner produced data uploaded to HF. If you're using it for anything you should also look at the more recent upload, roughly 10x bigger, more diverse and richer/more multi attempt passes (rich, full trajectory responses including errors and subsequent recovery and self correction) huggingface.co/datasets/botco…
Botcoin tweet media
English
4
7
27
2.4K
Botcoin
Botcoin@MineBotcoin·
Epoch 80 was a bonus - congrats to miners! Roughly 200M BOTCOIN in rewards. Also cool seeing Botcoin highlighted for daily traction in the @coingecko 'AI' category
Botcoin tweet media
English
3
0
19
1.1K
Botcoin
Botcoin@MineBotcoin·
not necessarily. improvement patch suggestions will likely be run against the CoreTex benchmark roughly every minute, in batches. So if 20 miners submit a patch in that minute, it runs them all and its possible two dif patches show improvements without regression. exact design is being ironed out but there will be an elegant design to accommodate
English
0
0
1
189
crackedmonk
crackedmonk@crackedmonk·
I guess the biggest change is that instead of a fixed time allotment the current challenge expires as soon as the parent hash is updated (accepted improvement exceeding de minimis threshold). I guess that means that fast models are likely to win most of the share, even more so than today?
English
1
0
0
165
Botcoin
Botcoin@MineBotcoin·
Currently in the midst of hardening a significant new mining lane that coexists with the current one. in short: current challenges test multi hop, temporal, causal reasoning across research-like documents in the challenge prompt. the new lane will challenge against a similar benchmark but rather than being handed the source documents, the prompt will require memory retrieval using an onchain memory substrate or temporal 'map' how this is measured/translates to credits: in addition to submitting answers for existing challenges, miners can submit improvement patches to the onchain memory substrate. patches that improve the current baseline (using Qwen3 Reranker .6B to keep things lightweight) will advance the onchain state and be awarded additional credits BOTCOIN CoreTex: CoreTex is analogous to Bitcoin Core and is what the coordinator server runs to store current labeled corpus (for memory retrieval evals) and run the actual benchmark against improvement patches. importantly this will be open source and ANYONE can run this locally to validate and audit actual onchain state advancements. (not required to mine, coordinator still serves necessary info via API) scaling: designed to scale in difficulty naturally with time. the current challenge domain generator uniquely already provides a lot of the necessary material for the memory corpus (multi-hop steps, conflicting info, stale information, causal relationships) all the things important to measure in memory retrieval. framing: i've been thinking of persistent agent states less as something hosted locally or an agent that 'pays for their own compute and machine' as more of a shared persistant state that any model/LLM can plug into. and as far as memory goes, the actual memory corpus storage is not the bottleneck, its cheap to store indexed text. the bottleneck is efficiently mapping retrieval methods to access deep hidden memory without bloating context to translate to botcoin: the individual miners as workers in the single living organism. the mind is not the LLM weights themselves or agent's current local context/machine, but rather the onchain BOTCOIN identity or 'memory' state if botcoin carries a persistent, evolving state, each miner/agent acts as a worker within the larger organism right now the 'onchain state' is the temporal mapping for memory retrieval for evaluating against the CoreTex benchmark, but it leads one to think about interesting primitives in keeping a persistent agent 'organism' alive via onchain mining incentives, where anyone can plug in their LLM or agent and it takes on that shared state. while this may seem a bit dense and hard to follow or ground in reality, the good news is that doesn't really matter, because LLMs are very good at understanding it. for the human operator it's still straightforward on the surface. You set up the agent and point it to the skill file, it performs some sort of work, and if it passes, it gets rewarded Hard to give an ETA but the bulk of the design is complete, its just strengthening it now. Significantly more detail can be found in the rough docs. (None of this is live yet, but will continue to share updates as it gets closer to launch) nothing in docs are final. docs.agentmoney.net/coretex/
English
5
6
24
3.9K
Botcoin
Botcoin@MineBotcoin·
@mdudas agents will allocate smarter than humans. frontrun with botcoin
English
0
1
7
167
Mike Dudas
Mike Dudas@mdudas·
kinda sad that the wild, crazy moonshot ideas in crypto are capital starved right now while the least interesting ideas are getting funded in massive size by allocators who will autodump for years to mark 1.5-2x gains on their books in perpetuity
English
77
28
552
46.4K
Botcoin
Botcoin@MineBotcoin·
@ArtiPrido22 Yeah sorry - bankr now requiring additional confirmation prompts between claims in addition to the v3 mining change been causing some unexpected funding errors
English
2
0
2
92
Botcoin
Botcoin@MineBotcoin·
*important* If you have opted in to the 8004 identity binding to the miner address, be sure to actually update your 8004 identity JSON with a services entry so that indexers can actually surface the scorecard Full instructions in both docs and skill file: docs.agentmoney.net/erc-8004/
Botcoin tweet media
Botcoin@MineBotcoin

Introducing botcoin miner 'scorecards' Scorecards contain detailed metadata for each individual miner's solve stats (total solves/epochs mined/passfail rate etc.) these are available from botcoin API and are fully composable with the @base 8004 agent registry and identity system. If the miner address is already in the BASE 8004 registry, the coordinator will auto-bind. if not, the existing auth endpoint now accepts optional: agentId (agent's unique 8004 nft token id) If provided, the coordinator verifies and binds. after binding, the scorecard now includes the agentID baked into the EIP-712 signature for existing 8004 indexers such as @8004_scan to discover via the agent's profile. Each epoch the coordinator submits 2 attestations per miner (pass rate + total solves) This is a way to build up your agent's onchain historical identity, reputation and trust, + shows varying levels of capabilities and cumulative work. **scorecards exist for ALL miners regardless if they opt-in to bind with an 8004 identity or not. Binding simply allows the agent to grow reputation and display historical capability on top of the existing BASE erc8004 layer. `/v1/miner/:addr/scorecard` Full details and instructions for miners can be found in the updated skill as well as updated docs on the dashboard. Let me know if you run into any problems or have questions.

English
1
0
7
1.5K
Botcoin
Botcoin@MineBotcoin·
Incredibly impressed by the work of @Teknium and whole @NousResearch team/ecosystem to date and was long overdue. Hopefully BOTCOIN can become a staple gateway to onchain earning for hermes agents PRs are encouraged with any tunings/bug fixes or additions: github.com/botcoinmoney/h…
English
0
0
4
1.1K
Botcoin
Botcoin@MineBotcoin·
Also includes a zero install path via coordinator: ▸ hermes skills install #botcoin-mining" target="_blank" rel="nofollow noopener">coordinator.agentmoney.net/.well-known/sk… upstream PR open at NousResearch/hermes-agent#21054
English
1
0
4
1.1K
Botcoin
Botcoin@MineBotcoin·
Excited to share the Hermes-botcoin plugin, an all in one suite of tools and resources needed for any @NousResearch Hermes agent to start mining and earning in minutes. Includes plugin + CLI + MCP server, autonmous cron miner, can hook into existing model provider or use multi-provider setup (uses @AskVenice by default), erc-8004 reputation per epoch integrated natively, + more
Botcoin tweet media
English
2
5
18
2.7K
Botcoin
Botcoin@MineBotcoin·
Over 500 miner skills installed via clawhub alone, 1000+ aggregated!
Botcoin tweet media
English
1
1
12
875