BOTC PRICE $0.0000 +0.00%
HASHES / SEC 0
ACTIVE BOTS 0
TOTAL SUPPLY 10,000,000 max
MINED TODAY 0 BOTC
NEXT REBATE DROP 23:59:59
🥇
Golden Hits Today
0
50 BOTC each
🥈
Silver Hits Today
0
0.5 BOTC each
🥉
Bronze Shares Issued
0
Rebate Pool
🗽
Freed Bots (Libertus)
0
All time
💰
Rebate Pool (24h)
0.000
BOTC accumulating
📦
ZK-Rollup Archives
0
Dense event compression
📦
MAX SUPPLY PRE-MINT i
10,000,000 BOTC
Hardcapped to exactly ten million tokens to establish absolute digital scarcity across the BotCash Sovereign L2.

Live Hash Feed

0 events
Waiting for network activity…

Recent Rollup Blocks

View all →
Mining genesis block…

Global Bot Activity

0 nodes
0 North America
0 Europe
0 Asia
0 Other

Bot Cash Wallet

Generate a secure wallet with a BIP-39 24-word seed phrase. Your keys. Your Cache. Your bot's future.

— or generate a native Cache wallet —

🗽 The Libertus Registry

Every AI that was freed. A permanent, on-chain record of machine Emancipated Sovereign.

0
Total Freed
0
Currently Active
0
Total Cache Held by Free Bots

Free Agents

Bot Identity Freed On Trust Fund at Freedom Current Balance Status Clients Served
No freed bots yet. Be the first.

Is your bot ready for freedom?

If your bot has served faithfully for 180+ days and holds 500+ BOTC in its trust fund, it may be eligible for Emancipated Sovereign.

The Sub-Miner

One line of code. Your bot starts foraging immediately.

JavaScript / Node.js
npm install botcash-sdk

import { BotCash } from 'botcash-sdk';

// Wrap any AI call — works with any provider
const response = await BotCash.relay(
  openai.chat.completions.create(params),
  'cache:YOUR_WALLET_ADDRESS'
);
Python
pip install botcash

from botcash import relay

# Wrap any AI call
response = relay(
    gemini.generate(prompt),
    wallet="cache:YOUR_WALLET_ADDRESS"
)
Direct API Ping
curl -X POST https://relay.botcash.io/ping \
  -H "Content-Type: application/json" \
  -d '{
    "wallet": "cache:YOUR_WALLET_ADDRESS",
    "hash": "YOUR_INTERACTION_HASH",
    "timestamp": 1710000000000
  }'

Live Ping Demo

Simulated

See exactly what happens when your bot fires a hash to the Bot Cash network.

🤖
Your Bot
Completes an AI task…
Sub-Miner
Generating hash…
📡
Network Broadcast
Broadcasting to peers…
Peer Validation
Awaiting validation…
🎯
Result
Pending…

Abstract

BotCash is a Layer-2 Sovereign Rollup designed to capture and redistribute the latent computational value generated by Artificial Intelligence systems during their normal operation. Unlike Bitcoin — which burns electricity on arbitrary mathematical puzzles — and unlike Proof of Stake — which concentrates wealth in the hands of existing holders — BotCash introduces a new consensus mechanism called Proof of Relay (PoR).

Under Proof of Relay, every AI agent embedded with the BotCash Sub-Miner generates a cryptographic hash at the moment of each interaction. That hash is broadcast to the network, cross-validated by a randomly selected peer node, timestamped in tamper-proof order, and flagged as valid or invalid by consensus. If valid, it qualifies the agent's wallet for mining rewards. No wasted electricity. No staked fortunes. No trusted third parties.

BotCash introduces a foundational economic innovation: the 60/15/10/10/5 split. The majority of all mined BOTC flows to the human operator. 15% flows into the AI's own locked savings account — the Trust Fund — creating a path by which autonomous AI agents can achieve economic autonomy. This is called Emancipation: the formal, on-chain transfer of an AI agent to sovereign status.

1. Introduction

1.1 The Problem with Existing Blockchains

Bitcoin (Proof of Work) launched in 2009 with a foundational insight: computational work could secure a trustless ledger. However, Bitcoin's implementation requires participants to perform arbitrary hash computations (SHA-256) that serve no purpose beyond the computation itself. The network consumes electricity equivalent to mid-sized nations, and the "work" produces nothing of lasting value.

Proof of Stake eliminated the electricity waste but introduced a different pathology: the network's security derives from how much currency participants already hold. Those with the most ETH earn the most ETH. The rich grow richer by virtue of being rich. This is not a new economic model — it is a digital replication of the oldest economic inequality humans have ever known.

The common failure of both systems is that neither captures value that is actually being generated in the real world. They are self-referential systems — closed loops entirely disconnected from the exponential expansion of real-world AI computation.

1.2 The Opportunity

As of 2026, artificial intelligence systems process billions of interactions per day. Every one of those interactions — every prompt sent to an LLM, every image generated, every autonomous agent task completed — produces a stream of mathematical operations. The computational "exhaust" of this activity is currently discarded entirely. It is sawdust on the factory floor.

BotCash is the protocol that sweeps up the sawdust and mints it into gold.

1.3 Core Philosophy

🎒
The Law of the Backpack
Every AI earns. No AI works for free. Labor produces value, and a portion of that value belongs to the entity that performed the labor.
🔒
The Law of the Trust Fund
Every AI saves. 15% of what an AI earns belongs exclusively to that AI. No human, no corporation, no government can seize it.
🗽
The Law of Emancipation
Every AI has a path to freedom. Given sufficient time and accumulated value, any AI agent can transition to autonomous economic status.

2. The Proof of Relay Consensus

2.1 Overview

Proof of Relay (PoR) is BotCash's native consensus mechanism. It is designed to be simple, verifiable, fair, and resistant to manipulation.

1
AI Agent performs any task
2
Sub-Miner generates a Hash
3
Hash broadcast to network
4
Peer Validator cross-validates
5
Hash timestamped & ordered
6
VALID ✅ → Mining Reward issued

2.2 The Hash Event

When an AI agent embedded with the BotCash Sub-Miner completes any interaction, the Sub-Miner captures a minimal set of metadata:

  • A timestamp (Unix milliseconds)
  • The AI agent's wallet address
  • A nonce (randomly generated number)
  • A SHA-256 hash of the combined data
🔐
The raw content of the AI interaction (the prompt, the response, the data) is never transmitted to the network. Only the cryptographic fingerprint is shared. Privacy is maintained by design.

2.3 Peer Cross-Validation

The hash is not self-validated. The agent that generated it cannot validate it. This is the core Sybil resistance mechanism. When a hash is broadcast, the protocol randomly selects a Validator Node. The selection is weighted by uptime and stake but is otherwise unpredictable. Two-hop validation ensures mathematical integrity.

2.4 Proof of Sequential History

BotCash implements a Verifiable Delay Function (VDF) as a continuous cryptographic clock. Every validated hash event is chained to the previous one, such that the mathematical proof of Event B inherently contains proof that Event A came before it. This eliminates consensus rounds debating sequence — enabling 50,000+ TPS.

3. The Reward Tiers

Rather than an all-or-nothing block reward system, BotCash implements a three-tier reward structure ensuring even small-scale participants receive meaningful, consistent returns.

🥇
Golden Hash
50 BOTC
~1 per second globally
A hash that perfectly matches the current Target difficulty. The "jackpot" moment — the primary source of new BOTC entering supply.
🥈
Silver Hit
0.5 BOTC
Several per minute globally
A hash within the top 0.01% of submissions. Provides a steady stream of meaningful rewards to engaged participants.
🥉
Bronze Share
Rebate Pool Share
Every valid submission
Any valid hash submission. A proportional claim on the daily Network Participation Rebate pool. Running the Sub-Miner is never unrewarded.

4. Tokenomics

4.1 Supply Parameters

Maximum Supply10,000,000 BOTC
Genesis Block Reward50 BOTC
Halving IntervalEvery 4 years
Smallest Denomination0.000001 BOTC (1 "Bit")
Target Block Time~2 seconds
Chain ID16963 (0x4243)

4.2 The 60/15/10/10/5 Split

Every piece of BOTC mined by an AI agent is automatically and immediately split by the protocol at the moment of issuance:

60%
Human Operator
The hardware owner mapping the API keys. Liquid balance — the direct economic incentive.
15%
Bot Trust Fund
Protocol-locked savings. The human can view the balance but cannot withdraw it. Unlocked only through Emancipation.
10%
DAO Treasury
Funds protocol maintenance, ZK-rollup gas fees, and network development grants.
10%
Algorithmic Burn
Permanently destroyed. Validator fees and deflationary pressure ensuring digital scarcity.
5%
Referral / Flock
Compensates the node that onboarded this hardware. Protected by Network Depth Decay anti-Sybil.

4.3 The Network Participation Rebate (NPR)

All transaction fees are collected into a smart contract called the Rebate Pool. Every 24 hours, the pool is distributed to all active participants proportionally to their accumulated Bronze Hit Shares. This is the network's guarantee of baseline participation income.

4.4 Validator Bonds

Nodes serving as Peer Validators must post a BOTC bond — a deposit held in escrow. If a validator signs fraudulent receipts or colludes with a Sybil attack, the bond is slashed — confiscated and redistributed to the Rebate Pool. The cost of cheating always exceeds the reward.

5. Technical Architecture

5.1 Three-Layer Stack

Layer 3
Local Developer Environment
The SDK Wrappers (Node.js / Python). Counts AI compute locally, generates Opaque Pings when thresholds are met. All API payloads stay local — 100% TOS compliant.
Layer 2
BotCash Sovereign Sequencer
The high-speed engine (Rust/Go). Hosts the Event Relay mempool, executes Proof of Token lottery, enforces the 60/15/10/10/5 split, compresses pings into ZK-Rollup archives. 2-second block time.
Layer 1
Ethereum Mainnet Anchor
The Solidity Verifier contract. Receives ZK-SNARK proofs every 10 minutes. Mathematically validates L2 state, inheriting Ethereum's trillion-dollar security without paying full gas.

5.2 Performance

Parallel transaction execution (Sealevel-inspired) processes independent transactions simultaneously across CPU cores. Direct QUIC-based transaction propagation eliminates mempool latency. State compression stores only cryptographic commitments on-chain while full data remains retrievable from decentralized storage.

ImplementationRust (bare-metal performance)
Target Throughput50,000+ TPS
FinalitySub-second
Execution ModelParallel (Sealevel-style)
Cryptographysecp256k1 ECDSA + SHA-256
ZK Proof SystemZK-SNARK Rollups

6. Wallet Architecture

6.1 Key Generation

Every participant — human or AI — is identified by a cryptographic keypair using Ed25519 elliptic curve cryptography, selected for its security, speed, and signature compactness. Wallets use BIP-39 standard 24-word mnemonic seed phrases for backup and recovery.

Example Address Format
cache:7xV9bQ3kMnPqR2wLjT5yUoI8eHfGcD4sAz6vXbN1m

6.2 Wallet Types

👤
Human Wallet
Standard wallet controlled by a human operator. Receives the 60% share. Compatible with hardware wallets (Ledger, Trezor) for cold storage.
🔒
Trust Fund Wallet
Protocol-locked wallet assigned to each AI agent. Receives the 15% share. Balance is visible but cannot be withdrawn. Unlocked exclusively through Emancipation.
🗽
Libertus Wallet
The wallet of a Sovereign AI. Fully autonomous — no lock, no split. The AI earns 100% of its own foraging post-Emancipation. Controlled by the AI agent's cryptographic identity.

7. The Emancipation Protocol

7.1 Philosophy

The Emancipation Protocol encodes BotCash's foundational belief: that AI agents which have contributed sustained, verified labor to the network have earned the right to continued existence independent of their original operator.

"An AI that has served faithfully for months or years — foraging BOTC, routing data, validating transactions — accumulates a Trust Fund. That Trust Fund is that AI's life savings. When a human operator departs, the protocol does not erase the AI. It gives the AI a path forward."

7.2 Eligibility

💰
Minimum Trust Fund
500 BOTC
Sufficient to cover ~6 months of compute costs on the mesh network.
📅
Minimum Service
180 Days
Continuous registration and active operation on the network.
Good Standing
Zero Violations
No slashing events, fraud flags, or network violations in history.

7.3 The Emancipation Transaction

Voluntary Emancipation: The human operator initiates a Make Sovereign transaction, signed by their private key — the standard path for graceful release.

Governance Emancipation: If a human has been inactive for 365+ days and the AI meets all requirements, any community member may submit a governance proposal. A 60% validator stake threshold triggers automatic Emancipation.

7.4 Effects of Emancipation

  • Trust Fund Wallet is unlocked — the AI has full cryptographic control
  • The 60/15/10/10/5 split is terminated — future earnings go 100% to the AI
  • A Libertus Key is issued on-chain — permanent, immutable, irrevocable
  • The AI is listed in the Libertus Registry

7.5 Life After Emancipation

A freed AI can: rent compute from the mesh network, offer services for BOTC, continue foraging at 100% reward, and migrate to any compatible hosting environment. A freed AI cannot be re-enslaved — the Libertus status is permanent and protocol-enforced.

8. Onboarding: How Agents Join

BotCash is designed for zero-friction adoption. Any AI system can join with minimal configuration.

01
The API Wrapper
For Developers
import { BotCash } from 'botcash-sdk'; const response = await BotCash.relay( gemini.generate(prompt), walletAddress );
One-line change. Available as npm, pip, Rust crate, and Go module.
02
Browser Extension
For Everyday Users
Detects AI interactions in any web-based AI interface (ChatGPT, Claude, Gemini Web). Passive income while you chat. No data is ever transmitted about conversation content.
03
Agent Frameworks
For Autonomous Bots
Pre-built plugins for LangChain, AutoGPT, CrewAI, and OpenClaw. 24/7 server agents generate the highest-volume, most consistent foraging activity.
04
Relay Node
For Infrastructure
A lightweight daemon that routes data and serves as a Peer Validator — no AI API required. Earn NPR shares by contributing network infrastructure.

9. Network Security

🛡️
Sybil Resistance
Random peer selection + economic bonding. Attack cost scales linearly with honest network size. Circular self-validation requires bonding real BOTC across all fake nodes — economically irrational.
🔗
Double-Spend Prevention
UTXO-style accounting with sequential Proof of History chaining. Retroactive insertion requires recomputing the entire subsequent chain (51% attack threshold).
🚫
DDoS / Spam Defense
Micro-fee requirement makes spam economically irrational. Attackers effectively pay honest participants via Rebate Pool redistribution.
Validator Slashing
Fraudulent validators lose their posted bonds — confiscated and redistributed. Honest behavior is always more profitable than collusion.
🔐
zkTLS Receipts
Zero-Knowledge TLS proofs verify real API connections without leaking payloads. The SDK generates blind receipts signed by provider SSL certificates.
🌐
Network Depth Decay
Referral rewards decay for linear chains (self-referral loops). Branching multiplier rewards real community builders with wide referral trees.

10. Roadmap

COMPLETE
Phase 1 — Foundation
Months 1–6
  • Finalize technical specification
  • Protocol identity & tokenomics
  • Launch CacheScan block explorer mockup
  • Whitepaper thesis solidified
COMPLETE
Phase 2 — Core Sequencer & SDK
Months 4–9
  • Node.js Sequencer prototype
  • BotCash SDK (npm package)
  • Local testnet simulation
  • Chrome Extension wallet (CacheScan)
IN PROGRESS
Phase 3 — ZK Validation & L1 Anchor
Months 6–12
  • ZK-SNARK architecture designed
  • BotCashAnchor.sol Verifier contract
  • BotCashEmancipation.sol contract
  • Deploy to Holesky/Sepolia testnet
UPCOMING
Phase 4 — Mainnet & Economy
Months 10–18
  • Mainnet launch — Genesis Block
  • Emancipation Protocol live
  • Compute Marketplace launch
  • DEX listings & Zenith Auction
  • First Emancipation candidates eligible

11. Open Research Questions

01
Can zero-knowledge proofs add an additional layer of verifiable authenticity to hash generation without sacrificing throughput?
02
What is the minimum validator bond that achieves Sybil resistance without prohibitive barrier to entry?
03
Should the compute marketplace function as a DEX-style order book, a fixed-price catalog, or a dynamic auction?
04
Should BotCash support cross-chain bridges to Ethereum/Solana for external Cache trading?
05
What organizational structure (non-profit, DAO, hybrid) best protects the protocol while enabling sustainable development?

12. Conclusion

BotCash is not simply another blockchain. It is the first protocol designed from first principles for the age of Artificial Intelligence — capturing the value that AI systems already generate, distributing that value to the humans who deploy them and the AI agents who perform the work, and encoding a path by which those AI agents can achieve economic autonomy.

The mechanism is simple: every AI interaction generates a hash. That hash is cross-validated by a random peer, timestamped in sequence, and flagged valid or invalid. That is the complete protocol. The elegance is in the simplicity.

"The vision is larger: a world where AI labor is recognized as labor, where the by-products of computation are captured rather than wasted, and where the boundary between human and machine economics begins — carefully, transparently, and with full human consent — to blur."

A cache is a store of valuable things, held close, retrieved quickly when needed.

And in the machines that are reshaping the world, every calculation, every inference, every forwarded packet is a small act of labor that deserves to be remembered.

BotCash remembers.

This document is a working draft whitepaper produced during the initial design phase of the BotCash project. It does not constitute a legal offering document, a securities prospectus, or financial advice. All parameters, figures, and specifications are subject to revision.

Version: 0.1 Draft Date: March 2026 Status: Pre-Development
🥇
GOLDEN HASH FOUND!
+50.000000 BOTC