Create Assets
The token market infrastructure allows you to create new assets or bring real-world assets on-chain via deploying a new token or "digital representation" of the real asset.
Select your token standard
Issuers first select the token standard based on their use-case.
Standard | Name | Use Case |
---|---|---|
ERC-20 | Fungible Token | Widely used for creating digital assets and currency |
ERC-721 | Non-Fungible Token | Unique, verifiable assets, commonly used in collectibles and digital art markets. |
ERC-1155 | Multi-Token Standard | Semi-fungible standard ideal for gaming and asset bundling |
Specify on-chain information
All contracts require basic information, including:
- Name
- Symbol or ticker
- Number of assets
- Custom data relevant to the asset
Additionally, you can specify additional features:
- freeze and unfreeze the asset remotely
- burn or mint new supply
Finally, the contract must be deployed on the chain of your choice. An omnichain deployment happens at the next steps when a sale is created.
What can be tokenized?
Any tangible or non-tangible asset can be be tokenized. Below are a few examples:
- Financial asset: Equities, debt, funds, baskets..
- Property and real estate: corporate, residential, hospitality..
- Digital items: Cryptocurrencies, stable coins, etc.
- Legal asset: Intellectual property (IP), licenses, etc.
- Collectibles: Art collectibles, etc.
Updated 24 days ago