integration review

Paste one market_id + side + notional. Get the gate.

No account required. Paste one concrete action like polymarket 580810 buy_yes 25 USD, a repo link, or the two-line flow before trade(). Do Not Act returns the gate placement: the API call to make, the verdict to enforce, and the reason codes that block capital. If the gate fits a live bot, Builder at 14.90 EUR/month includes one repo-specific placement review.

Suggested gate map generated. If this is a live bot, Builder at 14.90 EUR/month includes one repo-specific guard-clause placement review.
Immediate next step: Start with the action-aware preflight gate.
Your first gate should compare the requested size against visible book capacity before the agent reaches the order path.
GET /v1/preflight/{venue}/{market_id}?side=buy&notional_usd=25&max_slippage_bps=100
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 first step: Builder 14.90 EUR/month includes one repo-specific guard-clause placement review for this exact flow. Send the repo/flow below; we reply with the placement and the API call to enforce before capital moves.
Get paid guard placementCreate free API keyEmail this flow
Turn this into a paid guard placement. Builder 14.90 EUR/month includes one repo-specific placement review: endpoint, stop rule and pseudocode boundary before the order/wallet call. No execution, no custody, no private keys.
No typing needed: Show the suggested gate now from this campaign/source, then leave email only if you want help wiring it.
01

60-second review request

Fast start: use a concrete example, then change the market or size if needed.
Email the action instead

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