funding-arb-cycle

Automate a delta-neutral funding-rate arbitrage decision cycle on VOOI Perps MCP.

13|Updated May 20, 2026
One-click install
npx skills add https://github.com/vooi-app/vooi-funding-bot-example --skill funding-arb-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: funding-arb-cycle
Source: https://github.com/vooi-app/vooi-funding-bot-example/tree/main/skills/funding-arb-cycle
Command: npx skills add https://github.com/vooi-app/vooi-funding-bot-example --skill funding-arb-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a single decision cycle for delta-neutral funding-rate arbitrage on the VOOI Perps MCP. It provides a transparent, auditable plan by reading current positions, fetching live quotes and funding opportunities, and scoring potential closes and opens for user review.

Core Features & Use Cases

  • Proposes closes and opens based on current MCP data and remembers per-position history to guide future cycles.
  • Maintains local state under ~/.funding-arb to persist arbs, cooldowns, and history, ensuring continuity across cycles.
  • Executes only after explicit user approval, enabling a safe, auditable workflow suitable for testing and production-ish prototyping across Hyperliquid and Lighter.

Quick Start

Run a single funding-arb cycle to review current positions, generate a plan, and await your approval before placing any orders.

Frequently Asked Questions about funding-arb-cycle

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

FAQPage Schema
How do I automate delta-neutral funding rate arbitrage safely?

Delta-neutral funding rate arbitrage automation requires reading portfolio state, fetching live quotes, and scoring potential opens and closes for explicit user approval before executing any orders. This approach ensures safe, auditable workflow across Hyperliquid and Lighter.

What is delta-neutral funding arbitrage and how does an automated cycle work?

Delta-neutral funding arbitrage captures funding rate spreads while hedging directional risk. An automated cycle reads current positions, fetches live market data, scores closes and opens, and presents an actionable plan requiring explicit user approval before placing orders.

Does funding-arb-cycle work with Hyperliquid and Lighter for trading automation?

Funding arbitrage automation works with both Hyperliquid and Lighter. It fetches live quotes and funding opportunities through the VOOI Perps MCP endpoints, scoring potential trades for delta-neutral strategies across both platforms.

How do I run a funding arbitrage cycle without automatic order execution?

Running a funding arbitrage cycle without automatic execution involves generating a transparent plan from current MCP data and per-position history. The system presents closes and opens for explicit human review, placing orders only after approval.

What MCP endpoints are required for automated funding rate arbitrage?

Automated funding rate arbitrage requires MCP endpoints including get_accounts, get_positions, get_funding_strategies, get_quotes, estimate_slippage, and batch_create_orders, plus a local state directory in ~/.funding-arb to persist arbs, cooldowns, and history safely.

Can I persist funding arbitrage positions and cooldowns across multiple cycles?

Persisting funding arbitrage positions and cooldowns across cycles requires maintaining local state under ~/.funding-arb. This directory stores arb history, cooldowns, and per-position data, ensuring continuity and guiding future decision cycles.