Skip to content

Commit

Permalink
Update TIP-132.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelthales authored Mar 15, 2023
1 parent 59fde6e commit 66b8eec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TIPs/TIP-132.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ In this example Overtime ended up having a 40% better payout on he favourite.

I believe its best to change our approach to using min_spread as a relative multiplier (4%), which will always get the odds back to the values on par with those received from the oracles. I feel this imperfection in odds has likely set us back somewhat PnL wise, and this change will allows us to have a better control over increasing liquidity.

After the change the odds would be:
```
0.9212 *1.04*1.01 = 0.96762848
0.078 *1.04*1.01 = 0.0819312
```
Tus almost exactly the same as on the API

## Specification

Use min_spread as a relative multiplier instead of an additive constant.
Expand Down

0 comments on commit 66b8eec

Please sign in to comment.