Can we really put a transaction to buy in the same block of when the token gets added liquidity? #2425
Unanswered
rafaelfaria
asked this question in
Q&A
Replies: 2 comments 1 reply
-
So, I'm making a bit of progress. I am subscribing to listen for pending transactions. From what I understand when the liquidity gets added, it goes to the pending pool. So subscribing to the "pending" event, should help me find if the liquidity is on its way or not. I am not sure about a few things thou:
The console log above gives me this as an example (completely random from one of the outputs):
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Have anyone solved this before? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been reading a lot about bots lately, which motivated me to start playing with it and see how the blockchain works and maybe even build something that I can use to make a buck.
This one, for example, claims to put the transaction in the same block as when a token adds liquidity.
"The fact that our buy transaction is in the same block, but only slightly behind the developer transaction means that we can buy almost instantaneously."
How is this even possible?
2 questions:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions