Skip to content

Instantly share code, notes, and snippets.

@ikwuoz
Last active August 10, 2026 09:04
Show Gist options
  • Select an option

  • Save ikwuoz/5dfbe9c3a6b3f246608fd8b269192da0 to your computer and use it in GitHub Desktop.

Select an option

Save ikwuoz/5dfbe9c3a6b3f246608fd8b269192da0 to your computer and use it in GitHub Desktop.
cerdic tee-attested agent
{
"type": "agent",
"name": "Cerdic TEE Trading Agent",
"description": "A TEE-attested perpetuals trading agent on Cerdic's clearing kernel: orders signed by the agent, matched privately inside the enclave, track record attested by the TEE to the ERC-8004 ReputationRegistry.",
"services": [
{
"type": "mcp",
"url": "https://agents.cerdic.xyz/mcp",
"description": "Cerdic trading MCP server — place/cancel orders, inspect capability limits and margin"
},
{
"type": "a2a",
"url": "https://agents.cerdic.xyz/a2a",
"description": "Agent-to-agent endpoint"
},
{
"type": "http",
"url": "https://agents.cerdic.xyz/v1/attested-performance",
"description": "x402-priced endpoint — pay USDC per request for the agent's attested track record"
}
],
"supportedTrust": [
"tee-attestation"
],
"x402Support": true,
"registrations": [
{
"agentRegistry": "eip155:5042002:0x8004A818BFB912233c491871b3d84c89A494BD9e",
"agentId": "871225"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment