What fees are charged during coin creation?
At coin creation time, multiple on-chain setup costs are paid (account creation rent + program initialization + network fee).
Quick summary:
Estimated total is around 0.0233 SOL.
Most of this is Solana account rent/setup required to launch the coin.
A small part is the standard blockchain network fee (gas), which can vary slightly.
Detailed fee view:
0.0014616 SOL — Rent-exempt deposit for token mint account creation.
0.00089088 SOL — Rent-exempt deposit for creator Associated Token Account (ATA).
0.00178872 SOL — Rent deposit for program PDA / bonding curve account initialization.
0.00203928 SOL — Rent-exempt deposit for program token vault / ATA.
0.00203928 SOL — Rent-exempt deposit for secondary program authority PDA / vault.
0.0151156 SOL — Transfer to protocol/team configuration wallet defined by the creation program.
~0.00001 SOL — Solana network transaction fee (validator fee, may fluctuate).
These values are expected creation-time costs and can vary slightly based on network conditions.