Skip to content

Superfluid Protocol V1 Overview

Miao ZhiCheng edited this page Jan 11, 2024 · 4 revisions

Overview

Superfluid protocol provides an ERC20 compatible token standard called "Super Token," that allows tokens to do more, namely money streaming, money distribution, and on-chain cashflow automation (aka. Super App Framework).

Status

The current implementation in production is “Superfluid Protocol V1 for EVM”, the code is available at: https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts.

We are in production on Ethereum Mainnet, Polygon, Gnosis Chain, Arbitrum, Optimism, Avalanche, BNB Smart Chain (BSC), CELO, etc. More up to date network directory is available here: https://docs.superfluid.finance/superfluid/developers/networks.

Architecture Overview

superfluid-deployment-view drawio

You should be able to find the explanation of each concept from the wiki sidebar.

Clone this wiki locally