Skip to content

Commit

Permalink
docs: update security assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 24, 2024
1 parent d5cb6de commit 0fc3706
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ it must adhere to the following assumptions:
trust that the sender will not abuse the refund function to reclaim tokens.
- The `depletionTimeOf` function depends on the stream's rate per second. Therefore, any change in the rate per second
will result in a new depletion time.
- As explained in the [Technical Documentation](https://github.com/sablier-labs/flow/blob/main/TECHNICAL-DOC.md),
recipients cannot withdraw the exact amount of debt streamed due to precision errors. This discrepancy is minor, with
the maximum potential loss (in USDC) being just $0.01 per withdraw. Typically, this loss ranges from 0 to 1 unit of
the token (in its native decimal format), depending on the timing of the recipient's withdrawal.
- As explained in the [Technical Documentation](https://github.com/sablier-labs/flow/blob/main/TECHNICAL-DOC.md), there
could be a minor discrepancy between the actual streamed amount and the expected amount. This is due to `rps` being an
18-decimal number, while users provide the amount per interval in the UI. If `rps` had infinite decimals, this
discrepancy would not occur.

### Rewards

Expand Down

0 comments on commit 0fc3706

Please sign in to comment.