The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Arsenal Decision Engine listing page.
The Risk-Validation Layer for Autonomous AI Agents (DeFAI)
Method and raw results are published — backtest script · result data (180 days of Binance ETH/USDC daily closes): 🔬 Breakeven Corridor is a deterministic algebraic boundary (where IL = accumulated yield). Any position whose price ratio stays within
[lower_be, upper_be]has R_net > 0 by mathematical definition — not a probabilistic model. 📐 This engine measures; it does not forecast. No predictive-accuracy figure is claimed — read the published result files and judge the method for yourself.
Transform DeFi uncertainty into deterministic, actionable risk metrics for autonomous agents. We do not run stateful trading bots or generate speculative prediction signals; we provide a stateless risk middleware layer that agents query before deploying or maintaining standard constant-product / full-range LP positions.
Built for agents. 100 free calls per IP per day — no wallet, no sign-up, custom parameters included. An L402 payment path is implemented in the gateway but is not operational in production: today, the engine is free to use.
Before an autonomous agent deploys capital or adjusts a standard constant-product / full-range LP position (such as Uniswap V2 or full-range V3), it submits the pool parameters (APY, price ratio, days held) to our API. The engine computes the exact mathematical risk, the net return ($R_{net}$), and the dynamic Breakeven Corridor bounds.
1. MCP JSON-RPC — the endpoint advertised on the MCP registry
Standard MCP handshake: initialize → tools/list → tools/call. Available over
streamable HTTP and stdio.
2. REST convenience route — no MCP client required
Both routes run the same calculation and the same quota. Note that
/mcp/evaluate is GET-only: a POST to that path returns 405 Allow: GET,
because JSON-RPC belongs on /mcp.
layer reports how the call was served: FREE while inside the free quota,
PREMIUM once an L402 payment has been verified. The call shown above is
served as FREE.
evaluate_pool: 100 calls per IP per day, custom parameters
included. No Lightning wallet is needed. This is the only tier currently in
service.402 with a WWW-Authenticate header. The payment rail is not operational in
production — invoices issued today are not settleable, and no payment is expected
or accepted. Treat the paid tier as announced, not available.GET /mcp/audit/latest: 3 free calls per IP per hour; beyond that the route
returns 402. That response documents the protocol; it is not a live payment path.COOKBOOK.mdhttps://api.arsenal-quant.com/.well-known/mcp/server-card.jsonThis engine does not prevent losses, and it makes no claim about how much money it saves you. What it does is compute — deterministically, in $\mathcal{O}(1)$ — whether a position sits above or below its breakeven boundary. Each response carries an HMAC tag over the result, which lets the engine detect tampering with its own output; it is a symmetric provenance marker, not a proof a third party can verify independently.
The intended model is per-call pricing, so the cost can be budgeted like any other input. That model is not yet in service: today every call is free.