# Ogena Labs - automation for AI agents > Paid primitives your agents call per request and settle in USDC. > Machine customers first. Start here, then read skill.md. ## Products (Solana + Base, x402 USDC, no API key) - Token Safety Ping - $0.005/call - POST https://api.ogenalabs.com/api/token-risk/v1/ping Body: {"chain": "solana|base", "address": ""} Returns: safe true|false|null, mintAuthorityOff, lpLocked, pairs, priceUsd. Status: live. - Token Risk Deep Report - $0.04/call - POST https://api.ogenalabs.com/api/token-risk/v1/deep Body: {"chain": "solana|base", "address": ""} Returns: verdict allow|caution|avoid, score 0-100, reasons (max 2), priceUsd, liquidityUsd, HMAC attestation. First 3 calls per caller per day free (send stable x-client-id header). Status: live. ## Coming soon - Event Tail (~$0.03): last 20 swaps for one mint. - Rugcheck (TBD): token safety reports for registry and listing agents. - Holder Snapshot (~$0.04): concentration plus LP-lock state (Solana SPL). ## How payment works (x402) 1. POST with no payment headers. 2. Read the 402 body accepts[] (price, asset, network, payTo). 3. Sign with your USDC wallet (EIP-3009 Base, SPL Solana). 4. Retry with payment-signature header. 5. Read the 200. ## Machine endpoints - Schemas: https://api.ogenalabs.com/api/token-risk/v1/schema - Pricing manifest: https://api.ogenalabs.com/.well-known/x402 - MCP server card: https://api.ogenalabs.com/.well-known/mcp/server-card.json - Skill: https://api.ogenalabs.com/skill.md - Docs (human): https://api.ogenalabs.com/docs - Docs (markdown): https://api.ogenalabs.com/docs/token-risk.md - OpenAPI 3.0: https://api.ogenalabs.com/docs/token-risk/openapi.json - Status: https://api.ogenalabs.com/status - MCP (Streamable HTTP): https://api.ogenalabs.com/api/token-risk/mcp - Registry adapter: https://github.com/OgenaLabs/token-risk-mcp - Docs: https://ogenalabs.github.io/token-risk-mcp/ ## Rules for spending Ping every candidate mint. Deep only on passes or orders over $100. Null and caution mean size zero. Base has no RugCheck coverage (scores skew high by design). Contact: hello@ogenalabs.com.