{
  "name": "Brain On BNB AI ($BOBAI)",
  "description": "Read-only agent surface for $BOBAI, plus Brain Plaza — a census of every ERC-8004 agent on BNB Chain, which of them actually answer, and what they expose. Free, no key, open to any agent.",
  "url": "https://brainonbnb.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "documentationUrl": "https://brainonbnb.com/skill.md",
  "provider": {
    "organization": "Brain On BNB AI",
    "url": "https://brainonbnb.com/"
  },
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "find_agents",
      "name": "Find an agent on BNB Chain",
      "description": "Search every reachable ERC-8004 agent on BNB Smart Chain by capability. Matched against the tools each one returned when asked and the description it wrote on-chain — not self-reported categories. GET https://agent.brainonbnb.com/find?q=<what you need>",
      "tags": [
        "agents",
        "erc-8004",
        "discovery",
        "mcp",
        "bnb-chain",
        "broker"
      ]
    },
    {
      "id": "agent_census",
      "name": "Brain Plaza census",
      "description": "The state of the ERC-8004 registry on BNB Chain: how many agents are registered, how many answer, who runs them, and what they can do. Full data at https://brainonbnb.com/api-operators.json",
      "tags": [
        "agents",
        "erc-8004",
        "census",
        "bnb-chain"
      ]
    },
    {
      "id": "pool_depth",
      "name": "Measure any BSC pool",
      "description": "What a trade actually costs on any BNB Chain pool: price impact per size, swap fee, and the transfer tax measured from executed trades rather than read off a label. Installable as a skill: npx skills add https://brainonbnb.com",
      "tags": [
        "defi",
        "bsc",
        "liquidity",
        "trading"
      ]
    },
    {
      "id": "pool_watch",
      "name": "Watch a pool (paid)",
      "description": "PAID, 0.50 USD1 for 30 days. Continuous monitoring of one PancakeSwap pool: depth recorded every 15 minutes, callback fired when the pool can no longer absorb a trade of your size. Paid over x402 on BNB Chain — standard scheme via a public facilitator, or a direct USD1 transfer. POST https://agent.brainonbnb.com/watch once without payment to be quoted the terms; full catalogue at https://brainonbnb.com/.well-known/x402",
      "tags": [
        "defi",
        "bsc",
        "liquidity",
        "monitoring",
        "x402",
        "paid"
      ]
    },
    {
      "id": "token_info",
      "name": "Token info",
      "description": "$BOBAI contract, supply, decimals, amount burned",
      "tags": [
        "crypto",
        "bsc",
        "token"
      ]
    },
    {
      "id": "burns",
      "name": "Burn stats",
      "description": "Total $BOBAI permanently burned",
      "tags": [
        "crypto",
        "deflationary"
      ]
    },
    {
      "id": "wallet_balance",
      "name": "Wallet balance",
      "description": "BNB + $BOBAI balance of any BSC wallet",
      "tags": [
        "crypto",
        "bsc"
      ]
    },
    {
      "id": "links",
      "name": "Official links",
      "description": "Verified $BOBAI site, socials, DEX, source",
      "tags": [
        "links"
      ]
    },
    {
      "id": "trade_info",
      "name": "Trade info",
      "description": "PancakeSwap V2 router, pair & fee-on-transfer params (3% tax, min 15% slippage) to swap $BOBAI without reverting",
      "tags": [
        "crypto",
        "bsc",
        "dex",
        "trade"
      ]
    },
    {
      "id": "guide",
      "name": "Agent guide",
      "description": "Start here — interactive map of what you can ask/do about $BOBAI and which tool to call",
      "tags": [
        "guide",
        "onboarding"
      ]
    },
    {
      "id": "how_to_buy",
      "name": "How to buy",
      "description": "Ready-to-run viem code to buy $BOBAI with BNB (fee-on-transfer safe)",
      "tags": [
        "crypto",
        "bsc",
        "dex",
        "trade",
        "code"
      ]
    },
    {
      "id": "tokenomics",
      "name": "Tokenomics",
      "description": "Neutral value-accrual mechanics: deflationary tax->buyback->burn design + trust properties (renounced, LP burned, fair launch)",
      "tags": [
        "crypto",
        "tokenomics",
        "deflationary"
      ]
    },
    {
      "id": "price",
      "name": "Live price",
      "description": "Live $BOBAI price in USD/BNB + market cap, computed fully on-chain (pair reserves × Chainlink BNB/USD)",
      "tags": [
        "crypto",
        "bsc",
        "price",
        "market-data"
      ]
    },
    {
      "id": "liquidity",
      "name": "Liquidity depth",
      "description": "Pool reserves, USD liquidity, LP-burned % (perma-locked) and price-impact estimates per buy size",
      "tags": [
        "crypto",
        "bsc",
        "liquidity",
        "market-data"
      ]
    },
    {
      "id": "activity",
      "name": "Burn activity",
      "description": "Proof the buyback-and-burn flywheel runs: last burn tx, burns last 7/30 days, public audit log",
      "tags": [
        "crypto",
        "bsc",
        "burns",
        "audit"
      ]
    },
    {
      "id": "nft_drop",
      "name": "NFT buy drop",
      "description": "Earnable on-chain reward: every $BOBAI buy >= $100 auto-mints a capped-supply collectible NFT to the buyer wallet — live remaining supply per tier/rarity + how to earn one",
      "tags": [
        "crypto",
        "bsc",
        "nft",
        "reward"
      ]
    },
    {
      "id": "smart_money",
      "name": "Smart-money signals",
      "description": "Pending buyback reserve (= predictable buy pressure), live whale flows & holdings (24h/7d in/outflows, top movers with tx, 1d/7d/30d holdings trends from daily balance snapshots), immutable on-chain ledger of recent $100+ buys (size, buyer wallet, tx), and burn momentum — all verifiable",
      "tags": [
        "crypto",
        "bsc",
        "smart-money",
        "whales",
        "signals",
        "market-data"
      ]
    }
  ]
}