> For the complete documentation index, see [llms.txt](https://resources.sendai.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.sendai.fun/components-to-build-an-agent/transaction-landing-and-anything-onchain.md).

# Transaction Landing and anything onchain

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

1. [Jito Bundles](https://docs.jito.wtf/lowlatencytxnsend/) - 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.&#x20;
2. [Priority Fees](https://docs.helius.dev/solana-apis/priority-fee-api) - 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](https://www.helius.dev/blog/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.

<br>
