Skip to content

Superfluid Host Overview

Miao ZhiCheng edited this page Oct 3, 2023 · 13 revisions

Overview

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.

Other Topics

About Time Keeping

Superfluid.getNow() always returns block.timestamp. It leaves the future possibility that the time can be paused or dilated in certain situations.

Clone this wiki locally