Skip to content
ChainPortal Logo

Create Fungible Asset

Deploy a token on Aptos using Move

Connect Your Wallet

Connect Petra wallet to create tokens

Select Chain

Choose the Aptos network for deployment

Token Creation Fee
0.01 APT

Token Details

Configure your Fungible Asset parameters

Token name is required.

Symbol is required.

Default is 8 decimals on Aptos.

Minted to your account

Network: Testnet
Standard: Fungible Asset (FA)

Advanced Features

Optional token capabilities

Pausable

Owner can pause/unpause transfers

Whitelist

Restrict transfers to whitelisted addresses

Anti-Bot Protection

Limit transaction size, wallet holdings, and trading frequency

Referral

Were you referred by someone?

If you have a referral code, enter it here for a discount on deployment fees

Fungible Asset Standard

The Fungible Asset (FA) framework is Aptos' modern token standard built with Move. It provides primary fungible stores, metadata management, and better composability than the legacy Coin module.

View FA Documentation