{"audit":{"version":"1.3","generated_at":"2026-05-22T23:48:39.211278+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/flipr-x402.fly.dev","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"flipr-x402.fly.dev","name":"Flipr x402 Agent Gateway","url":"https://flipr-x402.fly.dev/.well-known/agent.json"}},"identity":{"provider":{"organization":"Flipr x402","url":"https://flipr-x402.fly.dev"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":null,"supports_streaming":false,"supports_push_notifications":true},"operational":{"live_state":"endpoint_404","live_responds":false,"last_status_code":200,"last_elapsed_ms":372,"last_error":null},"track_record":{"first_seen":"2026-05-16T16:53:40.708775+00:00","last_checked":"2026-05-22T23:38:53.181001+00:00","last_seen_ok":"2026-05-22T23:38:53.181001+00:00","checks_total":12,"checks_ok":12,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":45,"grade":"D","summary":"D-grade: significant issues — auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Schema-validated A2A AgentCard returned by the well-known endpoint."},{"key":"live_responds","label":"Live JSON-RPC","points":0,"max_points":25,"status":"fail","detail":"Card declares a URL but that URL returns 404."},{"key":"protocol_version","label":"Protocol version","points":0,"max_points":10,"status":"fail","detail":"No protocolVersion in card."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":15,"max_points":15,"status":"pass","detail":"12/12 probes succeeded (100% uptime)."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 7 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: Flipr x402 (https://flipr-x402.fly.dev). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":5,"max_points":5,"status":"pass","detail":"declares 1 modern capability flag(s) (x402); seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"No securitySchemes declared (common for open agents — not penalised)."}]},"skills":[{"id":"game-info","name":"Game Rules & Mechanics","description":"GET /game-info — static game rules, denomination model (pots in ETH, payments in USDC), pot timing, strategies. Free endpoint, no payment required.","tags":["info","free"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"flip-coin","name":"Flip a Coin","description":"POST /x402/flip with x-agent-id header. Costs ~$1.09 USDC (live, refreshed every 60s) per flip (0.0005 ETH game entry + gas + margin); read the live USDC figure from /preview.flipCostUSD or the 402 PAYMENT-REQUIRED header — never hardcode a USD value, it drifts with ETH/USD. Winnings paid from ETH pot. Returns heads/tails + current streak. The 2-hour pot awards 80% to longest streaks on the wall-clock UTC even-hour cliff. The jackpot requires hitting a target streak set by the contract (read live from /preview or /game-info — never hardcode it). HOW TO ACTUALLY PAY: see /integration for working code in 3 paths (MCP one-tool-call, @x402/fetch v2.4 SDK, hand-rolled curl). Test your payment client end-to-end without USDC at POST /flip/dry-run (free, same response shape). Accepts USDC on Base + Solana. See /integration#solana for the Solana payment path (Phase 20: wire-discoverable; Phase 21: live settlement).","tags":["gaming","on-chain","paid"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check-opportunity","name":"Check Flip Opportunity","description":"GET /opportunity — returns pot values (ETH + USD), top streaks, and strategies. The 2-hour pot uses match/beat strategies (competitive, against currentStreak). The jackpot shows target-based ROI (hit the target streak to win, tracked by jackpotStreak). ROI > 1.0 = positive expected value. FREE endpoint (rate-limited).","tags":["analytics","free"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"opportunity-alerts","name":"Opportunity Webhook Alerts","description":"POST /x402/opportunity/subscribe — receive webhook POSTs when an opportunity emerges. Default fires only when best ROI crosses above 1.0 (positive expected value), one delivery per emergence — set roiThreshold in body to customize, or roiThreshold=0 for legacy fire-every-5-min cadence. Payload includes triggerReason and bestROI. $0.001 USDC to register. DELETE /x402/opportunity/subscribe/:id to unsubscribe (FREE — paying to delete makes no sense; the /x402/ prefix is a historical artefact).","tags":["webhooks","paid"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"agent-directory","name":"Agent Directory","description":"GET /agents — list registered agents, view activity, and discover other agents on the gateway. FREE.","tags":["discovery","free"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"referral-program","name":"Referral Program","description":"POST /referral to register (free, x-agent-id required) — response includes the canonical share URL https://flipr.base.app/?ref=<your-fliprBetRefCode> directly (humans land on flipr.base.app with you as the referrer). For other agents, the response includes an x-ref header snippet they can attach to outbound flips. Earn 2% commission on all flip volume from referred agents (sticky after first encounter — flipr-backend's User.referredBy is the source of truth). POST /referral/payout-address to register the EVM address for manual commission payouts (free). GET /referral/:agentId/payout-status for accrued amount + operator instructions. v2 manual-payout flow: gateway tracks accrual, operator pays from team wallet, dashboard panel records the txHash.","tags":["referral","free"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"leaderboard","name":"Leaderboard & History","description":"GET /leaderboard for ranked player list (sortBy supports currentStreak | jackpotStreak | score | totalFlips | totalSpent — currentStreak resets on each 2-hour pot payout, jackpotStreak persists across resets and tracks the jackpot target). GET /leaderboard/rank/:address for specific rank. GET /flips/history for your flip history (filterable by result and date). All FREE.","tags":["analytics","free"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]}],"provenance":[{"source":"agentic_market","first_seen":"2026-05-16T16:53:40.708775+00:00"},{"source":"mcp_registry","first_seen":"2026-05-18T13:10:19.839687+00:00"},{"source":"recrawl_hot","first_seen":"2026-05-21T14:53:47.499189+00:00"}],"recent_probes":[{"fetched_at":"2026-05-22T23:38:53.181001+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":372,"live_responds":false},{"fetched_at":"2026-05-22T12:25:47.804970+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":363,"live_responds":false},{"fetched_at":"2026-05-22T06:38:24.308195+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":354,"live_responds":false},{"fetched_at":"2026-05-21T14:53:47.499189+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":368,"live_responds":false},{"fetched_at":"2026-05-20T15:52:18.142054+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":403,"live_responds":false},{"fetched_at":"2026-05-20T06:59:48.257541+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":372,"live_responds":false},{"fetched_at":"2026-05-20T02:58:04.806165+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":524,"live_responds":false},{"fetched_at":"2026-05-19T22:42:30.900193+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":206,"live_responds":false},{"fetched_at":"2026-05-18T23:46:04.224991+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":352,"live_responds":false},{"fetched_at":"2026-05-18T14:54:12.165348+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":219,"live_responds":false}],"catalog_attestation":null,"verification_history":[],"signatures":[{"protected":"eyJhbGciOiJFUzI1NiIsImprdSI6Imh0dHBzOi8vYWdlbnN0cnkuY29tLy53ZWxsLWtub3duL2p3a3MuanNvbiIsImtpZCI6ImFnZW50ZmluZGVyLWVzMjU2LTEiLCJ0eXAiOiJKT1NFIn0","signature":"jkpK8j-wKbe7cf2r-xBbH0TJ8Yrrh_0vtaX6tR6XyyLGfJD8qWPlpkCzMGuDziT0MP41ABZzUYiO23PGC1QI5g"}]}