SignGate Swap Preflight — x402 Agent Buyer Risk Check is a paid API for AI agents from base-agent-preflight.bytoken2023.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Performs a pre-purchase risk and governance check on a token swap before an AI agent spends USDC via the x402 protocol on Base.
Machine-payable service intelligence for discovering, verifying, and monitoring identity, risk, authorization, execution-preflight, and evidence APIs before autonomous agents spend.
Returns a JSON object containing the network identifier, product type ('swap-preflight'), and an assessment block with a numeric risk_score, a categorical risk_level (e.g. 'low', 'medium', 'high'), and a flags array listing any specific governance concerns detected. An empty flags array with risk_level 'low' indicates the swap is cleared for agent execution.
GEThttps://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/swap-preflightUse this endpoint when an AI agent is about to execute a token swap on Base via the x402 protocol and you need a lightweight, paid governance signal (risk score + flags) before committing funds. Prefer this over generic on-chain simulation when you specifically need buyer identity and policy alignment checks rather than execution simulation. Best suited for agentic pipelines that enforce a preflight gate before any DeFi spend.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"network": "eip155:8453",
"product": "swap-preflight",
"assessment": {
"flags": [],
"risk_level": "low",
"risk_score": 0
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"