Better flow rate allowance support for gnosis safe #1299
0xdavinchee
started this conversation in
General Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Smart contract wallets will likely become more and more prevalent in the crypto ecosystem to improve wallet UX and general UX when using crypto.
There are currently some known pain points when setting up salaries or vesting via a gnosis safe and we aim to address this at the protocol level.
Current flow and rationale
From @vmichalik:
Solution for known issue
increaseFlowRateAllowance
anddecreaseFlowRateAllowance
functions inConstantFlowAgreementV1
. This works the same asincreaseAllowance
anddecreaseAllowance
forSuperToken
.increaseAllowance
anddecreaseAllowance
a batch-able operation inSuperfluid.sol
.Beta Was this translation helpful? Give feedback.
All reactions