Skip to content

Superfluid Protocol V1 Overview

Miao ZhiCheng edited this page Jul 10, 2023 · 4 revisions

Superfluid protocol provides an ERC20-compatible token standard called "Super Token," allowing tokens to do more, including money streaming, 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.

Implementation Overview

It is a ERC20 compatible and having some support of ERC-777, and additionally it adds functionalities to extend the payment modalities to including 1to1 streaming and 1-to-N instant, in addition to 1to1 instant (ERC20 transfer).

image

image

Clone this wiki locally