Create sales
Once a token is deployed or imported, issuers and admins can create a sale to seek investments against it.
Pre-listing vs sales
- Pre-listings only hold off-chain information and allow you to go to market quickly without specifying any token-related information.
- Sales, on the other hand, are on-chain and handle real token assets. Note that you can deploy a sale on testnet as well.

Basic information
Upload basic information that is displayed on the sales index page and the sale page:
- Name of the sale
- Short description
- A cover image OR a video URL from youtube.

Resources
Then you can add 3 type of resources:
- A pitch which is a rich text field to explain your sale in more details
- Documents to upload as .pdf
- Team members of the project

Assets to wrap
Here we add the assets that are wrapped, then fractionalized
- Select the asset's token contract (it must be imported first)
- and add the amount of tokens.
At the end of the flow the
Optionally they can be claimed by the investor after and optionally claimed by the investor

Sale finances
Here in the sale finances section specify how the token will be fractionalized and commercialized.
- First select the price point of the sale by setting up the
- currency of the sale
- and the price of a single fraction
- Then, the start and end date of the sale which define the sale window when investors will be able to purchase the fraction token
- Soft and hard cap define the minimum and maximum of fractions to be sold for the sale to be eligible
- Minimum and Maximum fractions per investor govern the soft and hard cap per wallet address.
- for instance if a max per investor is 5,
- an investor will not be able to purchase 3 fractions after 2 successful purchase of 2 fraction per purchase
- because 2+2+3 > 5
- Then the issuer must specify the fraction token contract specification that is sold to the user during the event:
- Name of the contract
- and its symbol

Updated 25 days ago