Create your token
in 1 minute!

Pick a chain, enter a name, launch in seconds.

CREATE TOKEN WITHOUT CODE

How to Create a Token on Base and Pay L2 Fees, Not Mainnet Ones

If you want to create a token on Base, the useful thing to know first is that it costs the same as any other ERC-20 to set up and a fraction of Ethereum to actually use. You pay L2 fees, not mainnet ones, and you do not need Solidity, scripts or a developer to get there.

The tool takes a couple of minutes. What takes longer is deciding what your token should be able to do once it is out: whether you can still print more, whether you can pause it if something breaks, and whether the first buyers are people or bots. Those switches are all in the same screen, and several of them cannot be added later.

Here is the whole thing: how to create the token, what each option is for, what it costs and what to do the moment it exists. Everything afterwards runs the same way, from opening liquidity to running an airdrop. Your wallet signs, you keep the contract.

If you would rather watch it done, this covers the process end to end:

Tutorial en video para crear un token de Base.

What a token on Base actually is

Base is an Ethereum Layer 2, so a token on Base is a standard ERC-20. Same contract format, same behaviour, same compatibility with every EVM wallet, explorer and DEX you already use. Nothing about it is a Base-specific dialect.

What changes is the bill. Transactions settle at L2 prices instead of mainnet ones, which is the practical reason projects launch here rather than on Ethereum: the same token, without gas deciding whether a small buy is worth making. If you are still comparing ecosystems, ERC-20 vs BEP-20 covers how the standards differ across chains.

Tokens on Base cover the usual range: payment currency inside a product, contract execution, swaps, governance, equity-style designs and meme coins.

What you need before you start

  • A wallet that supports Base. MetaMask and Coinbase Wallet are the usual picks.
  • ETH on Base to cover the flat fee and the network cost.
  • A name, a ticker and a supply figure. Everything else on this page is optional and can wait until you are in the tool.

Create a token on Base in 4 steps

The tool is the Base Token Creator from Smithii. Connect, fill in four fields, sign once.

create token on Base: the Smithii Base Token Creator tool with name, symbol, decimals, supply and the optional token properties
  1. Connect your wallet and check the network reads Base. Whatever signs becomes the owner of the contract.
  2. Enter the name and symbol. These are what wallets, explorers and DEX interfaces will show, so pick a ticker that is short and not already taken.
  3. Set decimals and supply. Leave decimals at 18 unless you have a reason not to, since that is what the standard assumes. Whatever supply you enter is minted once and arrives whole in your wallet.
  4. Click Create Token and confirm. Read the total on screen first, then sign.

The token exists at that point. Grab the address from the confirmation, or look it up later with our guide to finding a token contract address.

You will not find a logo or description field, and nothing is missing. Branding was never part of what an ERC-20 stores, so on Base it gets published alongside the token instead of inside it. The tool can push all of it to DEXTools for you, which is covered further down.

Choosing what your token can do

Everything from here is optional, and it helps to think about it by what you are trying to achieve rather than as a feature list. Most of these have to be enabled at creation, so it is worth a couple of minutes now.

If you want the token to fund the project

  • Transaction Fee (free). Charges a percentage on every buy and sell and routes it to up to 10 wallets on a split you define. The percentage can be adjusted after launch, and enabling it costs nothing on top of the base fee.
  • Deflation (0.015 ETH). Burns part of that fee on every trade, so the supply shrinks the more the token moves.
  • Reflection (0.015 ETH). Sends part of it to holders instead, automatically and with a minimum balance to qualify. No claim step, no staking contract.

If you want to keep some control after launch

  • Mintable (0.01 ETH). You can issue more supply later, and only you can. Sensible for phased emissions or reward programmes, and a bad look if your pitch was a hard cap.
  • Burnable (0.01 ETH). You can destroy tokens on demand, which is what announced burns and buybacks need.
  • Pausable (0.01 ETH). Stops every transfer and trade on command. Think of it as the handbrake for the day the pool starts behaving strangely and you would rather buy yourself sixty seconds than watch.

If you want to survive the first hour

This is the part most first launches underestimate. The moment liquidity opens, your token becomes a target, and on a cheap L2 the bots have even less reason to hold back.

  • Anti-Bot (0.01 ETH). Restricts the token to one trade per block, which is what breaks sniping. Our guide on how to stop snipers on a Base token goes into how they operate.
  • Anti-Whale (0.01 ETH). Puts a ceiling on the size of a single trade, the gap between trades from one address, and the total any wallet can accumulate, running for the number of days you choose. The reasoning is laid out in anti-whale mechanisms on Base.
  • Blacklist (0.01 ETH). Shuts named addresses out of trading altogether, which is what you reach for after spotting a cluster of bots or an address working the price.

If you want to launch properly rather than just exist

  • Multi-Wallet Distribution (0.01 ETH). Hands the supply out to as many as ten addresses while the token is being made. Your team, marketing, airdrop and liquidity allocations are already in place when it lands, instead of costing you an evening of transfers and gas.
  • DEXTools socials and banner (0.15 ETH). Publishes your branding and channels to DEXTools straight from the tool: site, Telegram, Discord, X, plus the logo and banner artwork. It gets there faster and for less than going through the request yourself, and it decides how your pair reads on the first chart a trader opens. Doing it by hand is covered in adding a logo and details to a Base token.
  • Create a liquidity pool (0.01 ETH). Pairs the token with ETH without leaving the creator, and puts the starting price on screen while you can still change your mind. Two signatures cover the whole launch.

A point that trips people up: pairing ETH into a pool is not the same as spending it. That ETH stays in the pool and flows back to you as buyers arrive.

How much does it cost to create a token on Base?

The deployment itself is 0.03 ETH, and the Base gas on top is small enough to ignore next to what the same transaction would cost on mainnet. Every option above carries its own fee, which means a token with nothing switched on pays the flat fee only.

The tool totals your exact configuration on screen before you sign, so treat that number as the one that counts.

Making your token tradeable

Without a pool your token has no price at all. It transfers, it airdrops, it sits in wallets, and none of that lets anyone buy it while there is no liquidity on the other side.

If you skipped the pool option during creation, the dedicated guide is creating a liquidity pool for a token on Base. Before you settle on a number, how much liquidity to add on Base is the one to read: pool depth is what decides whether a normal-sized buy moves your chart 2% or 40%. To unwind later, removing liquidity on Base covers the exit.

What to do once the token is live

If what you are launching is a meme coin, the priorities reorder themselves quite a bit. We go through that version in how to create a meme coin on Base.

Who controls the contract

The wallet you connect, from the first block. The tool performs the deployment and steps away, and nothing in the process asks for a seed phrase, a private key or access to anything already in your wallet.

The contracts behind the creator have been reviewed by external security firms. That does not settle what you enabled, which is the part holders will actually judge.

FAQ

How much does it cost to create a token on Base?

0.03 ETH, plus Base gas. Anything optional starts at 0.01 ETH on top, and the running total appears on screen before you approve anything. Being an L2, the gas share of that bill is tiny.

Do I need to know how to code?

Not a line. No Solidity, no scripts, no local environment: the tool collects what the contract needs and one approval ships it, using an audited ERC-20 template.

Is a Base token the same as an Ethereum token?

Technically yes, it is a standard ERC-20. The difference is where it settles and what that costs, since Base transactions are priced as L2 activity rather than mainnet.

Can I add a logo when I create the token?

There is no field for it, since images were never part of an ERC-20. The DEXTools option covers it without leaving the creator, and publishing the details yourself afterwards works too.

Who owns the contract?

Yours, from the first block. The contract is deployed under the wallet that signs, and at no point are you asked for a private key or for access to anything you hold.

Can I trade the token straight away?

Not until a pool exists. A new token moves between wallets perfectly well, so airdrops work from day one, but there is no market and therefore no price.

Final thoughts

Creating a token on Base is a tool and one signature, and the low fees are the reason a lot of projects start here rather than on mainnet. The decisions that actually matter are the ones about what the contract is allowed to do, because most of them are set at creation and cannot be bolted on afterwards.

Ship it bare when bare is enough. Turn on the rest only where your launch has a real use for it. Past that point, no tool decides the outcome.

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 3

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Leave a Comment

Ready to take your project to the next level?

Join the leaders in the trenches and hundreds of teams launching and managing their tokens on Smithii.

Launch your Token

Launch with zero code across 20+ blockchains and launchpads.
Use bundles, customize authorities, and much more.

Boost and Scale

A project scales when you push it. Use our bots to boost your token's visibility, or go further with our pro tools.

Utilities Made Simple

Tap into a wide range of advanced tools that make your project more appealing and easier to manage day to day.

Solana token tools: launch, fund and grow your coin
Explore our tools
Smithii

The all-in-one solution
for web3 projects

Subscribe to the Newsletter and get a free E-Book

Please tell us your main interest to give you the best news! *

© 2023 - 2026 Smithii | All rights reserved