← ClaudeAtlas

raptor-dexlisted

Self-hosted Solana DEX aggregator by SolanaTracker — multi-hop routing across 25+ DEXes, WebSocket streaming, Yellowstone Jet TPU submission, no rate limits
Serennity007/claude-trading-skills-67 · ★ 0 · AI & Automation · score 72
Install: claude install-skill Serennity007/claude-trading-skills-67
# Raptor — Self-Hosted Solana DEX Aggregator Raptor is a self-hosted Rust binary that aggregates swap quotes across 25+ Solana DEXes. Unlike Jupiter, Raptor runs on your own infrastructure with **no rate limits**, **no API key**, and **no dependency on external API availability**. Free during public beta. - **Program ID (Mainnet)**: `RaptorD5ojtsqDDtJeRsunPLg6GvLYNnwKJWxYE4m87` - **GitHub**: [solanatracker/raptor-binary](https://github.com/solanatracker/raptor-binary) - **Docs**: [docs.solanatracker.io/raptor/overview](https://docs.solanatracker.io/raptor/overview) ## Quick Start ```bash # Clone the binary repo (includes required signature file) git clone https://github.com/solanatracker/raptor-binary cd raptor-binary # Run with required environment variables export RPC_URL="https://your-solana-rpc.com" export YELLOWSTONE_ENDPOINT="https://your-yellowstone-grpc.com" export YELLOWSTONE_TOKEN="your-token" # if required by provider ./raptor # Listens on 0.0.0.0:8080 by default ``` **Requirements**: Solana RPC endpoint + Yellowstone gRPC endpoint (for pool indexing). Raptor uses very few RPC calls during normal operation since pool state is streamed via Yellowstone. **Signature file**: The `signature` file must be in the same directory as the Raptor binary. It authenticates your instance and is included in the repo clone. If you move the binary, copy the signature file with it. ## Execution Flow ``` 1. GET /quote → Best route across 25+ DEXes 2. POST /swap