01
60-second review request
No private keys, seed phrases, exchange secrets, or wallet-signing material. A pseudocode flow is enough.
integration review
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.
GET /v1/preflight/{venue}/{market_id}?side=buy¬ional_usd=25&max_slippage_bps=100verdict = 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 docNo private keys, seed phrases, exchange secrets, or wallet-signing material. A pseudocode flow is enough.