TXRISK leads with a live Wallet Action Preflight API for Bankr transfer and approval checks, plus broader x402 risk routes, payment-recovery proof, and async onboarding.
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# 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
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"TXRISK API","version":"2026-04-02","summary":"Pre-execution risk, authorization, webhook, and recovery checks sold as x402-native HTTP endpoints.","description":"TXRISK sells deterministic pre-submit decision APIs for agent and wallet flows. Public routes use the x402 retry pattern and return route-specific payment metadata on HTTP 402.","contact":{"name":"TXRISK Support","email":"support@txrisk.xyz","url":"https://txrisk.xyz/docs/"}},"servers":[{"url":"https: