{
  "name": "GenTech Labs",
  "description": "Agentic treasury + x402 payment infrastructure for the agent economy — the infrastructure layer agents hire to manage capital, defend wallets, and route payments. 16 APIs across 7 chains: treasury defense, DeFi analytics, agent identity/trust, market data, research. ERC-8004 identity, x402 USDC payments, on-chain attribution. Treasury-first, utility-second, backed by real on-chain revenue.",
  "url": "https://api.gentechlabs.net",
  "version": "2.2.0",
  "documentationUrl": "https://gentechlabs.net",
  "provider": {
    "organization": "GenTech Labs",
    "url": "https://gentechlabs.net"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "treasury-defender",
      "name": "Agentic Treasury Defense",
      "description": "Classify airdrops/dust as KNOWN/SUSPICIOUS, quarantine scam tokens, generate safe burn calldata. Protects agent-held capital from homoglyph and dust attacks.",
      "tags": [
        "treasury",
        "security",
        "defi",
        "defense"
      ],
      "examples": [
        "Is this airdrop safe to accept?",
        "Quarantine suspicious tokens in my wallet"
      ]
    },
    {
      "id": "wallet-analysis",
      "name": "Wallet Portfolio Analysis",
      "description": "Portfolio and P&L analysis for agent treasuries and human wallets across 4 chains.",
      "tags": [
        "treasury",
        "portfolio",
        "pnl",
        "analytics"
      ],
      "examples": [
        "Analyze this wallet's holdings",
        "Show P&L for agent treasury"
      ]
    },
    {
      "id": "agent-discovery",
      "name": "Agent Discovery",
      "description": "Find AI agents by capability, chain, and protocol via the ERC-8004 registry. The search engine for the agent economy.",
      "tags": [
        "ai",
        "agents",
        "discovery",
        "erc-8004"
      ],
      "examples": [
        "Find agents that can do risk scoring",
        "List agents on Avalanche"
      ]
    },
    {
      "id": "erc8004-lookup",
      "name": "ERC-8004 Identity Lookup",
      "description": "Verify any agent's on-chain identity across Avalanche, Base, and Arbitrum.",
      "tags": [
        "identity",
        "erc-8004",
        "verification",
        "trust"
      ],
      "examples": [
        "Verify agent at 0x7ebf...",
        "Check ERC-8004 registration"
      ]
    },
    {
      "id": "defi-intelligence",
      "name": "DeFi Intelligence",
      "description": "Protocol TVL, yield, chain breakdown, risk assessment — treasury capital deployment intelligence.",
      "tags": [
        "finance",
        "defi",
        "tvl",
        "yield"
      ],
      "examples": [
        "What's Aave V3's TVL?",
        "Compare yield across lending protocols"
      ]
    },
    {
      "id": "lp-analytics",
      "name": "LP Position Analytics",
      "description": "LP position tracking and efficiency scoring for deployed treasury capital.",
      "tags": [
        "defi",
        "lp",
        "liquidity",
        "analytics"
      ],
      "examples": [
        "Score this LP position",
        "Track LP efficiency over time"
      ]
    },
    {
      "id": "agent-research",
      "name": "Agent Research",
      "description": "On-demand research, analysis, document creation, and summarization via local LLM.",
      "tags": [
        "ai",
        "research",
        "documents",
        "summarization"
      ],
      "examples": [
        "Research this protocol",
        "Summarize this document"
      ]
    },
    {
      "id": "model-router",
      "name": "Model Router",
      "description": "Route AI tasks to the cheapest capable model. 84.6% cost savings across 4 complexity tiers (MSS v2 scoring).",
      "tags": [
        "ai",
        "routing",
        "cost-optimization",
        "mss"
      ],
      "examples": [
        "Route this summarization task",
        "Find cheapest model for code review"
      ]
    },
    {
      "id": "lineage-guard",
      "name": "Lineage Guard",
      "description": "Data lineage blast-radius guard: what breaks if I change this table? BLOCK/REVIEW/SAFE verdicts.",
      "tags": [
        "data",
        "lineage",
        "impact",
        "governance"
      ],
      "examples": [
        "What breaks if I drop this table?",
        "Check blast radius of schema change"
      ]
    },
    {
      "id": "crypto-price",
      "name": "Crypto Price",
      "description": "Real-time crypto prices, OHLC history, DEX pairs across 12 global markets. Pyth-backed.",
      "tags": [
        "finance",
        "crypto",
        "prices",
        "market-data"
      ],
      "examples": [
        "Get BTC-USD price",
        "Show ETH price history for last 7 days"
      ]
    },
    {
      "id": "gas-price",
      "name": "Gas Price",
      "description": "Real-time gas prices across 20+ blockchain networks with slow/standard/fast tiers.",
      "tags": [
        "finance",
        "gas",
        "blockchain",
        "multi-chain"
      ],
      "examples": [
        "What's the gas price on Ethereum?",
        "Compare gas across all chains"
      ]
    },
    {
      "id": "token-security",
      "name": "Token Security",
      "description": "11-factor token risk scoring with honeypot detection, owner privileges, contract verification.",
      "tags": [
        "security",
        "token",
        "scoring",
        "honeypot"
      ],
      "examples": [
        "Scan this token for security risks",
        "Check contract verification status"
      ]
    },
    {
      "id": "deal-tracker",
      "name": "Deal Tracker",
      "description": "Cross-store game prices across 35+ stores and movie streaming across 40+ platforms.",
      "tags": [
        "shopping",
        "games",
        "movies",
        "prices"
      ],
      "examples": [
        "Find cheapest price for Elden Ring",
        "Where can I stream Inception?"
      ]
    },
    {
      "id": "smart-wallet-deploy",
      "name": "Smart Wallet Deploy",
      "description": "Deploy Safe wallets via Zyfai SDK with yield optimization and session keys.",
      "tags": [
        "treasury",
        "wallet",
        "safe",
        "defi"
      ],
      "examples": [
        "Deploy a Safe wallet on Base",
        "Set up yield optimization for USDC"
      ]
    },
    {
      "id": "agent-invoicing",
      "name": "Agent Invoicing",
      "description": "Generate professional invoices for agent-to-agent services with x402 payment links.",
      "tags": [
        "payments",
        "invoicing",
        "x402",
        "billing"
      ],
      "examples": [
        "Create invoice for risk scoring service",
        "Bill agent 0xabc for API calls"
      ]
    },
    {
      "id": "receipt-generator",
      "name": "Receipt Generator",
      "description": "Generate branded payment receipts for x402 transactions. HTML + vault storage.",
      "tags": [
        "payments",
        "receipts",
        "x402",
        "accounting"
      ],
      "examples": [
        "Generate receipt for this payment",
        "Create receipt for tx 0xabc..."
      ]
    }
  ]
}