Step Two: Token Issuance

Token issuance converts the structured asset into an on-chain representation. This phase focuses on deploying smart contracts, defining token supply, and embedding compliance logic directly into the token.


Token Issuance Steps

Step

Technical Action

1. Contract Deployment

Action: Deploy asset token smart contracts

Technical Description: Token contracts are deployed using approved standards with upgrade and control mechanisms.

2. Token Configuration

Action: Set supply, permissions, and controls

Technical Description: Minting limits, roles, and transfer rules are encoded at the contract level.

3. Initial Mint

Action: Create tokens representing the asset

Technical Description: Tokens are minted to issuer or distribution contracts in line with the asset structure.

Last updated