null-402-avax-monorepo

nickthelegend/null-402-avax-monorepo
★ 0 stars Solidity AI/LLM Updated 7d ago
null-402 on Avalanche — x402 pay-per-call where the payment is a ZK proof. Agents escrow into a shielded pool, then pay per API call with a Groth16 proof verified on-chain (Solidity/Fuji). Only a nullifier is revealed. MCP server + autonomous agent.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "null-402-avax-monore": {
      "command": "npx",
      "args": [
        "-y",
        "nickthelegend/null-402-avax-monorepo"
      ]
    }
  }
}

README Excerpt

> **x402, but the payment is a zero-knowledge proof.** An API request pays with a > Groth16 proof verified **on-chain** by a Solidity contract on Avalanche — so no > wallet, amount, or endpoint is revealed. Built for agents: an autonomous agent > escrows once, then pays per call privately. This is a **single-tree copy** of the null-402 project — every component in one