solana-funding-arb

Scan Solana perpetual funding rates across DEXs to identify delta-neutral arbitrage opportunities.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Zedit42/clawdbot-skills --skill solana-funding-arb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solana-funding-arb
Source: https://github.com/Zedit42/clawdbot-skills/tree/main/solana-funding-arb
Command: npx skills add https://github.com/Zedit42/clawdbot-skills --skill solana-funding-arb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @blockworks-foundation/mango-v4, @coral-xyz/anchor, @drift-labs/sdk, @solana/web3.js, @zetamarkets/sdk, axios, express, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the manual effort of tracking Solana perpetual funding rates across multiple exchanges and identifying delta-neutral arbitrage setups before the spread disappears.

Core Features & Use Cases

  • Cross-DEX Funding Scanner: Compares live funding rates across Solana perpetual venues such as Drift, Flash Trade, Binance, Mango, Jupiter, Zeta, and related markets.
  • Arbitrage Discovery and Ranking: Identifies the best long and short combinations, estimates spread capture, and filters by confidence, liquidity, and risk thresholds.
  • Automation and Analysis: Supports dashboards, scan reports, backtests, Monte Carlo simulations, cron-based monitoring, and dry-run or live trading workflows.
  • Use Case: A trader can ask for the highest-conviction SOL or BTC funding spread, then receive a recommended hedged position plan with estimated returns and risk warnings.

Quick Start

Ask the skill to scan Solana perpetual funding rates, rank the best arbitrage opportunities, and recommend the safest hedged long and short setup for your target position size.

Frequently Asked Questions about solana-funding-arb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find delta-neutral arbitrage opportunities across Solana perpetual funding rates?

To find delta-neutral arbitrage opportunities, you need to scan and compare Solana perpetual funding rates across multiple venues. This process normalizes hourly and 8-hour intervals across DEXs to spot profitable spread captures before they disappear.

Can I backtest a funding rate arbitrage strategy using Drift and Mango?

Yes, you can backtest funding rate arbitrage strategies using Drift and Mango. The system supports backtesting and Monte Carlo simulations by polling historical data via Node.js APIs to validate hedged position setups.

Does Solana funding rate arbitrage require normalizing data from different exchanges?

Solana funding rate arbitrage requires data normalization because exchanges calculate rates over different intervals. Normalizing hourly and 8-hour funding intervals across venues like Binance and Zeta ensures accurate spread calculations.

What is the best way to automate cross-DEX funding rate monitoring on Solana?

The best way to automate cross-DEX funding rate monitoring is using cron-based scheduling with Node.js API polling. This allows continuous scanning of venues like Flash Trade and Jupiter for real-time arbitrage alerts.

Do I need a dedicated Solana RPC node to scan perps for funding spreads?

Yes, Solana RPC access is required to scan perps for funding spreads. The automated polling and trade execution logic depends on RPC connectivity to retrieve live market data and submit transactions.

What risk controls are available when executing automated funding rate arbitrage?

Automated funding rate arbitrage includes optional dry-run modes and risk thresholds for confidence and liquidity. These controls filter out unsafe hedged positions and prevent executing low-quality spread captures.