Questions tagged [mev-boost]
The mev-boost tag has no summary.
13 questions
3 votes
1 answer
228 views
Is It Possible to Retrieve the Bribe Paid for Including a Specific Bundle in Ethereum?
I’m currently working on my Bachelor’s thesis about frontrunning and sandwich attacks. As part of my research, I’m exploring how Flashbots enables private transaction bundles through their relay ...
0 votes
1 answer
86 views
How can my transaction be in the same block of the wallet I'm copying?
I have been trying to copy trade some wallets, however I see my transactions always getting in the next block - especially if they snipe new token where volatility and slippage are quite high. Is they ...
0 votes
1 answer
67 views
How exactly does a validator's balance get updated with MEV tips?
When a validator is using MEV-boost with relays, how would the extracted value credited to their balance? Does it happen through the protocol itself or included as a transaction to fee recipient ...
0 votes
2 answers
2k views
Flashbot bundle not included troubleshooting
I'm trying to send Flashbots bundles on Goerli. I for-loop 10 times to send bundles, every time the target block number increases by 1, in case the previous bundle fails (What I did in Flashbot bundle ...
1 vote
2 answers
2k views
How to send bundles directly to top MEV builders?
I can send my bundles to Flashbots builder successfully. However, there are only about 20% of blocks are built by Flashbots builders, other blocks are mainly built by builder0x69, beaverbuild, and ...
3 votes
1 answer
2k views
How to explore the bundles on the blocks builded by the external builders?
As far as I know, the flashbots bundles can be found in flashbots explorer (https://flashbots-explorer.marto.lol/) when their block is built by Flashbots: Builder (you can find more mev-builder at ...
1 vote
0 answers
182 views
Miner vs Builder Rewards?
I'm trying to understand the relative payments to miners and builders in MEV-Boost. I have a block like this one (https://beaconcha.in/slot/5603982). What I interpret from this block is that The ...
7 votes
1 answer
3k views
Understanding eth_sendBundle, eth_sendPrivateTransaction and eth_sendRawTransaction
I want to understand the differences between the three RPC methods, so I can know which one is best for my use case. I am currently using eth_sendRawTransaction to submit transactions to the public ...
2 votes
2 answers
220 views
What is this MEV tx trying to achieve?
For this TX: https://etherscan.io/tx/0x8b0351a83e453e30a8b4ada8adc1ce42dac73c05bc2ba87304906f1eed8a77a2 Seems PunkOTC sent 7 ETH to mev bot and mev bot sent this 7ETH to (Lido: Execution Layer ...
1 vote
1 answer
517 views
Getting empty result from eth_sendBundle on builder0x69
I need to send my bundle to builder0x69 block builder using eth_sendBundle RPC method, but I get a response message with an empty result. I could not find any documents related to that builder, but it'...
1 vote
1 answer
1k views
What is the difference between Relay and Builder post Merge in Ethereum?
I was listening to an episode of Bankeless where they were talking about things coming up, post merge. In that episode they mentioned block builders and relayers. The context they mention it was ...
1 vote
1 answer
587 views
MEV-BOOST: Cannot connect to Builder
I am trying to experiment with mev-boost on goerli testnet but I am getting connection error in my beacon node log. MEV boost command: sudo docker run flashbots/mev-boost -goerli -relay-check -relays=...
2 votes
1 answer
133 views
What would be implications of Ethereum's merge for MEV searchers?
Within a few days, Ethereum will eventually be transmitted from PoW to PoS. The question is will MEV searchers (who use MEV relay API) need to do any update on their code? (i.e. change relay API ...