Skip to content

Commit fce075d

Browse files
committed
docs: add a new security assumption
1 parent 5d2a626 commit fce075d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Flow has been developed with the following additional assumptions:
4242
- There could be a minor discrepancy between the actual streamed amount and the expected amount. This is due to `rps`
4343
being an 18-decimal number, while users provide the amount per interval in the UI. If `rps` had infinite decimals,
4444
this discrepancy would not occur.
45+
- When withdrawing from multiple streams using `batch` function, the minimum fee required to execute the batch is equal to
46+
the minimum fee required to withdraw from a single stream. This is intentional and expected behavior.
4547

4648
## Lockup
4749

@@ -52,3 +54,6 @@ Sablier Lockup has been developed with the following additional assumptions:
5254
- There is no need for exponents greater than ~18.44 in `LockupDynamic` segments.
5355
- Recipient contracts on the hook allowlist have gone through due diligence and are assumed to expose no risk to the
5456
Sablier protocol.
57+
- When withdrawing from multiple streams either using `batch` or `withdrawMultiple` function, the minimum fee required to
58+
execute the transaction is equal to the minimum fee required to withdraw from a single stream. This is intentional
59+
and expected behavior.

0 commit comments

Comments
 (0)