Transaction Landing and anything onchain

Landing a transaction on the Solana network is a pain, and your agent should not cry because of this.

  1. Jito Bundles - if you want your transaction to land, then Jito bundles are the best way, you can bundle upto 5 transactions and send them, they’ll be executed atomically for a small tip.

  2. Priority Fees - you can use Helius rpc to get the most accurate priority fee data for your transaction and use that while sending transactions via RPC increasing your landing chance by 95%. Solana Congestion: How to Best Send Solana Transactions

You need RPC to get anything on-chain, every provider you use would require a RPC to work, Helius is the best rpc you can work with, which also provides geyser plugin and enhanced websockets.

Last updated

Was this helpful?