Is there a way to land a solana transaction in a specific slot?
I am trying to send a transaction that I want to land in a specific slot For example I send the tx at slot x and I want it to land at slot x + 3 I tried using jito bundles but no matter how much I tip it never lands in a slot less than x + 10 I tried using blockhashes that are just about to expire, for example I sent tx with blockhash that will expire in the next 5 slots, it either lands in slot x + 10 or doesnt land at all How can I achieve this?
I am trying to send a transaction that I want to land in a specific slot
For example I send the tx at slot x and I want it to land at slot x + 3
I tried using jito bundles but no matter how much I tip it never lands in a slot less than x + 10
I tried using blockhashes that are just about to expire, for example I sent tx with blockhash that will expire in the next 5 slots, it either lands in slot x + 10 or doesnt land at all
How can I achieve this?