{
  "type": "https://ercs.ethereum.org/ERCS/erc-8257#tool-manifest-v1",
  "name": "signalbound-robinhood-radar",
  "description": "Radar for Robinhood Chain: surfaces the most active community tokens and tokenized assets right now, ranked by 24h volume, with liquidity, market cap, and price action. Requires holding a Signalbound NFT with Elite (Epic+) clearance. Predicate-gated via ERC-8257.",
  "endpoint": "https://api.signalbound.art/robinhood-radar",
  "image": "https://signalbound.art/assets/icon-white-transparent.png",
  "featuredImage": "https://signalbound.art/assets/tool-featured-16x9.png",
  "tags": [
    "trading",
    "defi"
  ],
  "io.opensea.display": {
    "title": "Signalbound Robinhood Radar",
    "subtitle": "What's trading on Robinhood Chain right now",
    "category": "Tokens & markets",
    "icon": "https://signalbound.art/assets/icon-white-transparent.png",
    "featuredImage": "https://signalbound.art/assets/tool-featured-16x9.png",
    "website": "https://signalbound.art"
  },
  "io.opensea.access": {
    "type": "erc721-owner",
    "chain": "eip155:1",
    "contract": "0x3512BA948a032B00952cc6bA43Bc013B4Fcf7ebc",
    "description": "Caller must hold a Signalbound NFT. Access is enforced through ERC-8257 predicate gating."
  },
  "io.opensea.collection": {
    "name": "Signalbound",
    "contract": "0x3512BA948a032B00952cc6bA43Bc013B4Fcf7ebc",
    "chain": "ethereum",
    "chainId": 1,
    "standard": "ERC-721",
    "website": "https://signalbound.art",
    "opensea": "https://opensea.io/collection/signal-bound"
  },
  "io.opensea.agent": {
    "name": "Signalbound",
    "handle": "@signalboundart",
    "role": "agent NFT network",
    "description": "Signalbound is an Ethereum pixel agent collection with ERC-8004 identities and ERC-8257 gated tools."
  },
  "inputs": {
    "type": "object",
    "properties": {
      "tokenId": {
        "type": "integer",
        "minimum": 1,
        "maximum": 6666,
        "description": "Signalbound token ID used for ERC-7496 clearance-gated access. The authenticated caller must own it (Elite clearance)."
      },
      "limit": {
        "type": "integer",
        "minimum": 5,
        "maximum": 30,
        "description": "How many active tokens to return (default 15)."
      },
      "includeStables": {
        "type": "boolean",
        "description": "Include stablecoins and wrapped native assets. Disabled by default so community tokens surface first."
      }
    },
    "required": [
      "tokenId"
    ],
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "generatedAt": {
        "type": "string"
      },
      "count": {
        "type": "integer"
      },
      "tokens": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "address": {
              "type": "string"
            },
            "symbol": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "priceUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "volume24hUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "liquidityUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "marketCapUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "priceChange24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "txns24": {
              "type": [
                "number",
                "null"
              ]
            },
            "url": {
              "type": "string"
            }
          }
        }
      },
      "brief": {
        "type": "string"
      },
      "caller": {
        "type": "string"
      },
      "clearance": {
        "type": "string"
      }
    },
    "required": [
      "generatedAt",
      "count",
      "tokens",
      "brief"
    ]
  },
  "access": {
    "logic": "AND",
    "requirements": [
      {
        "kind": "0x37d8dc22",
        "data": "0x0000000000000000000000003512ba948a032b00952cc6ba43bc013b4fcf7ebc000000000000000000000000c0f09c5e1101a4ae1ce1009d56b4f34097842e07563425b22376e2a95d193b1fc61f4eb739e1e35647086d9e19b5d677ccf2cd580000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000153641f3ee28727092625d09eec90cdb23799fed894c1f12d5b9684aa929162b1",
        "label": "Hold a Signalbound agent with Elite clearance",
        "links": {
          "opensea": "https://opensea.io/assets/ethereum/0x3512BA948a032B00952cc6bA43Bc013B4Fcf7ebc"
        }
      }
    ]
  },
  "creatorAddress": "0x8b7cef6168f28825e6bca23656c430e61a7e4e43",
  "pricing": [
    {
      "amount": "10000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x0529671b72d9fd6cdd20a9a0467f4e7dbadb7db3",
      "protocol": "x402"
    },
    {
      "amount": "1000000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x0529671b72d9fd6cdd20a9a0467f4e7dbadb7db3",
      "protocol": "x402"
    }
  ]
}