Replies: 1 comment 3 replies
-
Interesting idea but as discussed on the call, I'm against this proposal on the basis that:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fees for flow are now considered for the exit-points, specifically
withdraw
, instead of the old fee-model oncreate
. Given thewithdraw
method is public, broker fees have been excluded from the mix, as passing them as a parameter could have been front-run (anyone can set themselves as the broker).I'd like to propose adding the broker back, but setting it as an immutable parameter at stream creation.
This way, when the stream is instantiated, the creator can pass an address and percentage as a "broker". This will be used at
withdraw
time, in perpetuity.Given flow streams are, by nature, meant to be long term, this can act as a big incentive for integrators to attract stream creators.
Related: #214, sablier-labs/v2-core#1033
Note
As we're quite ready for audits with flow, we can discuss this for an upcoming version of the protocol, post-launch.
Beta Was this translation helpful? Give feedback.
All reactions