Bitcoin Work Layer
Risks
- Pool concentration
- Invalid AuxPoW
- Stale work
- Chain reorg assumptions
Mitigations
- Verification
- Chainwork tracking
- Confirmations
- Policy thresholds

Bitcoin-aligned work + sovereign AI execution
BitcoinAI is a sovereign Cosmos-derived Layer 1 designed to connect Bitcoin-aligned work with Delegated Proof of Stake, verifiable AI activity, smart contracts, appchains, and multichain settlement.
Bitcoin remains the proof-of-work and value anchor. BitcoinAI adds the execution, coordination, and verification layers needed for the AI economy.
View AIPoWSystem overview
Bitcoin provides work. AIPoW qualifies work. DPoS finalizes state. BatteryAGI executes AI. BitcoinAI coordinates and settles the result.
LAYER 5
LAYER 4
LAYER 3
LAYER 2
LAYER 1
Hybrid merge architecture
Hybrid Merge Bitcoin Protocol to Cosmos
The phrase describes BitcoinAI's architecture: Bitcoin-compatible merge-mined work feeds the AIPoW work layer, while a sovereign Cosmos SDK / CometBFT blockchain provides consensus, state, smart contracts, governance, and multichain coordination.
Engine A
Engine B
Bitcoin consensus and Cosmos consensus are not literally merged. BitcoinAI verifies Bitcoin-aligned work while maintaining its own sovereign validator set, chain ID, state machine, governance, and upgrade path.
Bitcoin-aware infrastructure
Exact Bitcoin light-client and AuxPoW rules remain implementation parameters until final testnet and mainnet specifications are published.
Why this matters
Work-based issuance
AIPoW is the BitcoinAI protocol name. AuxPoW is the underlying merge-mining mechanism used for Bitcoin-compatible shared work.
Standard path
AI-enhanced path
Reward for participant i equals E times w i, divided by the sum of all accepted work weights.
The 1.05 weight does not mint an extra 5% outside the reward budget. It changes how a fixed epoch budget is divided among qualifying work.
Scarcity by design
Relative shape only — not an issuance schedule.
Illustrative epoch
Illustrative25 BTCAI
active distribution in one epoch
Undistributed theoretical envelope is not automatically minted or circulating.
Rewards are denominated in BTCAI, not fiat. No value is implied or guaranteed.
Finality + security
Effective stake equals the smaller of self-bond plus delegated stake, or 10,000,000 BTCAI.
Two engines. One network.
Purpose
Purpose
“AIPoW does not replace consensus. DPoS does not replace work. BitcoinAI uses each mechanism for the role it performs best.”
Verifiable AI activity
A hash can prove
A hash alone does not prove
That is why BitcoinAI uses richer Proof-of-AI receipts, organised as a verification ladder:
Tiers 3–4: Optional / future-capable depending on implementation and cost.
AI receipts
| Field | Type | Description |
|---|---|---|
| job_id | bytes32 | Unique job identifier |
| requester | address | Account that requested the job |
| provider_id | address | AI provider identity |
| model_id | string | Model identifier |
| model_hash | bytes32 | Model version or artifact hash |
| input_hash | bytes32 | Commitment to the request input |
| output_hash | bytes32 | Commitment to the result |
| exec_meta_hash | bytes32 | Execution metadata commitment |
| nonce | uint64 | Anti-replay nonce |
|---|---|---|
| verification | enum | Verification method / tier |
| provider_sig | bytes | Provider signature |
| verifier_evidence | bytes32? | Independent verifier evidence |
| tee_attestation | bytes32? | TEE attestation hash |
| zk_proof | bytes32? | zk proof hash |
| payment_ref | bytes32 | Settlement / payment reference |
Anti-replay binding
Hash(chain_id || epoch || miner_address || auxpow_work_id || model_hash || input_hash || output_hash || job_nonce)Conceptual binding structure; final encoding is implementation-defined.
Merkle batching
AI off-chain. Trust on-chain.
Request on BitcoinAI. Execute on BatteryAGI. Verify on BitcoinAI. Settle in BATT.
Stays off-chain
Recorded on BitcoinAI
Programmable BitcoinAI
Security-critical protocol functions should remain native audited modules where appropriate. Smart contracts extend application logic without replacing the core protocol.
Appchain-ready
Security inheritance depends on the chosen appchain and interoperability architecture.
Multichain by design
Target ecosystems (conceptual)
No external chain is integrated today.
Design principle
Cross-chain AI jobs are asynchronous state machines, not fake atomic transactions across unrelated consensus systems.
Each route carries its own security model; see Security Boundaries below.
Scaling for AI
1 · Transaction lanes
2 · Parallel execution
3 · State partition keys
4 · Merkle batching
Compress many AI events into compact commitments.
5 · Off-chain compute
BatteryAGI · Provider network · Horizontal scaling
100,000–500,000
concurrent AI transactions/jobs
Research target100K+ native TPS is a research/engineering target and must not be presented as achieved until reproducible multi-validator benchmarks exist.
Defense in depth
No system is absolutely secure. BitcoinAI's design aims to limit the blast radius of any single failure.
Risks
Mitigations
Risks
Mitigations
Risks
Mitigations
Risks
Mitigations
What is final vs. what is still being engineered
Explore AIPoW, run a validator, build applications, or follow the development of BitcoinAI.
Read the White Paper