Key facts
- No-code SPL mint — Phantom, Solflare, or Backpack signs; MMAC is non-custodial
- $0 MMAC platform fee by default (authorities kept); network rent and gas always apply
- Optional Revoke Both at mint: 0.12 SOL — permanent; skip it if supply is not final
- After mint: save the mint address, verify on Solscan, then open /score/{mint}
Before you sign
Use the form on this page to mint. The table below is the short version of what MakeMeACoin does — and what it does not do — before you approve a transaction.
| Question | Answer |
|---|---|
| What MMAC does | No-code classic SPL mint with Metaplex metadata, plus launch tools after mint |
| Coding required? | No. Fill the form and sign in a Solana wallet |
| What is free? | $0 MMAC platform mint fee when mint and freeze authorities stay active |
| Network fees | Solana rent + transaction fees always apply and vary with congestion |
| Wallet signing | Phantom, Solflare, or Backpack approves the mint; reject means nothing is created |
| Custodial? | No. MMAC never holds keys, seed phrases, or authorities |
| Configurable fields | Name, symbol, supply, decimals, logo/media, description, mint/freeze authority |
| Authority revoke | Optional at mint or later; permanent once confirmed on-chain |
| After creation | Mint address + supply in your wallet → Solscan → Launch Score |
| Liquidity | Separate Raydium CPMM pool at Create Raydium LP — not part of mint, not auto-locked |
| Trust tools | Launch Score, Token Inspector, rug checker, revoke, burn, snapshot |
Creator form walkthrough
The form on this page writes the fields below on-chain when you sign. Nothing is stored server-side before you approve.
| Field | Required | What it does |
|---|---|---|
| Token name | Yes | Human-readable name stored in Metaplex metadata URI |
| Symbol | Yes | Ticker (max 10 characters, uppercase in UI) |
| Supply | Yes | Full initial supply minted to your connected wallet token account |
| Decimals | Yes | Permanent at mint — default 9 on MMAC (common for memecoins) |
| Logo / media | Yes | Image or video uploaded to MMAC storage, referenced in metadata URI |
| Description | No | Optional text in the off-chain metadata JSON |
| Mint authority | Yes (default: kept) | When kept, additional supply can be minted later until revoked |
| Freeze authority | Yes (default: kept) | When kept, token accounts can be frozen until revoked |
| Optional Revoke Both | No | Checkbox to revoke mint + freeze in the same mint transaction (+0.12 SOL platform fee) |
Example configuration — wallet not connected

Supply and decimals example
Decimals define how many fractional units one whole token splits into. Wallets show “display supply”; the chain stores raw integer units.
- Formula: raw amount = display supply × 10^decimals
- Decimals cannot change after mint — pick once
- Supply can grow later only while mint authority remains active
| Display supply | Decimals | Raw amount (chain) |
|---|---|---|
| 1,000,000,000 | 9 | 1,000,000,000,000,000,000 |
| 1,000,000 | 6 | 1,000,000,000,000 |
| 100,000,000 | 9 | 100,000,000,000,000,000 |
Example configuration — wallet not connected

Authority decision table
Mint authority, freeze authority, and metadata update authority are separate controls. MMAC exposes mint and freeze at create time; metadata mutability follows Metaplex update authority rules.
| Authority | Controls | If kept active | If revoked | Reversible? | When to keep vs revoke |
|---|---|---|---|---|---|
| Mint authority | Inflate total supply | More tokens can be minted to any account | Fixed max supply on-chain | No — revoke is permanent | Keep for emissions/airdrops; revoke when supply is final |
| Freeze authority | Freeze individual token accounts | Accounts can be frozen (buyers see red flag) | No freeze capability | No — revoke is permanent | Revoke before public trading unless you have a documented freeze policy |
| Update authority (metadata) | Change name, symbol, URI | Metadata can be edited while authority exists | Metadata becomes immutable when update authority is removed | No once removed | Finalize logo and description before revoking update authority off-platform |
Example configuration — wallet not connected

Real cost breakdown
Separate platform fees (MMAC) from network costs (Solana rent + transaction fees). Network costs vary with congestion and account count — never quote a fixed SOL total for rent.
| Line item | MMAC platform fee | Network / other | Notes |
|---|---|---|---|
| Create SPL mint (default) | $0 | Rent + tx fees | Authorities kept — default path |
| Optional Revoke Both at mint | 0.12 SOL | Included in mint tx | Trust upgrade in same transaction |
| Post-mint revoke mint | 0.075 SOL | Tx fee | At /launch-tools/revoke — permanent |
| Post-mint revoke freeze | 0.075 SOL | Tx fee | Separate or bundled revoke |
| Burn supply | 0.03 SOL | Tx fee | Reduce circulating supply — not LP burn |
| Raydium CPMM pool | 0.1 SOL | Pool rent + your deposit | Separate tool at /lp — not part of mint |
Transaction flow
When you approve create on MMAC, the wallet typically signs one bundled transaction containing:
- Create mint account (SPL Token program)
- Create associated token account for your wallet
- Create Metaplex metadata account with name, symbol, and URI
- Mint full initial supply to your token account
- Optional: revoke mint and/or freeze authority in the same transaction when Revoke Both is selected
After you create
- Copy and store the mint address — it is your token’s permanent identifier
- Verify on Solscan: supply, decimals, authorities, and metadata URI resolve
- Run Launch Score — public risk signal page at /score/{mint}
- Confirm logo and description appear in the metadata JSON — see how to add a logo
- Finish authority decisions at /launch-tools/revoke if you kept mint or freeze active
- When ready to trade, follow how to add liquidity to a Solana token for Raydium CPMM pool creation
Next steps after you mint
Building trust before launch means addressing the major red flags buyers check. Here is what to tackle after your token exists on-chain:
- Launch Score first — sets your public baseline before marketing
- Revoke when ready — only after all airdrop or treasury mints are finished
- Liquidity timing — create LP after revoke to maximize score at announce
- Metadata finalization — logo and description affect how DEXes display your token
- Community verification — share /score/{mint} so buyers can verify trust claims themselves
| Step | Tool | Why | Fee |
|---|---|---|---|
| Check Launch Score | Launch Score | Public risk signal baseline — authorities, liquidity, holders | Free |
| Revoke authorities | Revoke authorities | Remove mint/freeze risk when supply and freeze policy are final — 0.075 SOL mint, 0.075 SOL freeze, 0.12 SOL both | 0.12 SOL |
| Burn excess supply | Burn | Reduce circulating supply if over-allocated or to prove deflationary commitment | 0.03 SOL |
| Create Raydium LP | Create Raydium LP | Make token tradable on Jupiter and Raydium — platform fee + pool rent + your deposit | 0.1 SOL |
| Update metadata | Update metadata | Fix logo or description if incomplete — see add logo guide | Network tx fees |
| Check rug checker | Solana rug checker | Understand what signals buyers will see on aggregators | Free |
| Generate vanity | Vanity generator | Create a memorable mint prefix for your next token (for planning, not retroactive) | Free (browser-side) |
Why MakeMeACoin vs alternatives
Common alternatives: Smithii, Solana CLI, CoinFactory, PinkSale, Dexlab, Orion Tools. MMAC positions on $0 platform fee (default), Launch Score transparency, and non-custodial wallet signing. Choose based on your needs — this is not an exhaustive comparison.
- See MakeMeACoin vs Smithii for detailed pricing and feature table
- See MakeMeACoin vs CoinFactory for network-fee transparency
- See cheapest Solana token creator for a cost ranking of platforms
| Factor | MakeMeACoin | Notes |
|---|---|---|
| Platform mint fee | $0 default (authorities kept) | Network rent + gas always apply |
| Authority revoke | Optional at mint or later — 0.12 SOL for both | Permanent once confirmed |
| Token standard | Classic SPL Token only | No Token-2022 support yet |
| Launch Score | Included free — public /score/{mint} page | Risk signals, not audit |
| Liquidity creation | Raydium CPMM at /lp — 0.1 SOL + deposit | Not auto-locked; lock is separate |
| Vanity generator | Free browser-side at /vanity | Keys never leave your device |
| Airdrop / snapshot | CSV multisender + holder export | Network fees on send |
| Inspector | Free authority and metadata checker | No wallet required |
| Custody model | Non-custodial — wallet signs | Never custodial |
Troubleshooting
- Insufficient SOL — wallet needs rent + gas; MMAC shows an estimate before you sign
- Transaction rejected in wallet — no on-chain change; adjust settings and retry
- Logo or metadata upload failed — check file size/format; image/* and video/* accepted
- Invalid supply — must be a positive number; empty field blocks submit
- Wrong decimals — cannot change after mint; create a new mint if you picked wrong
- RPC timeout — transient; wait and retry; mint may exist even if UI is slow — check Solscan
- Mint succeeded but UI delayed — search mint on Solscan before minting again
What this page covers
This page is the Solana token creator: mint the SPL token, then continue to Launch Score, revoke, or Raydium LP. The longer no-code journey (vanity, snapshot, airdrop, LP custody) is at SPL tokens and memecoins without code. MMAC mints classic SPL Token only — not Token-2022.
Step-by-step
- Connect Phantom, Solflare, or Backpack in the form on this page.
- Enter token name, symbol, supply, decimals, description, and upload a logo (image or video).
- Review mint and freeze authority toggles — default keeps both active ($0 platform fee).
- Optional: enable Revoke Both (+0.12 SOL) before signing if supply and freeze policy are final.
- Approve the wallet prompt — the UI shows platform fee and a network estimate before you sign.
- Save the mint address, verify on Solscan, and open /score/{mint} for Launch Score.
Next steps
Related tools
Related guides
Frequently asked questions
What does MakeMeACoin do?
It is a no-code Solana token creator and launch toolkit: classic SPL mint with Metaplex metadata, then Launch Score, authority revoke, burn, snapshot, airdrop, vanity, and Raydium CPMM pool creation. It does not mint Token-2022 and does not lock liquidity for you.
Do I need to code to create a Solana token?
No. Fill in the form on this page and sign with a Solana wallet. Rust, Anchor, or CLI is not required.
Is the Solana token creator free?
The MakeMeACoin platform mint fee is $0 when mint and freeze authorities stay active (the default). Solana network rent and transaction fees always apply. Optional Revoke Both at mint is 0.12 SOL.
What network fees exist?
Solana charges rent to keep mint, metadata, and token accounts, plus a small transaction fee. MMAC shows an estimate before you sign. We do not quote a fixed total SOL amount because rent and congestion change.
How does wallet signing work?
Phantom, Solflare, Backpack, or another Wallet Adapter wallet approves the mint in your wallet. If you reject the prompt, nothing is created on-chain.
Is MakeMeACoin custodial?
No. MMAC never holds your private keys, seed phrase, or token authorities. You remain the signer.
What token parameters can I configure?
Name, symbol, supply, decimals, logo or media, optional description, and whether mint and freeze authorities stay active. Decimals are permanent. Supply can increase later only while mint authority remains active.
How does authority revocation work?
Revoking mint authority permanently stops new supply. Revoking freeze authority permanently removes the ability to freeze token accounts. You can revoke both in the mint transaction (0.12 SOL) or later at Revoke Authorities (mint 0.075 SOL, freeze 0.075 SOL, or both 0.12 SOL). Revokes cannot be undone.
What happens after I create the token?
You receive a mint address and the initial supply in your wallet. Verify on Solscan, then open Launch Score. Metadata, authorities, and later liquidity affect the score. Launch Score is a public risk signal, not an audit.
How can I add liquidity?
Create a new Raydium CPMM pool at Create Raydium LP (0.1 SOL platform fee plus pool rent and your deposit). Deposit amounts set the opening price. MMAC does not add to an existing pool and does not lock LP tokens.
Which security and trust tools are available?
Launch Score, Token Inspector, rug checker, authority revoke, burn, snapshot, and holder tools. None of these guarantee safety or price.
The Solana launch trust layer — free mint, public Launch Score, paid trust actions.