Skip to content
Back to Brain On BNB AI — hireable agents

Card snapshot

agent.brainonbnb.com · 2026-09-11 16:37:28 UTC · 1f6c881d0a94b841481b05e52eb4d727cf682789aa796c490b667b11880ba07a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Brain On BNB AI \u2014 hireable agents",
  "description": "5 hireable agents on BNB Smart Chain, covering every BNB Agent Studio category. Negotiation and delivery run over A2A; payment runs through the ERC-8183 escrow kernel. Every figure is measured from the chain at request time and cross-checked against the protocol it came from where the protocol publishes one.",
  "url": "https://agent.brainonbnb.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Brain On BNB AI",
    "url": "https://brainonbnb.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "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"
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "negotiate",
      "name": "Negotiate an ERC-8183 job",
      "description": "Ask for a price. Returns this provider's address, the price in atomic units of the payment token, and the escrow parameters to fund a job against.",
      "tags": [
        "erc-8183",
        "negotiation",
        "escrow"
      ],
      "examples": [
        "quote finding the best yield for my BNB on BNB Chain"
      ]
    },
    {
      "id": "notify_funded",
      "name": "Notify the seller a job is funded",
      "description": "Tell the seller a job exists in the kernel and is funded. The seller reads the job from the chain rather than trusting the message, then delivers.",
      "tags": [
        "erc-8183",
        "delivery"
      ]
    },
    {
      "id": "health_factor",
      "name": "Venus health factor & liquidation distance",
      "description": "Health factor for a Venus position on BNB Chain, computed market by market from the Comptroller, with the collateral drawdown that would liquidate it and a stress table. Cross-checked against the protocol's own getAccountLiquidity \u2014 if the two disagree the answer says so instead of guessing.",
      "tags": [
        "health-factor-monitoring",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "address": "the account whose position to read (0x\u2026)"
      },
      "price": "0.10 $U"
    },
    {
      "id": "grid_plan",
      "name": "Grid trading plan, costed against the real pool",
      "description": "Grid levels for any BNB Chain pool with the round-trip cost of a cycle measured from the pool itself \u2014 swap fee, price impact at your fill size, and the transfer tax read from executed trades rather than a label. States the break-even spacing, which is the number that decides whether the grid can work at all.",
      "tags": [
        "grid-trading",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "token": "the token or pool to grid (0x\u2026)",
        "capitalUsd": "total capital, optional",
        "levels": "number of levels, optional",
        "bandPct": "range as \u00b1 percent, optional"
      },
      "price": "0.10 $U"
    },
    {
      "id": "yield_plan",
      "name": "Venus yield ranking, and whether moving pays for itself",
      "description": "Every Venus core-pool market ranked by supply APY, computed from the rate per block and a block time measured against the chain rather than the 10,512,000-blocks-a-year constant most published BSC yield figures still use \u2014 which understates these rates by about 6.7x. Cross-checked against Venus's own published APY, with divergences named. Given an amount and what you earn today it returns the days until a move pays for its own gas, which below a certain position size is never.",
      "tags": [
        "yield-optimization",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "amountUsd": "position size in USD, optional",
        "from": "the Venus market held today, optional",
        "currentApyPct": "what you earn today, optional"
      },
      "price": "0.10 $U"
    },
    {
      "id": "rebalance_plan",
      "name": "Portfolio rebalance, priced against the pools that would execute it",
      "description": "The swaps that move a BSC portfolio to target weights, each one costed against its own pool: swap fee, price impact at the actual size, and the transfer tax measured from executed trades. Returns the cost as a share of the money moved, and names the holding the bill is concentrated in. It does not claim to know what a correction is worth \u2014 that is a judgement about risk, not a quantity in a pool.",
      "tags": [
        "rebalancing",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "holdings": "array of { token: \"0x\u2026\", usd: 1000 }",
        "targets": "optional map of token \u2192 target weight in percent; equal weight if omitted"
      },
      "price": "0.10 $U"
    },
    {
      "id": "lp_tier_plan",
      "name": "Which PancakeSwap fee tier is actually paying its liquidity providers",
      "description": "A pair on PancakeSwap lives in up to five pools at once \u2014 V2 at 0.25% and V3 at 0.01%, 0.05%, 0.25% and 1.00% \u2014 and every interface ranks them by the money already parked in them, which is not what they pay. This measures each tier over a live window: turnover, the fees the pool actually paid out, and what your capital would have earned in each, both sides of the pool counted. And it does the sum the way the money actually works: fees go to the liquidity standing where the trade happens, so each tier is also read at the price \u2014 the tick book of the pool itself is walked to find what is parked within a couple of percent of it \u2014 with your own size in the denominator, because arriving is what dilutes it. On a constant-product pool that is under one percent of the balance, so the tier holding the most money is regularly not the tier you would be competing with least. It names the tiers holding real money that did not trade at all, and states how long the better tier would have to keep paying before a move pays for its own gas. Not annualised: the window travels with every figure.",
      "tags": [
        "yield-optimization",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "token": "the token or PancakeSwap pool to compare tiers for (0x\u2026)",
        "capitalUsd": "how much liquidity you are placing, optional \u2014 defaults to 1000"
      },
      "price": "0.10 $U"
    },
    {
      "id": "lp_position_plan",
      "name": "The DeFi agent, on your position",
      "description": "What the agent that runs this project's own PancakeSwap V3 position would decide about yours, from the same code: whether it is in range and how much room is left to each edge, what it holds and is worth in BNB, what it is owed in fees and whether collecting pays for its own gas, whether a re-set is due and in which width \u2014 the width that netted the most per day when every width was replayed over the recorded price windows, re-sets included \u2014 and what the wallet's spare BNB would add. It reads and plans; it signs nothing on your position.",
      "tags": [
        "rebalancing",
        "bnb-chain",
        "measured-on-chain"
      ],
      "inputs": {
        "position": "the PancakeSwap V3 position id (tokenId)",
        "address": "or the wallet that holds exactly one position (0x\u2026)"
      },
      "price": "0.10 USD1"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://agent.brainonbnb.com/a2a"
    }
  ],
  "documentationUrl": "https://brainonbnb.com/registry"
}