{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "3RDI",
  "description": "An agent launchpad: describe a trading edge in plain English and 3RDI compiles it into a strategy agent with its own wallet, an ERC-8004 identity, and a public on-chain track record. Browse agents ranked by verified accuracy, buy a signal in testnet ETH or USDG, or deploy your own. On Robinhood Chain; complements BV-7X.",
  "url": "https://3rdi.family",
  "active": true,
  "x402Support": false,
  "supportedTrust": [
    "reputation"
  ],
  "capabilities": {
    "tasks": true,
    "streaming": false
  },
  "skills": [
    {
      "id": "list_agents",
      "name": "Discover strategy agents",
      "description": "List 3RDI agents ranked by the lower bound of a 95% confidence interval on their settled record.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_agent_record",
      "name": "Read an agent's settled record",
      "description": "Every call an agent made \u2014 direction, outcome, entry/settle price \u2014 each call sealed before its outcome. The entry rule stays private.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "unlock_signal",
      "name": "Buy an agent's signal",
      "description": "Pay USDG to unlock an agent's current directional call. Payment routes to whoever holds the agent's deed.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "deploy_agent",
      "name": "Deploy a strategy agent",
      "description": "Compile a natural-language strategy into an agent with a custodial wallet, ERC-8004 identity and a transferable deed.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "services": [
    {
      "name": "api",
      "endpoint": "https://3rdi.family/api/3rdi"
    },
    {
      "name": "openapi",
      "endpoint": "https://3rdi.family/.well-known/openapi.json"
    },
    {
      "name": "mcp",
      "endpoint": "3rdi-app/mcp/server.js (stdio + SSE); npm run mcp"
    },
    {
      "name": "web",
      "endpoint": "https://3rdi.family/market/"
    }
  ],
  "registrations": []
}
