InputPOST /api/v1/x402/mev-sandwich-upper
{
"reserve_in": 10000,
"reserve_out": 10000,
"amount_in": 100
}
Commercial operations analytics · commercial-operations
Upper-bound CPMM price impact loss for size vs reserves. Call when pre-trade MEV/slippage stress without mempool access. Returns impact_fraction and loss_notional as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/mev-sandwich-upper -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"reserve_in":10000,"reserve_out":10000,"amount_in":100}'
{
"reserve_in": 10000,
"reserve_out": 10000,
"amount_in": 100
}
{
"schema": "delx/util-mev-sandwich-upper/v1",
"impact_fraction": 0.00990099009900991,
"loss_notional": 0.990099009900991
}
Machine-readable evidence