Skip to content

superfluid:grant-flow-operator

Let an operator manage your streams of a SuperToken. Defaults to full control (create, update, delete) with unlimited flow-rate allowance; restrict with --permissions and --allowance. The allowance is a decrementing budget consumed by creates and rate increases.

superfluid:grant-flow-operator <token> <to> <operator>
NameTypeDescription
tokensupertokenSuperToken symbol (e.g. USDCx) or address
tocommandKeyword to
operatoraddressFlow operator
NameTypeDescription
--permissionsstringfull (default) or a quoted comma-separated set like "create,delete"
--allowancenumberFlow-rate allowance in wei per second (e.g. 5000e18/mo); defaults to unlimited
# Let a manager contract open and close xDAIx streams on your behalf, capped at 5000 xDAIx a month
superfluid:grant-flow-operator xDAIx to 0x4F2083f5fBede34C2714aFfb3105539775f7FE64 --permissions "create,delete" --allowance 5000e18/mo