ranger-finance

Consolidate Solana perpetual futures liquidity across Drift, Flash, Adrena, and Jupiter.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill ranger-finance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ranger-finance
Source: https://github.com/sendaifun/skills/tree/main/skills/ranger-finance
Command: npx skills add https://github.com/sendaifun/skills --skill ranger-finance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ranger Finance SDK consolidates liquidity across multiple Solana perpetual futures venues, enabling developers to build multi-exchange trading apps, agents, or dashboards with a single integration.

Core Features & Use Cases

  • Unified liquidity routing: Route orders across Drift, Flash, Adrena, and Jupiter to optimize execution.
  • AI agent integration: Provide a Model Context Protocol (MCP) server for AI trading agents to fetch quotes, open/adjust positions, and monitor portfolios.
  • Developer-friendly SDK: TypeScript APIs for getting quotes, increasing/decreasing/closing positions, querying positions, and signing transactions.
  • Use Case: Build a Solana-based trading bot that can fetch cross-venue quotes and execute orders automatically via a single API.

Quick Start

Install the Ranger Finance package and configure your environment (RANGER_API_KEY, SOLANA_RPC_URL, and optional wallet private key). Then use the TypeScript examples to get quotes, open positions, and sign transactions.

Frequently Asked Questions about ranger-finance

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

FAQPage Schema
How do I aggregate Solana perpetual futures liquidity across multiple venues?

To aggregate Solana perpetuals liquidity, use a TypeScript SDK that consolidates order routing across Drift, Flash, Adrena, and Jupiter. It provides unified APIs for fetching quotes, opening positions, and executing trades across all supported exchanges through a single integration.

Can I use an AI agent to trade Solana perpetuals across Drift and Jupiter?

Yes, AI agents can trade Solana perpetuals across venues using the built-in Model Context Protocol (MCP) server. The MCP server allows AI trading agents to fetch cross-venue quotes, open or adjust positions, and monitor portfolios programmatically.

What's the best way to manage Solana perp positions across different exchanges?

The best way to manage cross-exchange Solana perp positions is using a unified SDK that offers smart order routing and centralized position management. Developers can query, increase, decrease, and close positions across Drift, Flash, Adrena, and Jupiter through one TypeScript interface.

Does this Solana perp trading SDK require a specific RPC configuration?

Yes, the SDK requires environment configuration including a RANGER_API_KEY and a SOLANA_RPC_URL. An optional wallet private key can also be configured for signing transactions automatically when executing trades.

How do I build a Solana trading bot that routes orders to the best perp venue?

Build a Solana trading bot by installing the Ranger Finance package and using its TypeScript APIs to fetch cross-venue quotes and execute orders. The SDK handles smart order routing to find optimal execution across connected perpetual futures venues.