Skip to content

Commit cf3d5c1

Browse files
committed
small reformulation
1 parent bb945ad commit cf3d5c1

File tree

1 file changed

+1
-1
lines changed
  • docs/cow-protocol/reference/core/auctions

1 file changed

+1
-1
lines changed

docs/cow-protocol/reference/core/auctions/rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The performance reward calculation can result in a negative value, in which case
3939

4040
:::
4141

42-
The performance reward is capped from above and below using the function $$\textrm{cap}(x) = \max(-c_l, \min(c_u, x))$$, where $$c_u$$ is equal to a chain-specific $$\beta$$ percent of the protocol fee (excluding partner fees) that the protocol earned from the trades in all solutions successfully executed onchain by the solver in that auction, and $$c_l$$ is chain-specific as well. $$\beta$$ and $$c_l$$ are determined by the following values:
42+
The performance reward is capped from above and below using the function $$\textrm{cap}(x) = \max(-c_l, \min(c_u, x))$$, where $$c_u$$ is equal to a chain-specific fraction $$\beta$$ of the protocol fee (excluding partner fees) that the protocol earned from the trades in all solutions successfully executed onchain by the solver in that auction, and $$c_l$$ is chain-specific as well. $$\beta$$ and $$c_l$$ are determined by the following values:
4343

4444
- Ethereum mainnet, Arbitrum, and Base chain: $$\beta = 50\%$$, $$c_l = 0.010 \;\textrm{ETH}$$
4545
- Gnosis Chain: $$\beta = 100\%$$, $$10 \;\textrm{xDAI}$$

0 commit comments

Comments
 (0)