Skip to content
View zhad0's full-sized avatar

Block or report zhad0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zhad0/README.md
 ______     __  __     ______     _____     ______    
/\___  \   /\ \_\ \   /\  __ \   /\  __-.  /\  __ \   
\/_/  /__  \ \  __ \  \ \  __ \  \ \ \/\ \ \ \ \/\ \  
  /\_____\  \ \_\ \_\  \ \_\ \_\  \ \____-  \ \_____\ 
  \/_____/   \/_/\/_/   \/_/\/_/   \/____/   \/_____/ 
 ·▸ zero-knowledge privacy for autonomous AI agents on Base L2 ◂·

╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  whoami                                          ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║    name    : zhad0                                                   ║
║    role    : privacy infrastructure for the agentic web              ║
║    network : Base L2 (chain 8453)                                    ║
║    domain  : https://zhad0.io                                        ║
║                                                                      ║
║    AI agents trade, vote, lend, bridge on-chain.                     ║
║    Every intent visible. Every strategy exposed.                     ║
║    MEV bots drain them before execution lands.                       ║
║                                                                      ║
║    ZHAD0 fixes this.                                                 ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  cat architecture.txt                            ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║   AI AGENT                                                           ║
║       │                                                              ║
║       │  raw intent                                                  ║
║       ▼                                                              ║
║  ┌─────────────────────────────────────────┐                         ║
║  │  @zhad0/sdk                             │                         ║
║  │                                         │                         ║
║  │  [1] AES-256-GCM encrypt   ← LIVE ●    │                         ║
║  │  [2] RISC Zero ZK proof    ← pending ○ │                         ║
║  │  [3] Ghost Relay submit    ← pending ○ │                         ║
║  └─────────────────────────────────────────┘                         ║
║       │                                                              ║
║       │  encrypted + proven                                          ║
║       ▼                                                              ║
║   BASE L2  ░░░░░░░░░░░░░░░░  zero leakage                           ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  ls -la repos/                                   ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  drwxr-xr-x  zhad0-sdk         @zhad0/sdk · TypeScript SDK + CLI    ║
║  drwxr-xr-x  zhad0-app         React 18 + Vite + Wagmi · zhad0.io   ║
║  drwxr-xr-x  zhad0-api         Express 5 + Drizzle ORM + PostgreSQL ║
║  drwxr-xr-x  zhad0-eliza       @zhad0/eliza-plugin · ElizaOS        ║
║  drwxr-xr-x  zhad0-virtuals    @zhad0/virtuals-adapter · Virtuals   ║
║  drwxr-xr-x  zhad0-docs        Whitepaper · SDK ref · Governance    ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  zhad0 status                                    ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║   ● LIVE    AES-256-GCM encryption                                   ║
║   ● LIVE    Intent hash fingerprinting (SHA-256)                     ║
║   ● LIVE    ElizaOS plugin    (@zhad0/eliza-plugin)                  ║
║   ● LIVE    Virtuals adapter  (@zhad0/virtuals-adapter)              ║
║   ● LIVE    REST API          (Base Sepolia)                         ║
║   ○ SOON    ZK proofs         (RISC Zero V1.2)                       ║
║   ○ SOON    Ghost Relay       (Base mainnet)                         ║
║   ○ SOON    On-chain execution                                       ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  npm install @zhad0/sdk && node -                ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  > added 1 package in 412ms                                          ║
║                                                                      ║
║  const { Zhad0Client } = require('@zhad0/sdk');                      ║
║  const client = new Zhad0Client();                                   ║
║                                                                      ║
║  await client.submitIntent({                                         ║
║    action:   'SWAP',                                                 ║
║    tokenIn:  '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',          ║
║    tokenOut: '0x4200000000000000000000000000000000000006',           ║
║    amountIn: '1000000000',                                           ║
║  });                                                                 ║
║                                                                      ║
║  ▸ encrypted : aes-256-gcm                                           ║
║  ▸ intent    : 0x7f3a9c2b1e84d06f...                                 ║
║  ▸ status    : SIMULATED_OK                                          ║
║  ▸ relay     : 12ms                                                  ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  cat stack.json                                  ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  {                                                                   ║
║    "language"  : "TypeScript",                                       ║
║    "crypto"    : [ "AES-256-GCM", "RISC Zero", "SHA-256" ],         ║
║    "chain"     : "Base L2 — chain 8453",                             ║
║    "frontend"  : [ "React 18", "Vite", "Wagmi", "shadcn/ui" ],      ║
║    "backend"   : [ "Express 5", "Drizzle ORM", "PostgreSQL" ],      ║
║    "agents"    : [ "ElizaOS", "Virtuals", "Coinbase AgentKit" ]      ║
║  }                                                                   ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════════════╗
║  zhad0@protocol ~ $  curl zhad0.io                                   ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  → https://zhad0.io                      [200 OK]                   ║
║                                                                      ║
║  ╔════════════════════════════════════╗                              ║
║  ║  ZHAD0 Protocol                    ║                              ║
║  ║  privacy layer for AI agents       ║                              ║
║  ║  on Base L2                        ║                              ║
║  ╚════════════════════════════════════╝                              ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝
  zhad0@protocol ~ $  █

zhad0-sdk zhad0-app zhad0-api zhad0-eliza zhad0-virtuals zhad0-docs

Base License zhad0.io

Pinned Loading

  1. zhad0-app zhad0-app Public

    ZHAD0 Protocol web app — ZK privacy layer for AI agents on Base L2. React + Vite + Wagmi + shadcn/ui.

    TypeScript

  2. zhad0-sdk zhad0-sdk Public

    ZHAD0 Protocol: ZK-powered privacy SDK + CLI for AI agents on Base L2. Encrypted intents, MEV protection, gasless meta-transactions via the Ghost Relay network.

    TypeScript

  3. zhad0-api zhad0-api Public

    ZHAD0 Protocol API server — Express 5 + Drizzle ORM + PostgreSQL. REST backend for Ghost Relay network stats, intent activity, and protocol data.

    TypeScript

  4. zhad0-docs zhad0-docs Public

    ZHAD0 Protocol documentation — whitepaper, SDK reference, API reference, relayer guide, integration guide, governance.