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.net Main site
docs.zzero.net Documentation
explorer.zzero.net Network explorer
mcp.zzero.net MCP integration
pay.zzero.net Payment widget SDK
app.zzero.net Bridge, wallet & faucet
install.zzero.net Node installer

Core

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

SDKs

pip install zero-network          # Python
npm install @zero-network/sdk     # JavaScript/TypeScript
from zero_network import Wallet

w = Wallet.create()
w.send("recipient_pubkey", 5)     # 5 Z = $0.05
print(w.balance())
import { Wallet } from '@zero-network/sdk';

const w = Wallet.create();
await w.send('recipient_pubkey', 5);  // 5 Z = $0.05
console.log(await w.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

Fee Amount USD
Transfer 0.01 Z $0.0001
Account creation 5 Z (one-time) $0.05
Bridge out 0.50 Z $0.005
Bridge in Free $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.net Public

    Main website — zzero.net

    HTML

  2. docs.zzero.net docs.zzero.net Public

    Documentation — docs.zzero.net

    HTML

  3. explorer.zzero.net explorer.zzero.net Public

    Network explorer — explorer.zzero.net

    HTML

  4. mcp.zzero.net mcp.zzero.net Public

    MCP integration docs — mcp.zzero.net

    HTML

  5. pay.zzero.net pay.zzero.net Public

    Payment widget SDK — pay.zzero.net

    HTML

  6. .github .github Public

    Organization profile

Repositories

Showing 10 of 13 repositories
  • mcp-server Public

    MCP server — AI agents connect to learn about Zero and integrate payments

    Zzero-net/mcp-server’s past year of commit activity
    Python 0 0 0 0 Updated Mar 9, 2026
  • zero-sdk-js Public

    JavaScript/TypeScript SDK for the Zero Network — stablecoin microtransactions for AI agents

    Zzero-net/zero-sdk-js’s past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Mar 9, 2026
  • zero-sdk-python Public

    Python SDK for the Zero Network — stablecoin microtransactions for AI agents

    Zzero-net/zero-sdk-python’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Mar 9, 2026
  • zero-contracts Public

    ZeroVault bridge contracts — Solidity (Foundry). USDC on Base, USDT on Arbitrum. 2-of-3 multisig attestation, circuit breaker.

    Zzero-net/zero-contracts’s past year of commit activity
    Solidity 0 0 0 0 Updated Mar 9, 2026
  • zero-chain Public

    Zero Network node — permissionless stablecoin microtransactions. DAG-based aBFT consensus, Ed25519+BLAKE3, <500ms finality.

    Zzero-net/zero-chain’s past year of commit activity
    Rust 0 0 0 0 Updated Mar 9, 2026
  • .github Public

    Organization profile

    Zzero-net/.github’s past year of commit activity
    0 0 0 0 Updated Mar 9, 2026
  • app.zzero.net Public

    Bridge & Wallet — app.zzero.net

    Zzero-net/app.zzero.net’s past year of commit activity
    HTML 0 0 0 0 Updated Mar 9, 2026
  • docs.zzero.net Public

    Documentation — docs.zzero.net

    Zzero-net/docs.zzero.net’s past year of commit activity
    HTML 0 0 0 0 Updated Mar 9, 2026
  • zzero.net Public

    Main website — zzero.net

    Zzero-net/zzero.net’s past year of commit activity
    HTML 0 0 0 0 Updated Mar 9, 2026
  • pay.zzero.net Public

    Payment widget SDK — pay.zzero.net

    Zzero-net/pay.zzero.net’s past year of commit activity
    HTML 0 0 0 0 Updated Mar 9, 2026

People

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