Connection / RPC
There are two main components to the botโs connection:
The Solana RPC
The Jupiter API
The Remote Procedural Call (RPC) server is how the bot connects to the Solana network. A fast, reliable RPC is essential to ensure the bot can send transactions quickly.
Enhancing Speed:
Leader Information Solutions: Utilize solutions like Helius, Atlas, and Blockworksโ Lite-RPC to send transactions directly to the network leaders, bypassing the default RPC speed limitations.
Geyser GRPC: For even faster performance, use a Geyser GRPC to stream data directly to nodes, avoiding additional RPC server delays. This typically requires setting up your own RPC, though some providers and community members offer standalone GRPC services.
Last updated