Skip to content

Superfluid Host Overview

Miao ZhiCheng edited this page Jul 17, 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.

Clone this wiki locally