🌊
Streaming Distributions [Coming Soon]
The Flow Distribution Agreement
The Superfluid Protocol team also has a groundbreaking new agreement that is currently in development: the Flow Distribution Agreement (FDA). The FDA will enhance the current Instant Distribution Agreement (IDA) to allow for one-to-many Superfluid streaming distributions, becoming most scalable way to distribute recurring funds to a large set of recipients in web3.
Like the IDA, the FDA will function with an index, and allow publishers to give units to subscribers within that index. The key difference will be that, instead of having a function which distributes tokens in discrete amounts, publishers will be able to start streaming funds to all subscribers or update the total amount that is being streamed.
Flow rates for each subscriber will be calculated based on the total proportion of units they hold within the index, and they’ll be updated automatically in a single transaction if the publisher’s flow rate is modified. Here’s how it will work 👇
- 1.First, a sender (called a
publisher
) will create an FDA index which works like a channel setting out how funds will be distributed to all receivers (calledsubscribers
) in ongoing streams. The channel can be thought of like ‘piping’ that will be used to stream funds to each subscriber second by second. - 2.Then, the publisher can set proportions for various subscriber accounts under the FDA Index. This is done by issuing units to the index which work like distribution shares. The more units an account has relative to other receivers, the bigger proportion of the total streaming distribution it will receive.
- 3.When the publisher calls
createDistributionFlow()
(function name still TBD), every subscriber will start receiving a stream with a flow rate proportional to the amount of units they have over the total outstanding units. Regardless of the amount of recipients, the gas cost paid by the sender to create/update/delete this flow will remain fixed.
Check out these early mockup diagrams for more details:
This diagram outlines the flow of a standard FDA. One publisher (left) distributes funds to an index of subscribers with different units (right) via money streams. Note that creating this stream to
n
subscribers will only take a single transaction.-
This diagram shows the case where the publisher updates unit counts. This changes the flow rate of every other subscriber instantly - all in a single transaction. Note that you can use batch calls to change large numbers of units in a single transaction.

This final diagram outlines the case where the publisher updates the FDA flow rate. This changes the flow rate of every subscriber instantly - all in a single transaction.

Last modified 2mo ago