diff --git a/protocol/0090-VAMM-automated_market_maker.md b/protocol/0090-VAMM-automated_market_maker.md index c0d5cb904..6b984a38c 100644 --- a/protocol/0090-VAMM-automated_market_maker.md +++ b/protocol/0090-VAMM-automated_market_maker.md @@ -224,10 +224,11 @@ $$ Where the average execution price can now be calculated as: $$ -s_{aep} = \frac{s_a \cdot \Delta x_a + s_b \cdot \Delta x_b}{x_a + x_b} +s_{aep} = \frac{s_a \cdot \Delta x_a + s_b \cdot \Delta x_b}{x_a + x_b} $$ Where: + - $s_a$ is the best bid / offer price - $x_a$ is the volume traded at the best bid / offer - $s_b$ is the average execution price of the volume traded beyond the best bid / offer diff --git a/wordlist.txt b/wordlist.txt index b396ab1c2..93a872763 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -362,3 +362,5 @@ wBTC wei whitepaper Yubikey +ACs +aep \ No newline at end of file