-
Notifications
You must be signed in to change notification settings - Fork 239
Superfluid Host Overview
Miao ZhiCheng edited this page Oct 3, 2023
·
13 revisions
Superfluid host contract (Superfluid.sol) is the central contract that provides the following functionalities to the Super Tokens:
- Agreement Framework - to provide rich payment primitives.
- Super Token Factory - to provide templates for creating both ERC-20 wrapper or custom super tokens.
- Super App Registry - to provide on-chain automation for composing payment primitives.
- Batch Calls - a bespoke framework for batching operations for Super Tokens.
- Call Proxies - a cross-contract messaging mechanism to glue everything together.
Click into their pages to dive into each topic.
Superfluid.getNow()
always returns block.timestamp
. It leaves the future possibility that the time can be paused or dilated in certain situations.
- Governance Overview
- For Contributors
- Development Process
- Protocol EVMv1 Operations
- Protocol EVMv1 Technical Notes
- Protocol EVMv1 Core Subgraph