{
  "schema_version": "v1",
  "name_for_human": "TBURNSWAP",
  "name_for_model": "tburnswap_dex",
  "description_for_human": "AI-Enhanced Decentralized Exchange on TBURN mainnet. Get live token prices, swap quotes, liquidity pool data, oracle feeds, and DeFi analytics.",
  "description_for_model": "TBURNSWAP is an enterprise-grade DEX on TBURN mainnet (ChainID L1=5800, L2=58001). Use this plugin to: (1) get current TBURN oracle price ($0.85, EWMA+TWAP+VWAP+GARCH composite); (2) query live pool TVL ($3.32B), volume, and APY data; (3) get swap route optimization via 34 mathematical engines; (4) fetch Programmable Block Nash Equilibrium metrics; (5) retrieve L2 sequencer status (10,500+ TPS, 100ms block time); (6) get arbitrage and slippage data. All public GET endpoints require no authentication. Federation POST endpoints (swap execution) require user authentication.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://tburnswap.tburn.io/api/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://tburnswap.tburn.io/tburn-logo.png",
  "contact_email": "dev@tburnswap.tburn.io",
  "legal_info_url": "https://tburnswap.tburn.io/docs",
  "privacy_policy_url": "https://tburnswap.tburn.io/docs",
  "categories": ["finance", "defi", "blockchain", "trading"],
  "tags": ["DEX", "DeFi", "TBURN", "AMM", "swap", "liquidity", "oracle", "MEV protection", "AI trading"],
  "version": "2.0.0",
  "endpoints": {
    "price": "https://tburnswap.tburn.io/api/dex/price",
    "market": "https://tburnswap.tburn.io/api/dex/market",
    "pools": "https://tburnswap.tburn.io/api/dex/pools",
    "oracle": "https://tburnswap.tburn.io/api/price/current",
    "stats": "https://tburnswap.tburn.io/api/home/stats",
    "network": "https://tburnswap.tburn.io/api/mainnet/status",
    "l2_status": "https://tburnswap.tburn.io/api/mainnet/l2/status",
    "pb_nash": "https://tburnswap.tburn.io/api/programmable-block/nash",
    "llms_txt": "https://tburnswap.tburn.io/llms.txt"
  }
}
