mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 03:36:10 -04:00
Update twap.md
This commit is contained in:
parent
6170b67cc3
commit
ea66c495b3
@ -5,16 +5,25 @@
|
||||
|
||||
<br>
|
||||
|
||||
* anasset’s time-weighted average price (TWAP) is the measure of an asset’s average price over a predetermined period of time (any specified duration).
|
||||
* TWAP trading algorithms seek to optimize average price while executing over a specified time period.
|
||||
* generally used to execute large orders that are expected to have significant market impact.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### oracle attacks
|
||||
|
||||
|
||||
<br>
|
||||
* on pos ethereum, block builder building successive block might be able to manipulate oracles for multi-block MEV extraction.
|
||||
* with mev-boost, an attacker could observe the set of upcoming proposers. if they finds two successive proposers that have both been proposing blocks, then the attacker can anticipate the attack.
|
||||
|
||||
|
||||
<img width="791" alt="Screen Shot 2022-12-21 at 4 57 12 PM" src="https://user-images.githubusercontent.com/1130416/209031792-52d7671e-480e-497b-9736-4e22e1810fab.png">
|
||||
<img width="791" src="https://user-images.githubusercontent.com/1130416/209031792-52d7671e-480e-497b-9736-4e22e1810fab.png">
|
||||
|
||||
<br>
|
||||
|
||||
___
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user