Skip to main content
uTOKENIZE is a token launch app for uOS. Configure an ERC-20 token, set its tokenomics, deploy it on-chain, and, on supported chains, bootstrap a liquidity pool so it’s tradeable right away.
uTOKENIZE deploys to Base and HyperEVM. On Base, liquidity is created through Aerodrome. On HyperEVM, the token deploys and uTOKENIZE hands you off to HyperSwap to add liquidity.

Create a token

The token creator walks you through a guided, multi-step form:
  • Token parameters: name, symbol, total supply, and decimals, with live validation
  • Power features: make the token mintable, burnable, and/or pausable
  • Branding: add a logo and metadata (website, socials, description)
  • Tokenomics: split supply between team and treasury wallets; the remaining public allocation is calculated for you

Tokenomics

Set team and treasury percentages with sliders and wallet addresses. The public allocation updates automatically, and uTOKENIZE distributes the allocations on deployment.
  • Team: percentage sent to a team wallet
  • Treasury: percentage sent to a treasury wallet
  • Public: the remainder, available for trading and liquidity

Deployment

uTOKENIZE checks your wallet and balance, deploys the ERC-20 contract, runs the tokenomics distributions, and then sets up liquidity:
  • On Base: creates an Aerodrome pool (stable or volatile pairing) and adds initial liquidity so the token is immediately tradeable.
  • On HyperEVM: deploys the token, then opens HyperSwap so you can add liquidity there.
Aerodrome uses stable and volatile pool types rather than Uniswap-style percentage fee tiers. uTOKENIZE picks a sensible default and configures the pairing for you.

Manage your launches

  • Trade / explorer: browse all tokens launched through uTOKENIZE; search and sort by volume, price, 24h change, market cap, or liquidity, with live data from DexScreener
  • My tokens: see the tokens you’ve launched, key stats, and links; edit on-chain metadata
  • Deployment status: real-time progress while a token deploys, with a block-explorer link when it’s done

Architecture

Under the hood, uTOKENIZE combines a configuration UI, an on-chain deployment engine (smart-contract factory + wallet integration), tokenomics distribution, DEX integration, and a database that records launches for the explorer and your portfolio.
You can also kick off a deployment from the Assistant (“create a token…”) or the Terminal (token create --wizard). Inside the uTOKENIZE window itself, everything is form-driven.