Skip to main content

Overview

System overview

The system is composed of the following elements:

  • Contract Factory: This is the contract that users interact with when creating a Bond Contract.
  • Contract Registry: This is the contract that the factory interacts with and keeps information about all created Bond Contracts.
  • Bond Contract: These are proxy contracts created by users, pointing to the Bond logic implementation.
  • Bond Class: The terms specific to bonds bought from the Bond Class.
  • Bond: Bonds can be bought by interacting with the Bond Class and will inherit the terms from that Bond Class. Every bond is an ERC721 token.