Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scvija authored Nov 17, 2022
1 parent 151ced2 commit 42b5c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TIPs/TIP-103.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| id | Title | Status | Author | Description | Discussions to | Created |
| ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
| TIP-103 | Deprecate the SELL funticion on Overtime | Draft | @scvija @gruja | Deprecate the SELL funticion on Overtime | https://discord.gg/rPpPcMXSeU | 2022-11-16
| TIP-103 | Deprecate the SELL function on Overtime | Draft | @scvija @gruja | Deprecate the SELL funticion on Overtime | https://discord.gg/rPpPcMXSeU | 2022-11-16


## Abstract
Expand All @@ -23,7 +23,9 @@ Aside from that, there were a lot of examples of users buying and selling positi

Another reason for the deprecation of the selling mechanism is - even if the sell volume is low, the codebase still needs to be maintained, and even more important, it takes up the already limited space in the SportsAMM contract.

The final reasons are the upcoming features of the Overtime platform, like the addition of spread and player props. In this case, the spread or amount of points for a player could change (for example LeBron James from 25.5 to 27.5), opening more possibilities for manipulations.
The upcoming features of the Overtime platform, like the addition of spread and player props, are another reason. In this case, the spread or amount of points for a player could change (for example LeBron James from 25.5 to 27.5), opening more possibilities for manipulations. The already implemented parlays do not support selling from the beginning, due to their complex nature

Final thoughts - in a time where exploits are a weekly occurence, the sell feature just poses a huge attack surface that needs to be constantly observed and considered without a clear product benefit



Expand Down

0 comments on commit 42b5c06

Please sign in to comment.