description |
---|
A new DeFi primitive to automate recurring transactions and monetize Web3 |
Superfluid
CONTRACT ADDRESSES
{% page-ref page="networks/networks.md" %}
START THE TUTORIAL
{% page-ref page="protocol-tutorials/getting-started.md" %}
CONNECT TO XDAI, POLYGON, ETC.
EXAMPLE APPS
{% page-ref page="resources/examples/" %}
COMMUNITY + HELP
If you need any help or have any questions, please join our Discord, ****check out our help page, or reach out to our team at support@superfluid.finance
The Superfluid documentation is growing. Tell us what you dislike about it so we can make it better.
BLOG
Blog ****
GITHUB
{% embed url="https://github.com/superfluid-finance/protocol-monorepo" %}
INTRODUCTION
Superfluid is a smart contract framework on L1 Ethereum, enabling you to move assets on-chain following predefined rules called agreements. With a single on-chain transaction, the money will flow from your wallet to the receiver in real time! No further transactions required- it works like magic ✨
Superfluid enables:
💸 Real money streaming - constant flows on-chain with no capital lockups.
🎁 Rewards distributions - Fixed cost distribution in a single transaction for any number of receivers.
🔮 Anything you can imagine - Superfluid is very flexible!
Superfluid Components:
The current version of Superfluid is composed of the following key elements:
- Super Agreement Framework: a set of approved super agreements contracts as building blocks.
- Super App Framework: a development framework for building real-time finance apps.
- Super Token Framework: an extended ERC-777 implementation with real-time finance capability, and a registry.
- Batch Call & Meta Tx: for users (contracts or EOA) to interact with the system in batch on-chain, or off-chain through meta transactions.
- Governance: an external contract for managing protocol parameters and contract upgrades.
- Solvency Agents: an off-chain network of agents ensuring the solvency of the system. Read more