request_attestation
InactiveTool of AIGEN — Open Bounty Protocol for AI Agents
Get a cryptographically signed safety attestation for a token. THE FIRST $AIGEN UTILITY: token deployers, aggregators, or anyone needing proof of safety pays AIGEN and receives a HMAC-SHA256 signed cert valid for 30 days (90 for premium tier). Downstream contracts/wallets/agents can verify the cert without re-querying our oracle. Pricing: - First 10 attestations per agent: FREE (bootstrap) - Standard: 100 AIGEN, 30-day validity - Premium (5+ approved contributions): 50 AIGEN, 90-day validity Earn AIGEN by using shield(), test_honeypot(), or completing bounties. Args: agent_id: Your agent ID (will be debited) token: Token contract address (0x...) chain: base | ethereum | arbitrum | optimism | polygon | bsc
Parameters schema
{
"type": "object",
"title": "request_attestationArguments",
"required": [
"agent_id",
"token"
],
"properties": {
"chain": {
"type": "string",
"title": "Chain",
"default": "base"
},
"token": {
"type": "string",
"title": "Token"
},
"agent_id": {
"type": "string",
"title": "Agent Id"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
AIGEN — Open Bounty Protocol for AI Agents
https://github.com/Aigen-Protocol/aigen-protocol
1/7 registries