A Practical Token Launch Checklist for Solana, Ethereum, BNB Chain, and Sui
A field-by-field checklist for choosing a network, preparing supply and metadata, protecting authority, verifying the asset, and planning distribution and liquidity.

Start with a launch record, not the deploy button
The transaction that creates a token can be quick. The decisions around it are not. Name, symbol, decimals, supply, authority, launch wallet, distribution, and liquidity must agree before the first Mainnet signature.
I organized this checklist in the order Slingzero users encounter those decisions: choose the on-chain model, prepare the immutable inputs, rehearse where possible, create the asset, then publish evidence that another person can independently verify.
Working rule: keep one private launch record with every proposed value and one public record with the final identifier, authority state, transaction proof, and official links. Do not rely on a ticker or logo to identify the asset.
What this guide covers
- How to choose an on-chain model that matches the project.
- What metadata, supply, and authority decisions to prepare.
- How to use no-code token tools without losing launch discipline.
- How to add liquidity, distribute supply, and manage tokens after launch.
- Which Slingzero pages to use for each launch step.
1. Choose the right chain before you create the token
Every chain creates a different experience for your holders. Choosing the network is not a branding decision; it affects fees, wallet support, liquidity routes, explorer verification, and how your team manages supply later.
For primary technical definitions, compare the official Solana token documentation, the ERC-20 token standard, the BNB Chain BEP-20 proposal, and the Sui Coin Standard documentation. These are useful external references to link from your public token documentation because they help readers verify terminology at the source.
Choose Solana when the asset must be an SPL token
Choose Solana when the project and its users expect an SPL mint, Solana wallets, and Solana-native liquidity venues. The Solana Token Creator exposes the mint, metadata, initial supply, and launch-authority decisions in one flow.
Check before choosing it:
- Which Token Program and metadata behavior the project needs.
- Whether the launch wallet should retain mint, freeze, or metadata authority.
- Which Solana wallet and liquidity venue the intended users already use.
- Whether every operational tool you need supports the selected cluster and token program.
Choose Ethereum when integrations expect an ERC-20 contract
Choose Ethereum when counterparties, wallets, or applications expect an ERC-20 contract on Ethereum. The Ethereum Token Creator deploys an EVM contract from the connected wallet and exposes the supported ownership and token settings before approval.
Check before choosing it:
- Current gas and the native balance required by the deploying wallet.
- Every owner-only or role-based function in the selected contract template.
- Whether planned integrations require verified source code or a specific interface.
- The quote asset, price range, and custody policy for any planned liquidity.
Choose BNB Chain when the launch belongs in the BNB ecosystem
BNB Chain uses the EVM account and contract model while its ecosystem refers to fungible tokens as BEP-20 tokens. Use the BNB Chain Token Creator when the intended wallet, explorer, and liquidity workflow are on BNB Chain.
Check before choosing it:
- Current BNB gas and the deploying wallet balance.
- Ownership, minting, tax, exemption, and transfer controls in the template.
- BscScan verification details and the official contract address publication plan.
- PancakeSwap pool parameters and LP custody, if liquidity is planned.
Choose Sui when the asset should use Move packages and objects
Choose Sui when the project is designed around a Move-native Coin type and object-owned capabilities. Create Sui Token generates a package and prepares its publish transaction from the connected Sui wallet.
Check before choosing it:
- The full
package::module::COINidentifier that integrations will use. - Who should own
TreasuryCap,UpgradeCap, and any optional regulated-coin capabilities. - Whether the package or supply controls should be made permanent at publish time.
- How the logo and metadata will be surfaced by wallets and explorers.
2. Prepare token details before opening the creator
A token creator is fastest when your inputs are ready. Before you create any token without code, prepare a launch sheet with these fields.
Core token fields
- Token name: Use the exact public name. Avoid spelling changes after launch.
- Symbol: Keep it short and recognizable. Wallets and DEX interfaces often truncate long symbols.
- Decimals: Use the default unless your use case demands otherwise. Solana SPL tokens often use 9 decimals; many ERC-20 and BEP-20 tokens use 18.
- Initial supply: Match the supply to your tokenomics, not to a marketing number.
- Logo: Use a square image with clean contrast at small sizes.
- Description: Write a direct explanation that makes sense in wallets, explorers, and token pages.
- Website and socials: Use durable URLs you control.
Public identity and discoverability fields
Your public pages should identify the asset consistently. Use the same name, symbol, network, and full on-chain address in your landing page, documentation, and announcement post.
Strong launch copy answers:
- What does the token do?
- Which chain is it on?
- What is the official contract, mint, or coin type?
- Is supply fixed or expandable?
- Who controls ownership or authority?
- Where can holders verify liquidity?
3. Rehearse the launch on a test network when possible
Do not make the first full run on launch day. A rehearsal exposes wallet issues, metadata formatting problems, team confusion, and missing funds.
For Solana, create the token on Devnet first from Create Solana Token. For Ethereum and BNB Chain, use the relevant test networks if your launch process requires a dry run. For Sui, review the generated package and wallet flow before publishing to mainnet.
During rehearsal, confirm:
- The correct wallet is connected.
- The token appears with the expected name, symbol, logo, and decimals.
- Network fees and Slingzero service fees are understood.
- The team knows which wallet signs each transaction.
- The activity record is visible in Activity.
- The token can be managed from My Tokens where supported.
4. Decide authority and ownership policy before minting
Authority choices determine what the issuer can still change after launch. A creator can expose those choices clearly, but the project still needs a policy for each control.
Solana SPL token authorities
For SPL tokens, focus on:
- Mint authority: Controls whether more tokens can be minted.
- Freeze authority: Controls whether token accounts can be frozen.
- Metadata update authority: Controls whether token name, symbol, logo, or URI can change.
Many public launches revoke mint authority once final supply is minted. Some teams also revoke freeze authority and make metadata immutable to prove the token cannot be changed unexpectedly. Slingzero gives you dedicated tools for Revoke Mint Authority, Revoke Freeze Authority, and Make Metadata Immutable.
ERC-20 and BEP-20 ownership
For Ethereum and BNB Chain tokens, ownership or admin roles can control minting, taxes, fees, exclusions, and other contract behavior depending on the template. Public trust depends on explaining whether ownership is retained, transferred to a multisig, or renounced.
Use Ethereum Revoke Ownership or BNB Chain Revoke Ownership only after confirming that the token no longer needs its owner-controlled functions. If you retain ownership, publish why, who controls it, and when that policy will be reviewed.
Sui capability objects
Sui tokens use Move package structure and capability objects such as TreasuryCap and UpgradeCap. Before publishing, decide where those capabilities should live and how the team will protect them. A clear capability custody policy helps holders understand whether supply or package behavior can change.
5. Create the token with Slingzero
Once the launch sheet and authority policy are ready, open the correct Slingzero creator.
Solana launch workflow
Use Create Solana Token to configure metadata, supply, logo, and authority options. After creation, inspect the token through Solana Tools, My Tokens, and the explorer.
Information to include in your Solana launch article:
- Official SPL mint address
- Current mint and freeze authority status
- Metadata URI and explorer link
- Official liquidity pool, when one exists
- Links controlled by the project
Ethereum launch workflow
Use Create Ethereum Token to deploy an ERC-20 token from a guided interface. After deployment, use Ethereum Tools to manage minting, burns, multisends, ownership, liquidity planning, and supported LP actions.
Information to include in your Ethereum launch article:
- Official ERC-20 contract address
- Owner or administrator status
- Supply and tax settings for the deployed template
- Etherscan and official project links
- Official liquidity pool, when one exists
BNB Chain launch workflow
Use Create BNB Chain Token when your token needs BEP-20 compatibility and BNB Chain deployment. After deployment, manage supply and ownership and open the liquidity planning tools through BNB Chain Tools.
Information to include in your BNB Chain launch article:
- Official BEP-20 contract address
- Owner and tax status
- Supply and BscScan proof
- Official project links
- Official PancakeSwap pool, when one exists
Sui launch workflow
Use Create Sui Token to publish a Move-native coin package. Then use Sui Tools and Sui Manage for follow-up operations.
Information to include in your Sui launch article:
- Full coin type and package ID
- Transaction digest
- TreasuryCap and UpgradeCap custody policy
- Sui explorer link
- Official project links
6. Verify the token immediately after creation
Before you announce, verify the token like a holder would.
Check:
- The official mint address, contract address, or Sui coin type.
- The token name, symbol, decimals, logo, and description.
- The owner, mint authority, freeze authority, or capability custody.
- The explorer page and token page.
- Whether the token appears correctly in common wallets.
- Whether the token can be loaded in the relevant Slingzero management page.
Publish the official identifier in one canonical place. Do not let the first public source be a chat message that can be copied incorrectly.
7. Add liquidity with a documented plan
Liquidity should not be improvised. Choose the DEX, quote asset, launch price, slippage tolerance, and LP custody policy before you add funds.
Useful Slingzero routes:
- Create Raydium Liquidity Pools on Solana
- Plan Ethereum liquidity ratios
- Manage Uniswap Liquidity
- Plan BNB Chain liquidity ratios
- Manage PancakeSwap Liquidity
Publish:
- Pool address.
- Initial token and quote amounts.
- LP owner or lock status.
- Transaction hash.
- Slippage guidance for early holders.
8. Distribute tokens without manual wallet mistakes
Airdrops, contributor allocations, presale claims, and community rewards are where launch teams often make spreadsheet mistakes. Use a multisender when you need to distribute to many wallets.
Slingzero tools:
Before sending:
- Validate wallet addresses.
- Remove duplicates.
- Send a small test batch.
- Keep a CSV record.
- Publish the transaction hash for public distributions.
9. Manage the token after launch
The launch is not complete when the token exists. Post-launch operations include supply changes, burns, liquidity updates, metadata updates, holder support, and incident response.
Use:
- My Tokens for token tracking.
- Activity for operational history.
- Solana Burn Tokens, Ethereum Burn Tokens, or BNB Chain Burn Tokens when reducing supply.
- Solana Mint Tokens, Ethereum Mint Tokens, or BNB Chain Mint Tokens when supply expansion is still allowed.
- Update Solana Metadata for SPL metadata changes before immutability.
Trusted external references
Use external links sparingly and point them at official, stable, or widely trusted resources:
- Solana token documentation for SPL token concepts.
- ERC-20 standard and ethereum.org ERC-20 guide for Ethereum token terminology.
- BNB Chain BEP-20 proposal for BEP-20 interface details.
- Sui Coin Standard for Move-native coin architecture.
- Solana Explorer, Etherscan, BscScan, and Sui Explorer for public verification links.
FAQ: no-code token launch questions
Fast answers for founders comparing token launch, authority, liquidity, and post-launch workflows.
Can I create a crypto token without coding?
Yes. Slingzero provides no-code tools to create Solana SPL tokens, Ethereum ERC-20 tokens, BNB Chain BEP-20 tokens, and Sui coins. You still sign transactions from your wallet, but the interface prepares the token configuration and launch workflow.
How do I choose a chain for a token launch?
Start with the asset model and the integrations your users require: an SPL mint on Solana, an ERC-20 contract on Ethereum, a BEP-20 contract on BNB Chain, or a Move Coin type on Sui. Then compare current fees, wallet support, operational controls, and the intended liquidity venue. There is no universally best network.
Should I revoke mint authority?
If supply should be fixed, revoking mint authority provides an on-chain way to show that the current authority cannot create more units. If future emissions are part of the model, retain the control under a documented custody policy instead.
Do I need liquidity on launch day?
Most public tokens need liquidity so holders can trade. The right timing depends on your launch mechanics, but the pool address, LP policy, and initial pricing should be documented before public promotion.
How do I make my token launch easy to find and verify?
Create one permanent announcement page with the chain, token type, complete contract or mint address, authority status, liquidity pool, and clear project links. Use a descriptive page title and link to it from channels controlled by the project.
Final launch checklist
- Pick the chain and document why.
- Prepare token name, symbol, decimals, supply, logo, and links.
- Rehearse the launch flow where possible.
- Define authority, ownership, or capability custody.
- Create the token with the correct Slingzero creator.
- Verify metadata, explorer pages, and management pages.
- Add liquidity with public proof.
- Distribute tokens through a controlled multisender workflow.
- Monitor the token through Slingzero after launch.
When the launch record is complete, use the creator for the selected network: Solana, Ethereum, BNB Chain, or Sui. Recheck the network, complete identifier, fee, and irreversible authority choices in the wallet prompt before signing.