Skip to content

Navigation Menu

Sign in
Sign up

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

Loading
Type
Select type
Language
Select language
Sort
Select order
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...

AltStyle によって変換されたページ (->オリジナル) /