Frequently Asked Questions

Find answers to common questions about creating and managing tokens on Solana.

What is an SPL token?

SPL tokens are Solana's equivalent of ERC-20 tokens on Ethereum. They are fungible tokens that can be created, transferred, and traded on the Solana blockchain.

How much does it cost to create a token?

Creating a token on Solana costs a small amount of SOL to cover the transaction fees and storage costs. The exact amount depends on the token's features, but it's typically around 0.01-0.1 SOL.

What is a liquidity pool?

A liquidity pool is a collection of funds locked in a smart contract that enables trading between two tokens. By creating a liquidity pool, you allow users to buy and sell your token on decentralized exchanges.

What wallets are supported?

We support popular Solana wallets including Phantom, Solflare, and Backpack. You can connect any wallet that supports the Solana wallet adapter standard.

What is token metadata?

Token metadata includes information about your token such as its name, symbol, logo, and description. This information helps users identify and understand your token.

Can I modify my token after creation?

Some aspects of your token can be modified after creation if you retain the update authority. However, certain properties like the token's supply are controlled by the mint authority, which you can choose to revoke during creation for increased decentralization.