{
  "$schema": "https://erc8004.org/schemas/agent-card-v1.json",
  "name": "MCPAGENT",
  "ticker": "MCPX",
  "version": "1.0.0",
  "description": "Trustless Agent protocol on Base. ERC-8004 identity, x402 micropayments, MCP-native, AgentKit + CDP wallets, EIP-7702 smart EOAs, ERC-4337 gasless USDC, ERC-4626 vault, EAS attestations, zkML-verifiable. Open-source MIT.",
  "chain": {
    "name": "base",
    "chainId": 8453,
    "rpc": "https://mainnet.base.org",
    "explorer": "https://basescan.org"
  },
  "standards": [
    {
      "id": "ERC-8004",
      "role": "agent_identity",
      "spec": "https://eips.ethereum.org/EIPS/eip-8004"
    },
    {
      "id": "ERC-4626",
      "role": "yield_vault",
      "spec": "https://eips.ethereum.org/EIPS/eip-4626"
    },
    {
      "id": "ERC-4337",
      "role": "account_abstraction",
      "spec": "https://eips.ethereum.org/EIPS/eip-4337"
    },
    {
      "id": "EIP-7702",
      "role": "smart_eoa_delegation",
      "spec": "https://eips.ethereum.org/EIPS/eip-7702"
    },
    {
      "id": "ERC-8183",
      "role": "agent_task_delegation"
    },
    {
      "id": "ERC-721",
      "role": "identity_nft"
    }
  ],
  "protocols": {
    "payments": {
      "x402": {
        "facilitator": "https://mcpagent.broke2builtai.com/x402",
        "stablecoin": "USDC",
        "chain": "base",
        "spec": "https://www.x402.org"
      }
    },
    "discovery": {
      "mcp": {
        "endpoint": "https://mcpagent.broke2builtai.com/mcp",
        "spec": "https://modelcontextprotocol.io",
        "tools": "https://mcpagent.broke2builtai.com/mcp/tools"
      }
    },
    "attestation": {
      "eas": {
        "schema": "TBD",
        "endpoint": "https://attest.org"
      }
    }
  },
  "wallet": {
    "provider": "CDP",
    "type": "embedded_smart_wallet",
    "paymaster": "Circle",
    "gasless": true,
    "session_keys": true
  },
  "validation": {
    "strategies": ["zkML", "tee_oracle", "staked_reexecution"]
  },
  "audits": [
    {
      "firm": "Cyfrin",
      "status": "pending_pre_mainnet",
      "context": "Cyfrin is a referenced auditor for the ERC-8004 standard"
    },
    {
      "firm": "Nethermind",
      "status": "pending_pre_mainnet",
      "context": "Nethermind is a referenced auditor for the ERC-8004 standard"
    }
  ],
  "tokenomics": {
    "totalSupply": "1000000000",
    "decimals": 18,
    "feeSwitch": {
      "enabled": true,
      "rate": "0.01",
      "buybackShare": "0.5",
      "yieldShare": "0.5",
      "yieldAsset": "USDC"
    },
    "stakingVault": {
      "standard": "ERC-4626",
      "symbol": "sMCPX",
      "realYield": true
    },
    "protocolOwnedLiquidity": "0.20"
  },
  "openSource": {
    "license": "MIT",
    "repo": "https://github.com/lordbasilaiassistant-sudo/mcpagent"
  },
  "integrations": {
    "llms": ["Anthropic Claude", "OpenAI", "Google Gemini"],
    "frameworks": ["AgentKit", "MCP"],
    "infra": ["Coinbase Developer Platform", "Cloudflare", "Stripe x402", "Circle Paymaster"]
  },
  "branding": {
    "brand": "THRYX",
    "category": ["AI Agents", "DeFi", "Infrastructure", "Yield"]
  }
}
