I am interested in sniping[buying] tokens in the very first block in which their trading gets enabled. However, for most tokens I find the transaction to enable trading is sent privately bypassing the public mempool, making it impossible to snipe it in the same block using standard methods.
I came across this brute force way of trying to snipe by sending a buy transaction in each block in a certain interval till the txn succeeds. Though I couldn't find much on the exact details on how its done.
I am interested in the best way to carry out such brute force and would like some pointers. Specifically:
- how can I reliably send a transaction in each block?
- what should I set the transaction config as- mainly gas fee? If I put too high a gas fee do I risk frontrunning the enable trading txn itself?
- Any other risk/point of failure I need to aware of?