The ultimate guide for devs on Monad: create, launch and grow your token without code

Everything you need to launch a project on Monad, explained from scratch and with no-code tools
Your token project on Monad, from start to finish
This ultimate guide for devs on Monad walks you through every step, from the first decision all the way to your token showing up on aggregators. No prior knowledge required: every concept is explained before you jump into the tool that handles it, and each card links to the detailed guide for that step.

What does this ultimate guide cover?
- Prep work: the wallet you’ll operate with and how to design your tokenomics.
- How tokens work on Monad: what an ERC-20 is and which permissions your contract keeps.
- Pre-launch: how to build community and distribute the token before it has a price.
- Liquidity pools: what gives your token a price and how that liquidity is managed.
- Post-launch: how a token that’s already trading gets visibility.
Why launch a token on Monad?
Monad is a Layer 1 that’s EVM-compatible, which means it runs the same contracts, the same wallets and the same explorers as Ethereum. If you already know that environment, there’s nothing new to learn, and if you’re just starting out, you’re picking up something that carries over to dozens of networks.
What sets it apart is how it processes transactions. Instead of running them one after another, Monad executes them in parallel, which lets it absorb far more simultaneous activity. That matters for a launch, because the first few minutes of a token pack a ton of operations into a tiny window.
A no-code tool for every phase of the project
Launching a token has always required knowing how to write smart contracts, and that barrier keeps a lot of people stuck as users instead of creators. Smithii tools generate and execute those contracts for you from a visual interface, so every phase of the project has a tool that handles it without writing code.
You’ll find them all in the Smithii suite for Monad. These are audited tools that work by connecting your wallet directly, no sign-up required.

1. Prep work: wallet and tokenomics
Pick a wallet for Monad and grab some MON
A wallet is the address you use to interact with the blockchain, and it’s what signs every operation in the project. Since Monad is an EVM network, any compatible wallet works, like MetaMask or Rabby, just add the Monad network in its settings. Creating one is free and takes a couple of minutes.
What you do need is a MON balance, the network’s native token, because that’s what pays the gas on every transaction. It’s worth having it lined up before you start, since every phase of this guide requires signing at least one operation.
Why are tokenomics decided before deployment?
Tokenomics get locked in before deployment because many of these decisions can’t be reversed once the contract is on-chain. We’re talking about the token’s economic model: how many will exist in total, how they’re split between team, community, and liquidity, and whether any portion unlocks gradually.
On a cheap network like Monad, it’s tempting to ship first and fix later, but the first contract stays published, and that’s the one anyone evaluating you will review. It’s the first thing checked before buying.

How to design tokenomics
Clear tokenomics signal transparency and safety to anyone thinking about buying. If you want to go deeper and design your own, check out this guide.

How to spot a rug pull
Knowing how a rug pull gets spotted tells you what you need to make crystal clear in your project. Learn the signals every buyer checks before aping in.

2. How tokens work on Monad
What is an ERC-20 token on Monad?
A token is a smart contract, a program that lives on the blockchain and keeps track of how many units each wallet holds. ERC-20 is the standard that defines how that contract behaves, and since Monad is EVM-compatible, a token created there is recognized without any tweaks by every wallet, explorer, or protocol in the ecosystem.
Writing that contract by hand requires knowing Solidity and reviewing the code carefully, or paying someone to do it. A token creator generates the contract from just a few fields (name, symbol, decimals, and supply) and deploys it from your wallet in a couple of minutes.

How to create a token on Monad
Deploying the contract is the step that turns the idea into a real token. Here’s the full process on Monad, field by field and without writing a line of code.
What permissions does the contract owner keep?
Once deployed, your wallet is set as the contract owner. That role can trigger functions like minting more tokens, freezing accounts, or changing dev taxes, provided the contract includes them. For buyers, each of those functions is a lever someone could pull against them.
Renouncing ownership removes that role for good and is a strong trust signal, but it’s best to do it at the end of the process, once you no longer need to touch anything. If your contract doesn’t include any of those functions, renouncing changes little more than a label on the explorer.

How to renounce ownership of a token on Monad
Dropping the contract is one of the most visible trust signals out there. Jump into this guide to see what you lose, what you gain, and when it makes sense to do it.

3. Pre-launch: community and distribution
How does a token arrive properly distributed on launch day?
The usual approach is a airdrop: the free distribution of your token across many wallets, typically as a reward for those already backing the project. That way the token doesn’t land concentrated in a single address, something anyone can check on the explorer before buying.
The airdrop is the on-chain piece of work that starts off-chain, with presence on X, a Telegram or Discord channel, and a clear narrative. Before your token even has a price, the goal is to build interest and a real holder base.

How to run a airdrop on Monad
A good distribution turns your earliest supporters into holders. We show you how to do it on Monad in a single transaction, with the list validated before you send.

Why run a airdrop
Not all airdrops deliver the same return. If you’re wondering what a well-designed one actually achieves, this read gives you the context.
What is a holder snapshot?
A snapshot is a snapshot of who holds a token or a NFT at a given moment, with each wallet’s balance. That’s where the recipient list for a targeted airdrop comes from, and it’s what separates rewarding your community from spraying tokens at random addresses.
For a NFT collection, the snapshot also shows how many pieces each wallet holds, which lets you treat someone with one piece differently from someone holding twelve.

How to extract the holders of a token on Monad
The holder list is the raw material for any targeted distribution. Follow this guide to pull it as a CSV with each wallet’s balance.

How to find out who owns a NFT collection on Monad
Knowing exactly who holds your NFT and how many lets you reward smartly. See how to pull that list on Monad straight from the collection contract.

4. Liquidity pools on Uniswap
How does a liquidity pool work?
A liquidity pool is a fund made up of two tokens, yours and another one with recognized value, deposited on a decentralized exchange. Anyone can buy your token by handing over the other, or sell it and receive the other back, with no counterparty needed on the other side of the trade.
As long as no pool exists, your token can be transferred but can’t be bought. The ratio between the two amounts you deposit when creating it is exactly the launch price, and on Monad the Smithii tools create that pool on Uniswap.
Why is the pool built with WMON and not MON?
A pool needs two ERC-20 tokens, and native MON isn’t an ERC-20, same story as ETH on Ethereum. That’s why WMON exists, the wrapped version that maps one-to-one to MON and meets the standard. The tool handles this step for you, but knowing it prevents the surprise of seeing WMON in the explorer.

How to create a liquidity pool on Monad
The pool is what sets the price of your token. This guide covers what to pair it with on Monad and how much depth the pair needs.

What WMON is and how to wrap your MON
WMON is the piece that makes pairing MON in a pool possible. Get the full picture on what it is and how to wrap it before creating your pair.

How a liquidity pool works on Uniswap
Understanding how Uniswap works helps you make smarter calls with your liquidity. To dig into how price and fees are formed, start here.
What does adding or removing liquidity mean?
Once created, the pool can be strengthened or drained. Adding liquidity increases the pair’s depth, so a regular buy moves the price less. Removing it gives your funds back but leaves the pair more fragile, which is why it’s one of the actions most closely watched by anyone already holding your token.

How to add liquidity on Monad
Strengthening the pool brings price stability against large buys. We walk you through how to add liquidity on Monad without moving the quote.

How to remove liquidity on Monad
Removing liquidity is one of the most closely watched actions. Before you do it, read this guide to pick the right moment and understand the effect on the chart.

5. Post-launch and promotion
Volume decides how visible your token is
Aggregators and screeners rank tokens by activity, so a pair with no trades simply doesn’t show up. No visibility means no buyers, no buyers means no activity, a loop plenty of launches get stuck in.
Generating volume with controlled trades breaks that loop in the early days. It doesn’t replace a real community, but it keeps the pair registering movement while you build everything else. It also pays to know who’s going to trade against your pair from block one.

How to generate volume for a token on Monad
A pair with activity is a pair the screeners pick up. Learn how to generate volume on Monad and what you can realistically expect from it.

Bots and whales: what you’ll run into
From the very first block, someone will be trading against your pair. Get to know which bots and whales you’re up against and which defenses actually make sense to turn on.
CoinMarketCap and CoinGecko as your calling card
They’re the two go-to aggregators in the market and they work as a calling card for a token. Being listed on them gives you a lookup price, a price history, and a project page with links, and a lot of investors just won’t touch a token that isn’t listed.
Each one has its own submission process reviewed by real people, so it’s worth showing up with the project already live, the pool created, and some activity going.

How to list your token on CoinMarketCap
A listing on CoinMarketCap gives your token a lookup price and extra credibility. Check the requirements and the materials worth prepping ahead of time.

How to list your token on CoinGecko
CoinGecko has its own process and its own criteria. If you’re going to apply for a listing, this guide will save you a lot of back and forth.

Key takeaways from this guide
Your Monad project, ready to launch
If you’ve made it this far, you’ve got everything you need to ship a token on Monad. You know how to set up the wallet and the tokenomics, what the contract you deploy actually is and which permissions it keeps, how to distribute the token before launch, what gives it a price, and how it gets visibility once it’s trading.
Each phase has its own detailed guide in the cards above and its own tool in the Smithii suite. The order matters more than it looks, so come back to this page every time you move to a new phase.
Why use the Smithii tools
- No code, with a visual interface for every operation.
- No signup, just connect your wallet directly.
- Audited tools and a fully doxxed team.
- Everything in one place, from deployment to volume.
- Step-by-step guides for every tool.
- 24/7 support when something doesn’t go as planned.
Join the Smithii Chad Crew
Once you’ve tried one of the tools, the next step is the community. On X, Telegram, Discord and our newsletter we drop the latest from every chain the moment it lands, and you’ll find every link at the bottom of the page.










