mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-18 06:30:32 -04:00
notes on searcher latency
This commit is contained in:
parent
31802377ce
commit
fbef65893a
1 changed files with 26 additions and 1 deletions
|
@ -7,10 +7,35 @@
|
|||
<br>
|
||||
|
||||
|
||||
* for **builders**: builders might delay before proposing a full block to maximize the amount of potential mev for inclusion in the block. this requires extremely low latency for proposing blocks and views of the mempool.
|
||||
#### builders
|
||||
|
||||
* builders might delay before proposing a full block to maximize the amount of potential mev for inclusion in the block. this requires extremely low latency for proposing blocks and views of the mempool.
|
||||
|
||||
<br>
|
||||
|
||||
#### searcher
|
||||
|
||||
##### compute latency
|
||||
|
||||
* transaction parsing and filtering
|
||||
* simulation
|
||||
|
||||
|
||||
##### transport latency
|
||||
|
||||
* sending bundles to builder
|
||||
* builder rate limits
|
||||
|
||||
|
||||
##### searcher responses
|
||||
|
||||
* proprietary compute improvements
|
||||
* bundle timing in slot periods
|
||||
* co-locate with builder (searching in the same region, etc.)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue