{
  "schema_version": "v1",
  "name_for_human": "TBURN HyperCore DeFi",
  "name_for_model": "tburn_hypercore_defi",
  "description_for_human": "Access TBURN HyperCore DeFi platform data: real-time AI risk assessments, RWA (Real World Assets) prices, market regime detection, lending/borrowing rates, and Nash Equilibrium MEV protection status on TBURN Chain (L1: 5800, L2: 58001).",
  "description_for_model": "TBURN HyperCore is an AI-powered RWA DeFi platform on TBURN Chain (L1 Chain ID: 5800, L2 Chain ID: 58001, domain: tburnrwa.io). Use this plugin to: (1) Get real-time AI risk scores for wallet addresses using 6 mathematical engines (GARCH, HMM, LSTM, Nash, Kalman, Bayesian); (2) Get RWA and crypto price feeds with AI consensus; (3) Get market regime classification (Bull/Bear/Sideways/High-Vol/Recovery); (4) Get current lending APY rates up to 24.7%; (5) Get Nash Equilibrium MEV protection scores for blocks; (6) Get GARCH volatility forecasts for trading pairs. All data is from TBURN Chain mainnet. Platform has 0% fees, 520K TPS, 0.1s block time. RWA assets include: AAPL-RWA, NVDA-RWA, GOLD-RWA, SILVER-RWA, USTB-RWA, BUIDL-RWA.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://tburnrwa.io/api/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://tburnrwa.io/favicon.png",
  "contact_email": "dev@tburn.io",
  "legal_info_url": "https://tburnrwa.io/community",
  "endpoints": [
    {
      "path": "/api/federation/risk/{address}",
      "method": "GET",
      "summary": "Get multi-engine AI risk assessment for a wallet address",
      "description": "Returns GARCH volatility score, HMM market regime, LSTM prediction, Nash equilibrium status, Kalman anomaly score, and Bayesian AML risk (0.0-1.0) for any TBURN Chain address."
    },
    {
      "path": "/api/federation/regime",
      "method": "GET",
      "summary": "Get current market regime from HMM engine",
      "description": "Returns the current Hidden Markov Model market state: Bull, Bear, Sideways, High-Volatility, or Recovery, with confidence probability."
    },
    {
      "path": "/api/federation/volatility/{pair}",
      "method": "GET",
      "summary": "Get GARCH volatility forecast for a trading pair",
      "description": "Returns 14-period forward volatility forecast, Value-at-Risk (VaR) at 95% and 99% confidence, and 500-path Monte Carlo simulation summary."
    },
    {
      "path": "/api/federation/prices",
      "method": "GET",
      "summary": "Get AI-consensus price feed for all assets",
      "description": "Returns current prices for all TBURN HyperCore supported assets including crypto and RWA tokens, sourced from Pyth + Chainlink + AI consensus."
    },
    {
      "path": "/api/federation/rwa/prices",
      "method": "GET",
      "summary": "Get RWA-specific price feed",
      "description": "Returns current prices for all Real World Asset tokens: AAPL-RWA, NVDA-RWA, GOLD-RWA, SILVER-RWA, COPPER-RWA, USTB-RWA, BUIDL-RWA."
    },
    {
      "path": "/api/federation/nash/{blockNumber}",
      "method": "GET",
      "summary": "Get Nash Equilibrium MEV scores for a block",
      "description": "Returns 5-layer Nash Equilibrium scores: credit score, ZK batch efficiency, HHI competition index, fraud proof status, DAO decentralization score."
    },
    {
      "path": "/api/defi/markets",
      "method": "GET",
      "summary": "Get all lending/borrowing market rates",
      "description": "Returns current supply APY, borrow APY, utilization rate, and TVL for all TBURN HyperCore lending vaults."
    },
    {
      "path": "/api/chain/stats",
      "method": "GET",
      "summary": "Get TBURN Chain network statistics",
      "description": "Returns current block height, TPS, gas price, validator count, and network health metrics for TBURN Chain L1 (5800) and L2 (58001)."
    }
  ],
  "platform_facts": {
    "chain_id_l1": 5800,
    "chain_id_l2": 58001,
    "rpc_url": "https://rpc.tburn.io",
    "domain": "https://tburnrwa.io",
    "tps": 520000,
    "block_time_ms": 100,
    "consensus": "BFT-5Phase",
    "shards": 7,
    "validators": 125,
    "platform_fee": "0%",
    "max_apy": "24.7%",
    "max_leverage": "11x",
    "ai_engines": ["GARCH", "HMM", "LSTM", "Nash-Equilibrium", "Kalman", "Bayesian-AML"],
    "rwa_assets": ["AAPL-RWA", "NVDA-RWA", "GOLD-RWA", "SILVER-RWA", "COPPER-RWA", "USTB-RWA", "BUIDL-RWA"],
    "bridge_contract": "0xA115DA2a813231344DAC80Ad2ADCF237a0869408",
    "token_symbol": "TBURN",
    "token_supply": "100000000000"
  }
}
