EVM Token Creator
This guide walks you through creating an ERC-20(BEP-20) token on EVM chains with Alphecca Tools.
Tool Page
Link : Ethereum Token Creator
Link : Base Token Creator
Link : Polygon Token Creator
Link : Avalanche Token Creator
Link : Monad Token Creator
Link : Arbitrum Token Creator
Link : Optimism Token Creator
How to Create a Token on EVM chain?
Step 1: Connect Wallet
Click the Connect Wallet button in the top-right corner.
Step 2: Basic Information (Required)
Name
The full name of your token
Symbol
The token's ticker symbol (abbreviation)
Decimals
The decimal precision of your token
Supply
The total number of tokens to be issued
Description
Brief description of your token
Website
Official website URL
Twitter/X profile URL
Telegram
Telegram group URL
Source code preview is displayed on the right side.
This information is displayed first when viewing your token on block explorers (Etherscan, Basescan, etc.).
Step 3: Advanced Options
Tax Settings
Configure transaction fees that are sent to a designated wallet.
Buy Fee
Fee applied when buying (%)
Sell Fee
Fee applied when selling (%)
Transfer Fee
Fee applied on transfers (%)
Fee Receiver Wallet
Wallet address to receive fees
Buy/Sell fees are based on liquidity pool transactions. When using Alphecca's Create Liquidity Pool page, the pool address is automatically registered to the token contract and Buy/Sell fees are applied.
The creator wallet is automatically whitelisted.
Can be modified for free anytime via Tax Settings page.
Most token swaps go through swap aggregators (wallet apps, 1inch, etc.), which results in 'Transfer + Buy/Sell fees' being applied. Please consider this when setting fee rates. To prevent double taxation, set the transfer fee to 0.
When creating a token with tax settings in a V3 pool, wallets not on the whitelist can only buy and cannot sell. This is because all DEX exchanges do not officially support taxable tokens. Please keep this in mind when creating a V3 pool.
Anti Bot Settings
Prevent bot activities by limiting transaction frequency.
Max Transactions Per Block
Maximum transactions per wallet per block (0 = no limit)
Active Duration
How long this feature stays active (hours) (0 = permanent)
The creator wallet is automatically whitelisted.
Can be modified for free anytime via Anti Bot Settings page.
Anti-Bot works correctly regardless of whether swap aggregators (wallet apps, 1inch, etc.) are used.
Anti Whale Settings
Prevent large holders from manipulating the market.
Max Buy Amount
Maximum tokens per buy transaction (0 = no limit)
Max Sell Amount
Maximum tokens per sell transaction (0 = no limit)
Max Wallet Amount
Maximum tokens a wallet can hold (0 = no limit)
Buy Cooldown
Minimum time between buys (minutes) (0 = no limit)
Sell Cooldown
Minimum time between sells (minutes) (0 = no limit)
Active Duration
How long this feature stays active (days) (0 = permanent)
Buy/Sell limits and cooldowns are based on liquidity pool transactions. When using Alphecca's Create Liquidity Pool page, the pool address is automatically registered to the token contract and Buy/Sell limits and cooldowns are applied.
The creator wallet is automatically whitelisted.
Can be modified for free anytime via Anti-Whale Settings page.
Buy/Sell limits and cooldowns work correctly regardless of whether swap aggregators (wallet apps, 1inch, etc.) are used.
Built-in Features
Blacklist
Block specific wallet addresses from trading
Mintable
Allow minting additional tokens after creation
Pausable
Enable pausing all token transfers
Auto Verify
Automatically verify contract on block explorer
Blacklist, Mint, and Pause features cannot be enabled later if disabled during token creation.
Step 4: Create Token
Click the 'Create Token' button and approve the transaction in your wallet.
Deploying Contract: Your token is being deployed to the blockchain
Contract Deployed: Deployment complete. Your token address will be displayed
Verifying: The contract is being verified on the block explorer
Verified: Verification complete
Closing the modal during verification may cause verification to fail. If this happens, you can verify manually on the 'Verify Token' page.
Step 5: Check Transaction Logs
After transaction is confirmed, go to the 'Transaction Logs' tab to view your token contract address and transaction hash. Click the explorer icon to verify directly on the block explorer.
Frequently Asked Questions
What kind of token does Alphecca create?
Alphecca creates standard ERC-20 tokens that are fully compatible with all decentralized exchanges (DEXs), wallets, and DeFi protocols. Your token can be traded on Uniswap, PancakeSwap, SushiSwap, and any other ERC-20 compatible platform.
Can I trade the token immediately after creation?
No. After creating the token, you need to create a liquidity pool to enable trading. Please use Alphecca's Create Liquidity Pool page to set this up.
What is Custom Metadata?
Standard ERC-20 tokens do not embed metadata such as images, descriptions, or social links in the contract. Alphecca permanently records this metadata as comments in the contract source code. Anyone can verify your token's official information through the verified source code on block explorers.
What is Tax Settings?
Tax Settings allows you to automatically collect fees whenever your token is traded or transferred on-chain. Collected fees are sent directly to your designated wallet.
Example: If the transfer fee is set to 1% and User A sends 1,000 tokens to User B, 10 tokens (1%) are automatically collected to the fee receiver wallet.
What are the benefits of Anti-Bot?
Anti-Bot limits the number of transactions per wallet per block, effectively defending against sandwich attacks and preventing bots from exploiting your trades.
What are the benefits of Anti-Whale?
Anti-Whale protects your community by preventing large-scale market manipulation:
Max Buy/Sell Limit: Limits how many tokens can be bought or sold in a single transaction
Wallet Limit: Limits how many tokens a single wallet can hold
Buy/Sell Cooldown: Sets minimum waiting time between transactions
These restrictions help maintain price stability and create a fair trading environment for all holders.
Can I modify Tax / Anti-Bot / Anti-Whale settings after creation?
Yes. A one-time fee is charged only during initial setup. After that, all changes are completely free through their respective settings pages.
How is contract verification handled?
All tokens created on Alphecca are automatically verified on block explorers.
I can't see my created token in my wallet app.
ERC-20 tokens are not automatically detected by wallet apps. You need to manually import the token by entering the token contract address through the 'Import Token' feature in your wallet. Alternatively, you can view all tokens held by your wallet by entering your wallet address on the chain's block explorer.
Last updated