Skip to content

About Custom Super Token

Miao ZhiCheng edited this page Feb 1, 2022 · 8 revisions

Background

Super Token created through the Super Token Factory is also called the "managed super tokens". There are two types of managed super tokens supported , one is ERC20 Wrapper type, the other is Custom Super Token type. Custom Super Token is assumed to be of a Superfluid Variant😷 of UUPS proxy, is initialized with the current Super Token Logic contract address through the Super Token Factory.

Self-call Pattern

To be an useful custom super token logic, you would need to provide some custom features provided through the Super Token logic contract. And self-call pattern was developed for exactly that purpose.

TO BE COMPLETED...

Possible Custom Features

TO BE COMPLETED...

Upgradability of the Custom Logic

TO BE COMPLETED...

Clone this wiki locally