We use cookies

This website uses cookies to ensure you get the best experience on our website.

Stream money every second.

Superfluid is a revolutionary asset streaming protocol that brings subscriptions, salaries, vesting, and rewards to DAOs and crypto-native businesses worldwide.

Trusted by

Why stream money?

All your streams in one place

Manage your incoming and outgoing streams. You can start, edit and stop each stream with just a few clicks.

query getIsUserCurrentlyStreaming($receiver: String = "", $sender: String = "", $token: String = "")
{
  streamPeriods(
where: {sender: $sender, receiver: $receiver, token: $token}
first: 1
orderBy: startedAtTimestamp
orderDirection: desc
)  {
      flowRate
      stoppedAtTimestamp
  }
}

Build with streams

query getIsUserCurrentlyStreaming($receiver: String = "", $sender: String = "", $token: String = "")
{
  streamPeriods(
where: {sender: $sender, receiver: $receiver, token: $token}
first: 1
orderBy: startedAtTimestamp
orderDirection: desc
)  {
      flowRate
      stoppedAtTimestamp
  }
}

With Superfluid, you can open a stream with a single line of code. Plus, thanks to our SDK Suite and Protocol Docs, you'll have everything you need to integrate asset streaming into your apps.

Need to debug? We've got you covered with the Superfluid Console to make it as easy as possible.

Sign up for our monthly newsletter

Sign up to the Superfluid Flow newsletter and stay up to date with Superfluid Protocol and the innovative projects building on top of it.

By entering your email,

you accept our

Privacy Policy and Terms of Use.

Success, thanks for subscribing!
That email doesn't look quite right...