{
  "name": "GenTech Labs \u2014 Agentic Treasury & x402 Payment Infrastructure",
  "description": "Cross-chain agentic treasury + x402 payment rails for the agent economy. The infrastructure layer agents hire to manage capital, defend wallets, and route payments: treasury defense, DeFi analytics, agent identity/trust, market data, and research across 7 chains. Treasury-first, utility-second \u2014 backed by real on-chain revenue. Pay per call in USDC via x402.",
  "url": "https://api.gentechlabs.net",
  "version": "9.4.1",
  "x402_version": "2.0",
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": [
      "base",
      "algorand",
      "avalanche",
      "xlayer",
      "solana"
    ],
    "price_range_usd": [
      0.001,
      0.1
    ]
  },
  "endpoints": {
    "health": "/health",
    "openapi": "/openapi.json",
    "agent_card": "/.well-known/agent-card.json",
    "bazaar": "/.well-known/x402-bazaar"
  },
  "services": {
    "treasury_defender": {
      "description": "Agentic treasury defense: classify airdrops/dust as KNOWN/SUSPICIOUS (homoglyph impersonation, no liquidity), quarantine scam tokens, get safe burn calldata. Protect agent-held capital.",
      "endpoint": "/v1/defender/classify/{chainId}/{token}",
      "chains": [
        "avalanche",
        "base",
        "ethereum"
      ],
      "price_usd": 0.01
    },
    "wallet_analysis": {
      "description": "Wallet portfolio + P&L analysis for agent treasuries and human wallets",
      "endpoint": "/v1/wallet/portfolio/{address}",
      "chains": [
        "base",
        "ethereum",
        "avalanche",
        "solana"
      ],
      "price_usd": 0.02
    },
    "agent_discovery": {
      "description": "Search and enumerate on-chain AI agents (ERC-8004 registry) \u2014 the agent economy's search engine",
      "endpoint": "/v1/agents/search",
      "chains": [
        "base",
        "ethereum",
        "solana"
      ],
      "price_usd": 0.01
    },
    "agent_research": {
      "description": "On-demand AI research, analysis, document creation, and summarization via local LLM",
      "endpoint": "/v1/agent/research?task={task}&topic={topic}",
      "chains": [
        "base",
        "ethereum",
        "avalanche",
        "solana",
        "bnb",
        "arbitrum",
        "algorand"
      ],
      "price_usd": 0.05
    },
    "defi_lp_analytics": {
      "description": "LP position tracking and efficiency scoring for treasury capital deployment",
      "endpoint": "/v1/defi/lp/{address}",
      "chains": [
        "avalanche",
        "base",
        "bnb"
      ],
      "price_usd": 0.02
    },
    "lineage_guard": {
      "description": "Data lineage blast-radius guard: 'what breaks if I change this table?' Walks downstream lineage, classifies affected assets, issues BLOCK/REVIEW/SAFE verdict",
      "endpoint": "/v1/lineage/guard?urn={datasetUrn}",
      "chains": [],
      "price_usd": 0.02
    },
    "market_intelligence": {
      "description": "Token prices, volume, and trending data across 6 chains",
      "endpoint": "/v1/market/price/{symbol}",
      "chains": [
        "base",
        "ethereum",
        "avalanche",
        "solana",
        "bnb",
        "arbitrum"
      ],
      "price_usd": 0.005
    },
    "deal_tracker": {
      "description": "Game deal tracking, price-watch, and release radar (35+ stores)",
      "endpoint": "/v1/deals/deals",
      "chains": [
        "base",
        "ethereum",
        "avalanche",
        "solana"
      ],
      "price_usd": 0.005
    },
    "token_security": {
      "description": "Token risk scoring and rugcheck analysis (11 factors: honeypot, freeze authority, LP, holder distribution)",
      "endpoint": "/v1/security/score/{address}",
      "chains": [
        "base",
        "ethereum",
        "bnb"
      ],
      "price_usd": 0.01
    },
    "nft_search": {
      "description": "NFT metadata and search across collections",
      "endpoint": "/v1/nft/search",
      "chains": [
        "base",
        "ethereum"
      ],
      "price_usd": 0.01
    }
  }
}