{
  "schema_version": "v1",
  "name_for_human": "TBURN Testnet RPC Gateway",
  "name_for_model": "tburn_testnet_rpc",
  "description_for_human": "Access TBURN Testnet RPC Gateway (Chain ID 5900). Query blockchain data, get real-time network status, check gas prices in Ember (EMB), and access the Federation Gateway API. Free JSON-RPC 2.0 endpoints with no rate limits.",
  "description_for_model": "TBURN Testnet RPC Gateway provides JSON-RPC 2.0 endpoints for the TBURN blockchain testnet (Chain ID 5900, Mainnet Chain ID 5800). Use this plugin to: (1) query testnet RPC endpoints at testnet-rpc.tburn.io, (2) check network status and uptime, (3) get gas prices in Ember (EMB) units where 1 TBURN = 1,000,000 EMB, (4) access Federation Gateway data at api.tburn.io/federation with 21 endpoints for TPS, validators, DEX pools, bridge status, and staking. BFT-5Phase consensus with shard formula: shardCount = floor(totalValidators/16), BFT quorum = floor(16*2/3)+1 = 11.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://testnet-rpc.tburn.io/openapi.yaml"
  },
  "logo_url": "https://testnet-rpc.tburn.io/favicon.png",
  "contact_email": "dev@tburn.io",
  "legal_info_url": "https://tburn.io/terms",
  "homepage_url": "https://testnet-rpc.tburn.io",
  "model_picker_enabled": false,
  "capabilities": {
    "rpc_endpoints": {
      "primary": "https://testnet-rpc.tburn.io",
      "europe": "https://eu.testnet-rpc.tburn.io",
      "asia_pacific": "https://ap.testnet-rpc.tburn.io",
      "websocket": "wss://testnet-ws.tburn.io"
    },
    "federation_api": {
      "base_url": "https://api.tburn.io/federation",
      "auth": "HMAC-SHA256",
      "endpoints_count": 21
    },
    "chain_ids": {
      "testnet": 5900,
      "mainnet": 5800,
      "l2": 58001
    },
    "gas_unit": {
      "name": "Ember",
      "symbol": "EMB",
      "conversion": "1 TBURN = 1000000 EMB",
      "standard_price": "10 EMB",
      "tiers": {
        "economy": "5 EMB (~30s)",
        "standard": "10 EMB (~15s)",
        "express": "25 EMB (~5s)",
        "instant": "50 EMB (~2s)"
      }
    },
    "free_access": true,
    "rate_limits": "none",
    "evm_compatible": true,
    "supported_methods": [
      "eth_blockNumber", "eth_getBlockByHash", "eth_getBlockByNumber",
      "eth_getTransactionByHash", "eth_getTransactionReceipt",
      "eth_getBalance", "eth_getCode", "eth_getStorageAt",
      "eth_call", "eth_estimateGas", "eth_sendRawTransaction",
      "eth_gasPrice", "eth_feeHistory", "eth_chainId",
      "eth_syncing", "net_version", "net_listening", "net_peerCount",
      "eth_getLogs", "web3_clientVersion"
    ]
  }
}
