From 546eabfc4c867c91ef9afb9a877c8778df49eabb Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 5 Oct 2023 23:36:21 +0300 Subject: [PATCH] perf: be more specific in protocol fee explanation --- docs/concepts/protocol/06-fees.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/concepts/protocol/06-fees.mdx b/docs/concepts/protocol/06-fees.mdx index 820fad84..8ca4b4a5 100644 --- a/docs/concepts/protocol/06-fees.mdx +++ b/docs/concepts/protocol/06-fees.mdx @@ -37,9 +37,10 @@ respond as soon as possible. The Sablier Protocol features a fee parameter that the [Protocol Admin](/concepts/governance) can enable for specific ERC-20 assets. -Just like broker fees, the protocol fee is charged as a percentage of the streamed amount (not a flat rate), and it -applies globally to all streams created with a particular ERC-20 asset, regardless of the stream creation method — be it -through the Sablier Interface or a third-party front-end application integrating the Sablier Protocol. +Just like broker fees, the protocol fee is charged as a percentage of the streamed amount (not a flat rate). The +difference is that this fee applies globally to all streams created with a particular ERC-20 asset, regardless of the +stream creation method — be it through the Sablier Interface or a third-party front-end application integrating the +Sablier Protocol. The Admin has the ability to modify the protocol fee for individual ERC-20 assets; however, no fee can exceed the hard-coded limit of 10%.