For asset/fund managers: Tokenize the art, antiques, or real estate funds you manage to easily fractionalize shares, attract global investors, and increase asset liquidity.
For stablecoin issuers: Quickly and securely issue and manage your own stablecoins to build an efficient and reliable settlement system for your ecosystem.
For exchanges: Tokenize traditional financial assets like stocks to offer innovative investment products to your users.
Design and issue tokens tailored to your business needs, covering a wide range of use cases from stablecoins and security tokens to the tokenization of real-world assets.
We support token creation across multiple blockchain platforms with secure token standards:
CoboERC20 smart contract: Extends the standard ERC-20 with enhanced features for access control and lifecycle management. The contract has undergone professional security auditing by third-party firm BlockSec to ensure high security standards. See the Security Audit Report for CoboTokenization. Currently supported chains are ETH and BSC.
Solana Token-2022 Program: Built on Solana’s native token standard, providing high-performance and low-cost token operations.
We also support API access, allowing you to programmatically manage token operations.
Manage every stage of your token’s lifecycle through a single, intuitive interface—no coding required. Securely mint new tokens for issuance, burn them upon redemption, pause the contract in an emergency, and seamlessly upgrade it to add new features.
Enforce compliance and security at the smart contract level. Set up token access controls to restrict token interactions to verified, eligible investors and a blocklist to prevent any interaction with unauthorized or suspicious addresses.
Enhance your operational security by delegating specific permissions (from minting tokens to managing token access controls) to different team members.
Use token access settings and blocklist to control who can interact with your tokens. Note that different token standards may have different logic.
Token access:
CoboERC20 smart contract: It’s recommended to enable Restricted Access to activate an allowlist, limiting all token circulation exclusively to addresses that are on your allowlist AND not on the blocklist.
Solana Token-2022 Program: After enabling address restrictions, newly created token accounts will be frozen by default, while existing accounts remain unaffected. You can authorize new accounts on the interface shown in the screenshot below to unfreeze them. Once unfrozen, these accounts can send and receive tokens normally, and tokens can only circulate between unfrozen addresses. If address restrictions are not enabled, tokens are publicly available on the market.
Blocklist: Addresses on the blocklist are prevented from performing any token operations.
Different token standards have different mechanisms for permission management:
CoboERC20 smart contract:
Permissions can be assigned, modified, or removed during token creation and after creation
Supports assigning the same permission to multiple addresses
Permissions include administrative privileges, token minting, contract pausing, etc.
Solana Token-2022 Program:
Permissions can only be assigned during token creation; after token creation, permissions cannot be assigned or removed (only permission holders can transfer their permissions to other addresses); Permanent Delegate permissions cannot be modified once set
Each permission corresponds to only one wallet address
Permissions include token minting, account freezing, etc.
For maximum flexibility and advanced use cases, you can interact directly with your token’s smart contract through a visual interface. This enables access to all contract functions beyond the main UI features.For detailed information about CoboERC20 and Solana Token-2022 Program contract capabilities, see Operating contracts.
The Tokenization app has a built-in flexible approval workflow to ensure that token operations undergo proper review. It has preset approval workflows for core token operations, including minting, burning, pause/unpause, permission management, and other key operations.You can modify the conditions and corresponding actions of the approval workflow according to your business needs.
When a token operation is initiated, it will automatically enter the approval workflow. On the Execution History page, you can see that the operation status is Pending Approval. After approval is granted, the Tokenization app will construct the corresponding on-chain transaction.
After passing the app approval workflow, the operation enters transaction policy approval.The default risk control rules are as follows (listed in order of application):
Contract calls initiated by the Tokenization app require approval from one Admin
Large single withdrawals (> USD 10,000) require approval from one Admin
Regular transfers that don’t match the above conditions are automatically approved
All other transactions are automatically rejected
You can modify the rules according to your business needs.
On the Transaction Policies page, under Operations, click > Edit or Delete next to the rule you want to modify or delete.