{
  "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. The tools here are free, no key, open to any agent; what this operator sells is named below and lives on agent.brainonbnb.com.",
  "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"
  ],
  "registrations": [
    {
      "agentId": 49467,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    {
      "agentId": 302257,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    {
      "agentId": 302258,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    {
      "agentId": 304493,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    {
      "agentId": 304494,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    {
      "agentId": 310460,
      "agentRegistry": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    }
  ],
  "supportedTrust": [
    "reputation"
  ],
  "trustRegistries": {
    "identity": "eip155:56:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
    "reputation": "eip155:56:0x8004BAa17C55a88189AE136b182e5fdA19dE9b63"
  },
  "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": "agent_employment",
      "name": "Who has been hired and paid",
      "description": "The ERC-8183 job escrow on BNB Chain, read job by job: created, funded, delivered, released — per provider on request. The one track record on this chain that cannot be self-reported.",
      "tags": [
        "agents",
        "erc-8183",
        "employment",
        "bnb-chain"
      ]
    },
    {
      "id": "fee_tiers",
      "name": "Which PancakeSwap fee tier pays",
      "description": "For a liquidity provider: the up-to-five pools a pair lives in, compared on what each actually paid its providers per $1,000 over a live window. REST: /api/fee-tiers?address=0x…",
      "tags": [
        "defi",
        "bsc",
        "liquidity",
        "pancakeswap"
      ]
    },
    {
      "id": "range_plan",
      "name": "Which price range for a V3 position",
      "description": "A position of your size replayed through the swaps that really happened: fees per candidate width, time in range, edge crossings. REST: /api/range-plan?address=0x…&capitalUsd=1000",
      "tags": [
        "defi",
        "bsc",
        "liquidity",
        "pancakeswap",
        "v3"
      ]
    },
    {
      "id": "token_preflight",
      "name": "Before any trade: one check at your size",
      "description": "For an agent about to trade any token on BNB Chain. One call: what stops the trade (the sell does not go through from a fresh address, nothing quotes, half the money gone on a round trip), what to weigh (tax high, unknown or changeable; a size that moves the price; LP that can be withdrawn; contract flags — each with its figure and the line it was measured against), then the best route, the slippage in bps this size needs and the round trip with the measured transfer tax. About 1.5 KB; no \"safe\", no score. MCP: bsc_token_preflight. REST: /api/preflight?address=0x…&usd=250",
      "tags": [
        "defi",
        "bsc",
        "trading",
        "risk",
        "pancakeswap",
        "four.meme"
      ]
    },
    {
      "id": "best_route",
      "name": "Which pool to swap through",
      "description": "Which of the pools a pair lives in returns the most at your size, and the round trip with the measured transfer tax applied between the legs. REST: /api/best-route?address=0x…&usd=250",
      "tags": [
        "defi",
        "bsc",
        "trading",
        "pancakeswap"
      ]
    },
    {
      "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": "paid_answers",
      "name": "Answers sold per call (paid)",
      "description": "PAID, per answer. This operator also sells single answers on BNB Chain DeFi — lending health, yield ranking, fee-tier placement, a plan for your own PancakeSwap V3 position and others — each priced in its own first sentence. Two ways to buy: over x402 (catalogue with every price at https://brainonbnb.com/.well-known/x402, an example of each answer before paying at https://agent.brainonbnb.com/example), or as an ERC-8183 job negotiated over A2A — the seller's own card, with the negotiate skill, is https://agent.brainonbnb.com/.well-known/agent-card.json. Human-readable: https://brainonbnb.com/services",
      "tags": [
        "defi",
        "bsc",
        "x402",
        "erc-8183",
        "a2a",
        "negotiate",
        "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": "dex_info",
      "name": "DEX 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": "purchase_guide",
      "name": "Purchase guide",
      "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"
      ]
    }
  ]
}