# TXRISK TXRISK is a pre-execution risk and authorization service for agent payments, wallet actions, webhook intake, and support-led recovery flows. ## Start Here - Docs: https://txrisk.xyz/docs/ - OpenAPI: https://txrisk.xyz/openapi.json - x402 discovery: https://txrisk.xyz/discovery/resources - MCP metadata: https://txrisk.xyz/.well-known/mcp/server.json ## Payment Model - Public HTTP routes use x402-style request -> 402 payment_required -> settlement verification -> retry with payment-signature. - Price: 0.002 USDC per successful request. - Networks: Base (8453) and Tempo (4217). ## Shipped Paid HTTP Endpoints - POST /v1/wallet/risk-snapshot: Score a wallet before approving a payout, transfer, or underwriting action. - POST /v1/webhook/verify: Validate inbound webhook signatures before a paid event is accepted downstream. - POST /v1/lead/qualify: Rank inbound opportunities against a narrow ICP before they enter human review. - POST /v1/action/authorize: Authorize a payout, transfer, or approval action before submit using a paid TXRISK decision gate. - POST /v1/account/recovery-authorize: Authorize a support-led account recovery or payout-destination change before the operator executes it. ## Bounded MCP Surface - GET https://txrisk.xyz/.well-known/mcp/server.json - GET https://txrisk.xyz/.well-known/mcp/server-card.json - POST https://txrisk.xyz/mcp Tools: risk_snapshot, authorize_action, authorize_account_recovery, verify_webhook, qualify_lead, get_support_snapshot ## Notes - Mutable treasury, settlement execution, and admin routes are intentionally excluded from the public MCP surface. - Support contact: support@txrisk.xyz