integration review

Paste the flow. Get scope before paying.

One box is enough: paste a repo link, function name, market action, or the two-line flow before trade(). The page returns an instant gate map; if you leave email, we reply with the boundary, endpoint and payment link only if the audit fits. No account, no private keys, no upfront payment.

Suggested gate map generated. If this is a live bot, start with a 99 EUR watchlist/bot-flow audit or 249 EUR placement, then keep monitoring on Builder if needed.
Immediate next step: Start with the paid-call boundary.
Your first gate should prove that the agent can pay for a diagnostic and receive a stop/go payload before any larger value transfer.
GET /x402/v1/dispute/{venue}/{market_id}
Guard-clause shape:
verdict = donotact.preflight(venue, market_id, side=side, notional_usd=notional, max_slippage_bps=policy.max_slippage_bps)
if verdict.decision != "READY":
    halt_order(reason=verdict.no_trade_reasons, receipt=verdict.receipt)
else:
    place_order(market_id, side, notional)
Open the matching integration doc
Paid setup paused: this page can still map the guard placement, but no paid audit, placement or Builder checkout is available now. Do not send payment.
Payments pausedCreate free API keyEmail this flow
Want this wired into your bot? Paid setup is paused. You can still send context for research, but no checkout, invoice or paid activation is available now. No execution, no custody, no private keys.
No typing needed: Show the suggested gate now from this campaign/source, then leave email if you want scope confirmation or help wiring it.
01

60-second review request

Scope confirmation path: paste the flow first. Leave an email only if you want a reply with the boundary and payment link if the audit fits. You pay 99 EUR only if the boundary is clear. Anonymous flow checks still return an instant gate map. Prefer email? Send the flow directly.
Fast start: use a concrete example, then change the market or size if needed.
What you get back: fit / no-fit, the first guard location, and whether the 99 EUR audit or 249 EUR placement is the right next step.
Email the action instead

No private keys, seed phrases, exchange secrets, or wallet-signing material. A pseudocode flow is enough.