{
  "name": "GenTech Labs x402 Gateway",
  "description": "Cross-chain agentic treasury + x402 payment infrastructure for the agent economy. Pay-per-call DeFi intelligence, yield scanning, wallet analysis, ERC-8004 agent identity/trust, market data, and treasury defense across 7 chains. Treasury-first, utility-second \u2014 the infrastructure layer agents hire to manage capital and route payments, backed by real on-chain revenue.",
  "url": "https://api.gentechlabs.net",
  "version": "9.4.0",
  "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"
  },
  "services": {
    "treasury_defender": {
      "description": "Airdrop & dust-token defense: classify any token as KNOWN/SUSPICIOUS (homoglyph impersonation, no liquidity), quarantine flagged tokens, and get safe burn calldata. Protect your wallet from scam airdrops.",
      "endpoint": "/v1/defender/classify/{chainId}/{token}",
      "priceUsd": 0.01,
      "examples": [
        "/v1/defender/classify/43114/0x8e53ad52980478794bb5b459b7cbdd836975e4cb"
      ],
      "methods": [
        "GET"
      ],
      "status": "live",
      "updated": "2026-08-02"
    },
    "defi_lp_analytics": {
      "description": "DeFi LP pool analysis with efficiency scoring via DexScreener",
      "endpoint": "/v1/defi/lp/{address}",
      "chains": [
        "solana",
        "base",
        "ethereum",
        "bnb"
      ],
      "price_usd": 0.02
    },
    "wallet_analysis": {
      "description": "Wallet portfolio analysis with token balances and USD valuation",
      "endpoint": "/v1/wallet/portfolio/{address}",
      "chains": [
        "solana"
      ],
      "price_usd": 0.02
    },
    "agent_discovery": {
      "description": "Search the ERC-8004 registry for on-chain AI agents",
      "endpoint": "/v1/agents/search",
      "chains": [
        "base",
        "ethereum",
        "bnb",
        "injective"
      ],
      "price_usd": 0.01
    },
    "market_intelligence": {
      "description": "Real-time crypto market price data",
      "endpoint": "/v1/market/price/{symbol}",
      "chains": [
        "solana",
        "base",
        "ethereum",
        "bnb"
      ],
      "price_usd": 0.005
    },
    "token_security": {
      "description": "Token risk scoring and rugcheck analysis",
      "endpoint": "/v1/security/score/{address}",
      "chains": [
        "solana",
        "base",
        "ethereum",
        "bnb"
      ],
      "price_usd": 0.01
    },
    "lineage_guard": {
      "description": "Data lineage blast-radius guard: 'what breaks if I drop/change this table?' Walks DataHub downstream lineage, classifies affected assets (charts/dashboards/pipelines), issues BLOCK/REVIEW/SAFE verdict.",
      "endpoint": "/v1/lineage/guard?urn={datasetUrn}",
      "chains": [],
      "price_usd": 0.02,
      "examples": [
        "/v1/lineage/guard?urn=urn:li:dataset:(urn:li:dataPlatform:powerbi,b2fd91.datahub_order_entries.Customer_Analytics_Measures,PROD)"
      ],
      "methods": [
        "GET"
      ],
      "status": "live",
      "updated": "2026-08-03"
    },
    "deal_tracker": {
      "description": "Game deal tracking, price-watch, and release radar (CheapShark engine)",
      "endpoint": "/v1/deals/deals",
      "chains": [
        "base",
        "ethereum",
        "avalanche",
        "solana"
      ],
      "price_usd": 0.005
    },
    "agent_research": {
      "description": "On-demand AI agent 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
    },
    "nft_search": {
      "description": "NFT collection search across Solana via Magic Eden",
      "endpoint": "/v1/nft/search",
      "chains": [
        "solana"
      ],
      "price_usd": 0.01
    }
  },
  "updated_at": "2026-08-24T12:30:00.000000Z"
}
