Jito Tips Explained: How to Set the Right Priority Fee
If you've bundled a Solana transaction through Jito, you've had to pick a tip amount — and it's easy to either overpay out of caution or underpay and have the bundle silently fail to land. Here's what the tip actually does and how to think about sizing it.
What the tip pays for
A Jito tip is a separate payment, on top of standard Solana network fees, made to the validator that includes your bundle. It's typically sent as its own transaction within the bundle, to one of Jito's designated tip accounts. The tip is the economic incentive for a validator running Jito's block-engine software to prioritize your bundle over others competing for the same block space.
This is distinct from a standard Solana priority fee, which applies to individual transactions processed by any validator. A Jito tip specifically applies to bundles processed through Jito-enabled validators, which is a subset — though a significant one — of the total validator set.
Why tip size varies so much
Jito tips work on a competitive auction-like basis: validators generally include the bundles offering the most attractive tips first, within the constraints of what fits in a block. During quiet periods, when few bundles are competing for the same slots, a very small tip is often enough to land. During high-activity periods — a popular token launching, a broader spike in Solana activity — competition for inclusion increases, and so does the tip needed to land reliably.
How to think about sizing your tip
A useful way to approach this is by percentile of recently landed tips rather than a fixed number, since the "right" tip shifts with network conditions:
- Low percentiles (25th–50th) — cheap, but the bundle may sit and not land during busy periods. Reasonable for non-time-sensitive transactions.
- Mid percentiles (75th) — a reasonable default for most launches; balances cost against reliability.
- High percentiles (95th–99th) — for genuinely time-sensitive or high-stakes launches where landing reliably matters more than saving a fraction of a cent in tip cost.
Our Jito tip calculator shows recent landed-tip data by percentile so you can pick a number grounded in actual network conditions rather than guessing.
What happens if your tip is too low
The bundle simply doesn't get included. It's not partially executed or refunded with a penalty — it's dropped entirely, and none of the transactions in it execute. You're only out the tip if the bundle actually lands; an unlanded bundle costs nothing beyond whatever standard network fees were already spent on the attempt.
Common mistakes
- Using the same fixed tip for every launch regardless of network conditions or how competitive the moment is.
- Assuming a higher tip guarantees landing — it improves your odds relative to other bundles, but nothing is ever fully guaranteed on a public network.
- Forgetting that the tip is separate from, and in addition to, standard transaction fees for every transaction in the bundle.