Select a Solana wallet to connect to Parallax Finance.
Parallax Finance is an autonomous AI trading intelligence protocol built on Solana. It provides institutional-grade quantitative analysis, real-time signal generation, and autonomous agent execution for DeFi traders.
The protocol consists of three core layers: the Signal Engine (real-time market intelligence), the Agent Swarm (autonomous execution), and the Strategy Vaults (managed yield).
Get up and running with Parallax in under 5 minutes.
# npm npm install @parallax/sdk # yarn yarn add @parallax/sdk
import { ParallaxClient } from '@parallax/sdk'; const client = new ParallaxClient({ apiKey: 'prlx_live_...', network: 'solana-mainnet', commitment: 'confirmed' });
client.signals.subscribe({ pairs: ['SOL/USDC', 'JUP/SOL'], confidence: 0.85, onSignal: (signal) => { console.log(signal.action, signal.price, signal.score); } });
Parallax operates as a multi-layered system:
The SDK requires Node.js 18+ and supports ESM and CommonJS.
npm install @parallax/sdk @solana/web3.js
TypeScript types are included. No additional @types package needed.
The ParallaxClient is the main entry point for all SDK interactions.
const client = new ParallaxClient({ apiKey: 'prlx_live_...', // from dashboard network: 'solana-mainnet', // or 'solana-devnet' commitment: 'confirmed', // Solana commitment wallet: walletAdapter, // Optional: for execution maxRetries: 3, // Auto-retry on failure });
Real-time trading intelligence with confidence scores.
client.signals.subscribe({ pairs: ['SOL/USDC'], timeframe: '5m', confidence: 0.80, onSignal: (signal) => { // signal.action: 'LONG' | 'SHORT' | 'CLOSE' // signal.confidence: 0.0 - 1.0 // signal.targets: { tp1, tp2, sl } } }); // Historical signals const history = await client.signals.history({ pair: 'SOL/USDC', from: '2025-01-01', limit: 100 });
Deploy and manage autonomous trading agents.
const agent = await client.agents.create({ strategy: 'momentum-alpha', pairs: ['SOL/USDC', 'JUP/SOL'], riskLevel: 'medium', maxPosition: 1000, // Max USDC per trade stopLoss: 0.05, // 5% autoCompound: true }); const perf = await agent.performance(); console.log(perf.pnl, perf.winRate, perf.sharpe);
Deposit into AI-managed strategy vaults.
const vaults = await client.vaults.list(); const tx = await client.vaults.deposit({ vault: 'prlx-alpha-1', amount: 500, // USDC slippage: 0.01 });
Parallax contracts on Solana Mainnet:
// Core Protocol Program ID: PRLXj7Fc3a...d92E4b8F1c0A Token Mint: PRLX5bdc2d52...17a79310a45d // Vaults Alpha Vault: PVLT8xk2m9...aF4c21bE8d03 Delta Vault: PVLT3nR7q2...eC9f56dA1b72 // Staking Staking Pool: PSTK6wL4p8...bD2e93cF5a41
The $PRLX token powers governance and protocol utility:
Unleash the power of AI-driven quantitative analysis and real-time market insights on Solana. Your edge in decentralized finance starts here.
Parallax Finance is an autonomous AI trading protocol that synthesizes on-chain data, market microstructure, and sentiment signals to deliver institutional-grade intelligence to every participant on Solana.
A full-stack AI trading intelligence suite — from signal generation to execution.
Multi-model ensemble generating high-conviction signals from price action, volume, and order flow.
Specialized AI agents optimized for specific market conditions, asset classes, and timeframes.
Sandwich attack protection with Jito bundles ensuring optimal execution.
Deep analysis of pools, whale positioning, and concentration zones across Solana DEXs.
Transformer models forecasting price movements, volatility regimes, and liquidation cascades.
Curated AI strategies with risk-adjusted returns managed autonomously.
Designed for sustainable growth and aligned incentives.
The DeFi intelligence gap is widening. As on-chain markets grow in complexity, the ability for individual traders to process information in real-time has become impossible.
Parallax bridges this asymmetry. By deploying specialized AI agents on Solana, we provide every participant institutional-grade intelligence.
Solana is the execution layer of choice. Sub-second finality, negligible fees, and unmatched throughput — optimal for high-frequency AI strategies.
$PRLX is the coordination primitive. Stakers govern strategy selection, earn protocol revenue, and contribute to the intelligence network — a self-reinforcing flywheel.