# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.sendai.fun/components-to-build-an-agent/transaction-landing-and-anything-onchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
