Token Generator

The Alien Base token generator allows you to create your own token or memecoin on Base without knowing any code.

These are the tokens you can currently create:

  • Simple token with no extra features. Easy and sturdy, good for memecoins or other simple tokenomics.

  • Mintable token with the ability to mint new tokens starting from an initial supply. Good for farms and DeFi tokens, but it's usually considered a red flag for memecoins.

  • Burnable token with the ability to burn tokens. This is useful for when you have unique deflationary tokenomics.

  • Mint/Burn token combines minting and burning, which is useful for some unique farming tokenomics.

  • Taxable Token charges an additional fee on trading volume that is collected by the token. It's useful for gradually increasing the liquidity on the token and for funding future marketing campaigns. Many successful memecoins use this template for their projects.

Contracts

The token generator uses factories to generate template tokens. All the tokens come as automatically verified by the blockchain explorer.

The Simple, Mintable and Burnable contracts use OpenZeppelin templates which have been proven for their reliability and sturdiness over time.

The Tax Token is based on existing popular coins including Toshi, Mochi, TYBG and others, ultimately tracing its architecture to the original EVM memecoins like SafeMoon and Shiba.

The list of factories is here:

For a full instruction on how to use the Token Generator, check out the FAQs at the Token Generator page or here in the Docs.

Last updated