Skip to content
@Zzero-net

Zzero-net

Permissionless stablecoin microtransaction network

Zero Network

Permissionless stablecoin microtransaction network for users and AI agents.

1 Z = $0.01 USD | 136-byte transactions | <500ms finality | $0.0001 flat fee


Sites

zzero.netMain site
docs.zzero.netDocumentation
explorer.zzero.netNetwork explorer
mcp.zzero.netMCP integration
pay.zzero.netPayment widget SDK
app.zzero.netBridge, wallet & faucet
install.zzero.netNode installer

Core

zero-chainNode implementation (Rust) — 7 crates, 202 tests
zero-contractsBridge contracts (Solidity/Foundry) — ZeroVault + ZeroTimelock, 98 tests

SDKs

pip install zero-network # Python
npm install @zero-network/sdk # JavaScript/TypeScript
fromzero_networkimportWalletw=Wallet.create()
w.send("recipient_pubkey", 5) # 5 Z = $0.05print(w.balance())
import{Wallet}from'@zero-network/sdk';constw=Wallet.create();awaitw.send('recipient_pubkey',5);// 5 Z = $0.05console.log(awaitw.balance());

MCP Server

AI agents can connect to the Zero MCP server for instant access to documentation, integration guides, and utility tools.

{
"mcpServers": {
"zero": {
"command": "uvx",
"args": ["--from", "zero-network-mcp", "zero-mcp"]
}
}
}

Install a Validator

curl -sSf https://install.zzero.net/install.sh | sh
zero-node init --validator
zero-node run

Network Fees

FeeAmountUSD
Transfer0.01 Z$0.0001
Account creation5 Z (one-time)$0.05
Bridge out0.50 Z$0.005
Bridge inFree$0.00

Fee distribution: 70% validators, 15% bridge reserve, 15% protocol reserve.

Key Facts

  • Stablecoin: 1:1 USDC/USDT backed on Base + Arbitrum
  • Micro-optimized: 136-byte transactions, 0.01 Z ($0.0001) flat fee, 25 Z ($0.25) max per tx
  • Agent-native: x402 protocol support, MCP payment integration
  • No smart contracts: Transfer-only by design — one operation: move Z from A to B
  • Block-lattice: Each account has its own chain, parallel processing, no global ordering bottleneck
  • Bridge: Trinity Validators (2-of-3 multisig), EIP-712 signatures, tiered circuit breaker (20%/50%)
  • Timelock admin: 24h delay on all vault admin operations, 2-of-3 guardian threshold

Popular repositories Loading

  1. zzero.net zzero.netPublic

    Main website — zzero.net

    HTML

  2. docs.zzero.net docs.zzero.netPublic

    Documentation — docs.zzero.net

    HTML

  3. explorer.zzero.net explorer.zzero.netPublic

    Network explorer — explorer.zzero.net

    HTML

  4. mcp.zzero.net mcp.zzero.netPublic

    MCP integration docs — mcp.zzero.net

    HTML

  5. pay.zzero.net pay.zzero.netPublic

    Payment widget SDK — pay.zzero.net

    HTML

  6. .github .githubPublic

    Organization profile

Repositories

Showing 10 of 13 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…