Vault & Fractions

📘

Tokens are stored in a vault, split in fractions for investors to purchase.

Vaults

Vaults are tokens that contain one or more tokens. The vault therefore wraps any token standard into a single unified asset to produce a single overarching wrapped token that contains other tokens.

It is an ERC_7208 token that acts as the owner of the token contained within it.


Wrapping

Vaults have multiple operations tied to it.

  • Wrap an unlimited amount of tokens in the vault
  • Unwrap to delete the vault and transfer back tokens to the vault owner
  • partiallyUnwrap to remove only an amount of tokens from the vault
  • reWrap to add new tokens in the vault or change the amount of some tokens

Compliance

A vault can also have a compliance layer on top with ComPilot. This forces any wallets interacting with the vault to comply with the rules as defined by the market owner on ComPilot.


Compatible standards for wrapping

The market infrastructure is compatible with the following token standards on EVM chain

StandardNameUse Case
ERC-20Fungible TokenWidely used for creating digital assets and currency
ERC-721Non-Fungible TokenUnique, verifiable assets, commonly used in collectibles and digital art markets.
ERC-1155Multi-Token StandardSemi-fungible standard ideal for gaming and asset bundling
ERC-1600 Security TokenDesigned for managing and enforcing compliance in tokenized securities
ERC-3643
Permissioned TokenStandard for regulated assets, enabling compliance and control in digital securities
ERC-4626Tokenized VaultStandard for yield-bearing vaults, enabling streamlined management of tokenized assets

Fractions

After deploying a vault, another token contract tied to it is simultaneously deployed to represent its fractions.

Vault fractions

A fraction contract represents a new asset deployed with the vault that enables fractional ownership of the vault.

  1. First, we specify the content of the vault
  2. Then we specify the fraction contract:
    1. standard (as below)
    2. amount of token
    3. contract name and symbol

Compatible standards for fractions

Fraction tokens can be issued in the 3 conventional EVM token standards

StandardNameUse Case
ERC-20Fungible TokenWidely used for creating digital assets and currency
ERC-721Non-Fungible TokenUnique, verifiable assets, commonly used in collectibles and digital art markets.
ERC-1155Multi-Token StandardSemi-fungible standard ideal for gaming and asset bundling

Benefits

  1. Interoperability across any blockchain standards. As vaults can contain multiple standards.
  2. Creating diversified products that hold many different types of assets.
  3. Ensuring compliance by forcing wallets to pass KYC/KYB/KYT rules before interacting with the vault.
  4. Omnichainby deploying fractions on multiple chain natively, ensuring synchronized supply across them.