Skip to main content

Questions tagged [mev-boost]

3 votes
1 answer
228 views

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 ...
Falke's user avatar
  • 31
0 votes
1 answer
86 views

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 ...
Mohamed Saber's user avatar
0 votes
1 answer
67 views

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 ...
Tharaka Rehan's user avatar
0 votes
2 answers
2k views

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 ...
Yuhua Wei's user avatar
  • 123
1 vote
2 answers
2k views

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 ...
Yuhua Wei's user avatar
  • 123
3 votes
1 answer
2k views

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 ...
Yuhua Wei's user avatar
  • 123
1 vote
0 answers
182 views

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 ...
Asterix's user avatar
  • 111
7 votes
1 answer
3k views

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 ...
pestopasta's user avatar
2 votes
2 answers
220 views

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 ...
Nick's user avatar
  • 75
1 vote
1 answer
517 views

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'...
Ehsan Khodarahmi's user avatar
1 vote
1 answer
1k views

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 ...
Finlay Weber's user avatar
1 vote
1 answer
587 views

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=...
Lucy's user avatar
  • 11
2 votes
1 answer
133 views

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 ...
Ehsan Khodarahmi's user avatar