Astralane
  • Welcome to Astralane
  • 🚅Low Latency
    • Quickstart
    • Endpoints and Configs
    • Submit Transactions
  • 🔍Data Pipelines
    • Overview
    • Our Products
      • Authentication
      • Dex Pools API
        • Latest Dex Pools API
      • OHLCV API
      • Websocket - Token price and Volume
      • Trade Data - Dex trades
      • PnL Indexer
      • Historical Token Portfolio
      • Top 100 Token Holders
      • Token Price API
      • Historical Token Price API
      • Profitable Wallets
      • Wallet PnL API
      • Trasaction Indexer
  • Japanese Docs
    • 🌌 Astralane ドキュメント
      • 低遅延 -クイックスタート
      • 🚅 エンドポイントと設定
      • トランザクションの送信
  • Mandarin Docs
    • 🌌 欢迎来到 Astralane
      • 低延迟快速入门
      • 🚅 端点和配置
      • 提交交易
Powered by GitBook
On this page
  • Core Infrastructure
  • Performance Metrics
  • Who Should Use It on Solana:
  1. Low Latency

Quickstart

PreviousWelcome to AstralaneNextEndpoints and Configs

Last updated 3 months ago

Low latency infrastructure delivering sub-slot transaction propagation for Solana's most demanding operators - from HFTs requiring minimal wire latency to market makers needing reliable execution during peak congestion. Along with leader path optimization, our binary-optimized mesh network provides sub-slot precision data streams.

Our dynamic priority system intelligently allocates resources for high-priority operations, backed by enterprise-grade reliability and 24/7 support.

Jump to Main sections

Core Infrastructure

  • Dual relay system: Transaction + Shred relays

  • Direct validator integration via SwQoS-enabled connections and direct stake peering

  • Advanced txn execution system for high txns with tips

  • Global private fiber network with dynamic leader-aware routing

  • Binary protocol optimized for minimal serialization overhead

Performance Metrics

  • 500ms latency improvement vs standard RPC nodes

  • 40-50ms overhead reduction in processed transaction receipts

  • Zero dropped transactions with automatic retry mechanisms

  • Real-time streaming of account changes within current slot

Who Should Use It on Solana:

Astralane provides specialized solutions tailored to the needs of Solana teams:

  • Fast Transaction Sending: Essential for HFTs and Searchers who need fast transaction landing, support for multi-tx batching, rapid transaction execution.

  • More Landing Rates: Essential for Market Makers and Solvers who want reliable transaction execution even during high network congestion times.

  • Low Latency Data Streams: Sub-slot access to raw or parsed transaction data via redundant global paths, with support for shred-based early detection systems. Essential for bot developers seeking optimal signal detection and opportunity capture.

  • Cost Efficient Trading Setups: Essential for trading operations seeking cost-efficient, high-throughput execution with usage-based pricing, delivering enterprise-grade performance at competitive rates.


Custom TPU client

Instead of going through normal rpc pipeline for transactions, We use a fast and lightweight TPU client that tracks leader schedule and sends transactions directly to the leaders also utilizing staked connection to the leaders

Dynamic Routing Module:

All traffic that comes to our network are carefully analizyed and dynamically routed to our partner peers which are closest to the leader and utilize on our disturbed staked network peers effectively, These are done along dedicated low latency routes which ensures the fastest progpogation for the transactions

Smart Fee Data (Analysis)

We help our clients optimise their transactions, through our enhanced monitoring systems which gives you deep info on how your transactions performed against different leaders, slot latency metrics and getting insights on

Retries

By default we listen to all transactions confirmations from the network and handle transaction retries from our end to improve the landing rate, These can be modified as well to use custom retry logic as needed by clients

Higher Priority Txns:

Our high-priority endpoint takes a tip to astralane address, which in turn routes the transaction through both jito and our staked peers and races them for the minimum possible latency, even when the current leader is running jito validator or the native agave client

Atomicity and Tip Refunds:

Custom endpoints to give you a transaction hash which expires in X slots, to ensure transactions are landed within the desired slot for clients.

🚅
Endpoints and Configs
Submit Transactions