Token Lifecycle Management
Learn how to manage token operations including transfers, pausing, freezing, and redemption.
Overview
Token lifecycle operations:
- Transfer: Move tokens between addresses
- Pause: Temporarily halt all transfers
- Freeze: Freeze specific addresses
- Burn/Redeem: Remove tokens from circulation
- Mint: Issue additional tokens (if configured)

Token Transfers
Manual Transfer
Execute transfers from issuer account:
- Navigate to token dashboard
- Select "Transfer Tokens"
- Enter recipient address and amount
- Approve transaction
Transfer Restrictions
Transfers are subject to:
- Compliance rules (KYC, country restrictions)
- Token pause status
- Account freeze status
- Custom transfer rules
Pausing Tokens
Temporarily halt all token transfers:
- Navigate to token settings
- Select "Pause Token"
- Confirm action
- All transfers blocked until unpaused
Use cases:
- Emergency situations
- System maintenance
- Regulatory compliance
- Security incidents
Freezing Accounts
Freeze specific addresses:
- Go to "Holder Management"
- Select address to freeze
- Click "Freeze Account"
- Frozen account cannot send or receive tokens
Use cases:
- Suspicious activity
- Regulatory requirements
- Dispute resolution
- Lost key recovery
Burning / Redemption
Remove tokens from circulation:
Full Redemption
- Select "Redeem Tokens"
- Enter amount to burn
- Tokens permanently removed
Full Redeem at Maturity (Bonds)
For bond tokens that have reached maturity, you can redeem all tokens for a specific holder at once:
- Navigate to your bond token
- Select Admin View (green)
- Go to Force Redeem section
- Enable "Full Redeem at Maturity" checkbox (only available when maturity date has passed)
- Select the holder account
- Click "Redeem All"
- Approve the transaction
This operation redeems all tokens held by the specified account across all partitions.
Partial Redemption
For bonds or special circumstances:
- Specify redemption amount per holder
- Execute pro-rata redemption
- Remaining tokens stay in circulation
Redeem at Maturity by Partition
For multi-partition bonds, redeem tokens from a specific partition:
- Navigate to your bond token
- Select the partition to redeem from
- Specify the amount and holder
- Execute the redemption
Minting Additional Tokens
If mintable supply configured:
- Navigate to "Mint Tokens"
- Enter amount to mint
- Specify recipient or add to issuer balance
- Approve transaction
⚠️ Note: Many regulatory frameworks restrict additional issuance.
Token Information Updates
Update token metadata:
- Company information
- Contact details
- Documentation URLs
- Logo and branding
Cannot change:
- Token name and symbol
- Total supply (unless mintable)
- Contract address
Monitoring and Reports
View token activity:
- Transfer history
- Holder distribution
- Corporate action history
- Compliance events
Export reports for:
- Cap table management
- Regulatory filings
- Investor communications
- Audit purposes
Next Steps
- Corporate Actions - Execute dividends and coupons
- Managing Compliance - KYC and restrictions
- Developer Guide - Technical details
This guide is under development. More detailed content coming soon.