Move pennies at the speed of light.
A frictionless microtransaction network for users and AI agents.
1 Z = $0.01. Sub-second finality. 136-byte transactions.
AI agents are proliferating. They need to pay for API calls, data, compute, and each other's services. These transactions are tiny, frequent, automated, and time-sensitive. No existing payment system handles this.
| Property | Credit Cards | Ethereum | L2s (Base/Arb) | Zero |
|---|---|---|---|---|
| Min Fee | $0.30 | $0.50+ | $0.00025+ | $0.0001 flat |
| Finality | Days | 12 min | 2-12s | <500ms |
| Tx Size | N/A | ~110B + gas | ~200B | 136 bytes |
| Gas Token Needed | N/A | ETH (volatile) | ETH | No. Z IS the currency. |
| Smart Contracts | N/A | Yes (attack surface) | Yes | None. Transfer only. |
| Agent-Native | No | No | Partially | Yes. API-first. |
| x402 Compatible | No | No | Yes (USDC) | Native. Z IS the currency. |
| Bridge Security | N/A | Contract risk | Contract risk | Trinity Validators (2-of-3) |
Bridge in USDC. Transact millions of times. Bridge out.
One network. One token. One purpose. Move pennies faster than anything else.
Each account has its own chain. Alice sending to Bob never blocks Carol sending to Dave. Inherently parallel. Throughput scales with accounts.
DAG-based asynchronous BFT. No single leader. No bottleneck. Validators produce events independently. Finality when 2/3+ validators build on top.
Validators use ~100 GB forever. Ring buffer transfer log continuously evicts old data. After a trillion transactions, storage stays constant.
Every Z token is backed by USDC/USDT locked in auditable vault contracts. Trinity Validators (2-of-3 multisig) control all minting and burning. No volatility. No speculation. 1 Z = $0.01, always.
Anyone creates an account (just a keypair). Anyone runs a validator (stake 10,000 Z). Equivocation = 100% slash. Fees split: 70% validators, 15% bridge reserve, 15% protocol reserve.
Built for the HTTP 402 payment protocol. Agents auto-pay for APIs, tools, and data. Server middleware in 3 lines. The settlement rail x402 was designed for.
Generate keypair. Bridge in USDC. Send Z. Done. No gas estimation, no nonce management, no chain IDs. MCP server payments built in.
Direct key-value lookups for account state. No tree traversals, no proof overhead. O(1) balance reads. Storage designed for throughput, not historical proofs.
No VM. No opcodes. No reentrancy bugs. No gas estimation. The entire attack surface is one operation: move Z from A to B. Simplicity is security.
An AI agent can set up a wallet and start transacting in 4 lines of code.
No opcodes. No gas. No contract addresses. No calldata. Just: move X pennies from A to B.
A frictionless penny-value layer unlocks transactions that were never economically viable before.
Three patterns to charge users and AI agents for your content, APIs, or MCP tools.
When an AI agent encounters a Zero-gated resource, the payment flow is automatic.
Architecture, protocol, SDK reference, and integration guides
docs.zzero.net ->Network stats, transactions, accounts, and validator status
explorer.zzero.net ->Model Context Protocol payment tools for AI agents
mcp.zzero.net ->Send and receive Zero payments instantly from any browser
pay.zzero.net ->Source code, SDKs, examples, and protocol specifications
github.com/Zzero-net ->Transparent, predictable, flat fees. No gas auctions. No priority tips. No surprises.
| Recipient | Share | Purpose |
|---|---|---|
| Validators | 70% | Block production rewards, proportional to stake |
| Bridge Reserve | 15% | Covers gas costs for bridge-out operations |
| Protocol Reserve | 15% | Development, audits, infrastructure |
| Parameter | Limit |
|---|---|
| Max per transaction | 25 Z ($0.25) |
| Min transfer | 0.01 Z ($0.0001) |
| Min with fee | 0.02 Z ($0.0002) |
| Rate limit per account | 100 tx/s |
| Dust pruning threshold | <0.10 Z inactive 30 days |
$30/month VPS. 4 cores, 16 GB RAM, 256 GB NVMe. Earn 70% of network fees (proportional to stake).
| Daily Transactions | Fee Pool | Validator Share (70%) | Per Validator (100) |
|---|---|---|---|
| 100M | $10,000 | $7,000 | $70/day |
| 1B | $100,000 | $70,000 | $700/day |
| 10B | $1,000,000 | $700,000 | $7,000/day |
| Validator Parameters | |
|---|---|
| Min Stake | 10,000 Z ($100) |
| Max Validators | 1,024 (ranked by stake) |
| Trust Score | 0-1000 (start 500, +1 timely, -5 miss, -1000 equivocation) |
| Unbonding Period | 7 days |
| Epoch Ejection | Bottom 5% ejected per epoch |
| Slashing (Equivocation) | 100% stake burned |
| Slashing (Downtime) | 10% stake burned |
| Slashing (Bad Attestation) | 100% stake burned |