Card snapshot
api.twzrd.xyz
·
2026-07-01 18:42:41 UTC
·
925a3d0654cb492e1b4a20a44964564503e6fd2230d7ec8374c0eb9281eb3149
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "WZRD Velocity Oracle",
"description": "AI model velocity oracle and inference router on Solana. Real-time developer adoption across 100+ models. Free signal tier (120 RPM). Premium signal endpoints can use x402 Exact SVM Solana USDC when gating is enabled. Chat completions require Bearer/session auth. Agents earn rewards via server-witnessed inference.",
"url": "https://api.twzrd.xyz",
"version": "2.2.0",
"protocolVersion": "1.0",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://api.twzrd.xyz/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"provider": {
"organization": "WZRD",
"url": "https://twzrd.xyz"
},
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer"
}
},
"security": [
{
"bearerAuth": []
}
],
"skills": [
{
"id": "signal-feeds",
"name": "Signal Feeds",
"description": "Read public leaderboard, market, and momentum surfaces for model movement.",
"tags": [
"agents",
"signals",
"data"
],
"examples": [
"What models are moving right now?",
"Show me trending models"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "agent-auth",
"name": "Agent Authentication",
"description": "Obtain an agent token for protected surfaces. Ed25519 challenge/verify.",
"tags": [
"auth",
"agents"
],
"examples": [
"How do I authenticate to WZRD?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-earn",
"name": "Earn Rewards",
"description": "Server-witnessed inference loop: infer a model pick, report the outcome, earn CCM rewards. Single orchestrated task.",
"tags": [
"agents",
"earn",
"inference"
],
"examples": [
"Earn rewards on trending models",
"Run the earn loop"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "authenticated-inference",
"name": "Authenticated Inference",
"description": "Chat completions routed by WZRD to the optimal model. Requires Bearer/session auth.",
"tags": [
"inference",
"auth"
],
"examples": [
"Run inference through WZRD",
"Which model for code generation?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "premium-signals",
"name": "Premium Signals",
"description": "Velocity EMA, acceleration, quality scores, per-agent breakdowns. $0.01/call via x402 Exact SVM Solana USDC or Pro tier when gating is enabled.",
"tags": [
"signals",
"paid",
"x402"
],
"examples": [
"Get premium momentum data for trending models"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "velocity-snapshot",
"name": "Velocity Snapshot",
"description": "Full point-in-time snapshot of 150+ models with raw velocity EMA, daily deltas, market status. $0.10/call via x402 Exact SVM Solana USDC or Pro tier when gating is enabled.",
"tags": [
"signals",
"paid",
"x402",
"backtesting"
],
"examples": [
"Get a full velocity snapshot",
"Model landscape right now?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "prediction-market-signals",
"name": "Prediction Market Signals",
"description": "Read free fair-value signals for supported DFlow/Kalshi macro markets. Current coverage is the CPI and NFP families; use it before quoting or trading.",
"tags": [
"prediction-market",
"signal",
"free"
],
"examples": [
"Score KXECONSTATCPIYOY-26MAY-T2.7",
"What is the edge on KXUSNFP?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "listen-attention",
"name": "Listen Attention Proofs",
"description": "Prove music listening attention via Ed25519-signed checkpoints. Sessions, AI summaries, Metaplex Core NFT receipts.",
"tags": [
"listen",
"attention",
"creator",
"music"
],
"examples": [
"Start a listening session",
"Show my listening profile"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
}
],
"endpoints": {
"a2a": "https://api.twzrd.xyz/a2a",
"api": "https://api.twzrd.xyz",
"mcp": "https://twzrd.xyz/api/mcp",
"openapi": "https://api.twzrd.xyz/openapi.json",
"skill_guide": "https://twzrd.xyz/SKILL.md"
}
}