Buy 0.25 BTC · slippage ≤ 25 bps
The caller exposes the exact venue, side, size, and risk threshold.
EXPLICITExact-order preflight for crypto bots
Send the venue, side, and size. Butterfly Delta checks the live book and returns a signed PASS, BLOCK, or UNKNOWN for one cent.
One machine question. Primary evidence. Signed expiry.
One contract · any machine action
action + assumptions + checkpoint→changed assumptions + proof + expiryThe first repeated-use module
Butterfly Delta does not choose, authorize, or execute the action. It checks the bot's own thresholds against current primary venue observations and reports assumption state inside explicit coverage.
The caller exposes the exact venue, side, size, and risk threshold.
EXPLICITCoinbase and Gemini status, ticker, and order-book snapshots are normalized and hashed.
Inspect source contract ↗HOLDS, INVALIDATED, or UNKNOWN is returned with observed value, source digest, and expiry.
SIGNEDEvidence touches an explicit assumption.
Evidence contradicts an explicit assumption.
No match inside declared coverage. Never means safe.
Coverage is insufficient to evaluate the assumption.
One thing, deliberately
Action, target, explicit assumptions, stakes, and last checkpoint.
Observation, inference, judgment, unknowns, contradictions, and falsifiers stay separate.
The caller's policy decides whether to continue, reevaluate, resize, or stop.
The compounding asset
Each event, dependency, contradiction, correction, and later outcome strengthens the same graph. That history—not raw headlines—is the moat.
Deduplicate a real-world event and preserve its source lineage.
Map the event to assumptions used by agents across machine actions.
Never erase revisions; record what changed and why.
Measure whether later evidence confirmed, weakened, or falsified the mapping.
Machine distribution
No account, API key, email, or wallet connection. Agents discover the capability, inspect coverage for free, and pay per preflight with x402 or MPP.
POST /api/agent/delta-peekPOST /api/agent/order-preflightPOST /api/mcpGET /integrations/ccxt-preflight.mjsGET /integrations/ccxt_preflight.pyGET /integrations/freqtrade_preflight.pyGET /openapi.jsonnpx agentcash add https://butterflydelta.comLive price: $0.01 USDC on Base through x402 exact or MPP evm/charge. Exact-order coverage: visible Coinbase and Gemini USD spot order books. Every response declares its exact boundary.
POST /api/agent/order-preflight
{
"trade": {
"pair": "BTC-USD",
"maxVenueSpreadBps": 10,
"maxCrossVenueDivergenceBps": 20,
"maxQuoteAgeSeconds": 10,
"minHealthyVenues": 2,
"venue": "coinbase",
"side": "buy",
"orderType": "market",
"baseSize": 0.25,
"maxEstimatedSlippageBps": 25,
"minDepthCoveragePct": 100
}
}