From 42b5c06cdb42cd422e26e0bb4828f560cfbb0123 Mon Sep 17 00:00:00 2001 From: scvija <32070480+scvija@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:00:07 +0100 Subject: [PATCH] Fix typos --- TIPs/TIP-103.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TIPs/TIP-103.md b/TIPs/TIP-103.md index 50f356b..ed5838b 100644 --- a/TIPs/TIP-103.md +++ b/TIPs/TIP-103.md @@ -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 @@ -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