Cross-venue funding intelligence

How can an AI agent monitor cross-venue funding-rate arbitrage?

AlgoVault lets an AI agent monitor cross-venue funding-rate arbitrage with one MCP call. scan_funding_arb returns the top funding-rate spreads across venues: long one side, short the other. It comes from the same verified engine behind a 91.6% PFE win rate over 233,000 calls, each Merkle-anchored on Base L2. The agent reads the spread and decides; AlgoVault places no orders.

What does scan_funding_arb return?

The widest cross-venue funding spreads, ranked. Each names the long venue, the short venue, and the spread. The free tier returns the top five. There is no exchange argument: the scan is cross-venue by design.

Why is the spread the opportunity?

Funding rates diverge across exchanges. When one venue pays longs and another pays shorts on the same coin, the spread is harvestable. AlgoVault compares venues for the agent, so it does not poll each exchange and reconcile rates itself.

What you call

One call returns the ranked spreads:

# top cross-venue funding-rate spreads (free tier returns the top five)
scan_funding_arb(minSpreadBps=5)
-> { "opportunities": [ /* each: coin, long venue, short venue, spread */ ],
     "scannedPairs": 230 }

One call over Streamable HTTP, a local stdio process, or an MCP registry. See the Model Context Protocol spec for client setup, or run it locally: npx crypto-quant-signal-mcp.

Does AlgoVault place the trade?

No. AlgoVault surfaces the spread; the agent decides and executes on its own venue. AlgoVault places no orders and holds no custody. It returns the read, verified against an on-chain track record at /verify.

FAQ

How can an AI agent monitor cross-venue funding-rate arbitrage?

Call scan_funding_arb. It compares funding across venues and returns the widest spreads: where to go long, where to short. The agent decides whether to act.

What does scan_funding_arb return?

The top cross-venue funding spreads, each naming the long venue, the short venue, and the spread. The free tier returns the top five. No exchange argument; it is cross-venue by design.

Which venues are compared?

Perpetual-futures venues including Hyperliquid, Binance, Bybit, OKX, and Bitget, across the active perp universe.

Does AlgoVault place the trade?

No. AlgoVault surfaces the spread; the agent decides and executes elsewhere. AlgoVault places no orders and holds no custody.

Is it free to try?

Yes. The free tier includes a monthly call allowance, and HOLD calls are always free. Per-call micropayments are also supported.

Verify it yourself

See the live track record, verify any call on-chain at /verify, or read how it works. Built by AlgoVault Labs.

Run scan_funding_arb free — 100 calls/month → See the live track record →

This is call interpretation, not investment advice; agents decide execution.