{
  "name": "brale.network",
  "description": "The canonical explorer and intelligence layer for stablecoins, branded assets, and cross-chain value movement. Query value types, transfer types, prices, transaction history, and wallet activity across multiple blockchains.",
  "url": "https://brale.network",
  "version": "1.2.0",
  "provider": {
    "organization": "Brale, Inc.",
    "url": "https://brale.xyz"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "explore-transactions",
      "name": "Explore Transactions",
      "description": "Look up any stablecoin or branded asset transaction by hash, view mints, burns, and transfers with full provenance data.",
      "tags": ["stablecoin", "transaction", "blockchain", "explorer"],
      "examples": [
        "Show me the details of this transaction on Base",
        "Look up a Solana transfer for SBC"
      ]
    },
    {
      "id": "query-value-types",
      "name": "Query Value Types",
      "description": "List and inspect stablecoins and branded assets tracked by the platform — SBC, cfUSD, USDC, USDGLO, rUSD, MXNE, CreateX, hsUSD.",
      "tags": ["stablecoin", "asset", "token", "value-type"],
      "examples": [
        "What value types does brale.network track?",
        "Which chains is SBC deployed on?"
      ]
    },
    {
      "id": "query-transfer-types",
      "name": "Query Transfer Types",
      "description": "List and inspect blockchains and ledgers used to transfer value — Base, Solana, Polygon, Ethereum, Celo, Canton.",
      "tags": ["blockchain", "chain", "transfer-type", "ledger"],
      "examples": [
        "Which blockchains are supported?",
        "What value types are available on Solana?"
      ]
    },
    {
      "id": "get-prices",
      "name": "Get Prices",
      "description": "Retrieve reference prices for all tracked value types.",
      "tags": ["price", "stablecoin", "market-data"],
      "examples": [
        "What is the current price of SBC?",
        "Get prices for all stablecoins"
      ]
    },
    {
      "id": "wallet-activity",
      "name": "Wallet Activity",
      "description": "View transaction history for any wallet address, scoped by chain or across all chains.",
      "tags": ["wallet", "address", "history", "balance"],
      "examples": [
        "Show me the transaction history for this Base wallet",
        "What activity does this Solana address have?"
      ]
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "authentication": {
    "schemes": ["none"]
  }
}
