current location:Home >> Blockchain knowledge >> how to laucnh your own coin on phantom?

how to laucnh your own coin on phantom?

admin Blockchain knowledge 448

Launching your own coin (or token) and making it available on Phantom is a popular goal. Here’s a clear, step-by-step guide that breaks down the process, from the technical creation to getting it to show up in wallets like Phantom.

Important Disclaimer First

  • how to laucnh your own coin on phantom?

    This is not financial advice. Creating a token is a technical process, and this guide is for educational purposes.

  • Rug pulls and scams are rampant. The steps to create a token are simple; the hard part is building a legitimate, trustworthy project. Be ethical.

  • Costs Involved: You will need SOL (for transaction fees on Solana) and a small amount of RAM (memory on the Solana blockchain) to create the token. This is relatively inexpensive.

  • Creating a token ≠ immediate listing on Phantom. Phantom automatically displays any SPL token (Solana's token standard) held in a wallet. However, having a logo (logoURI) requires your token to be submitted to the official Solana Token List, which has specific requirements.


The entire process can be summarized in three main phases:

  1. Create the Token: Use a tool to deploy the smart contract on Solana.

  2. Create Liquidity: Create a trading pair (e.g., YOUR_TOKEN/SOL) on a Decentralized Exchange (DEX) like Raydium.

  3. Get a Logo on Phantom: Submit your token's information to the Solana Token List.


Phase 1: Creating Your SPL Token

You'll use a token creation tool. The most trusted and widely used tool for this on Solana is Solana Labs' SPL Token Generator.

  1. Prepare Your Phantom Wallet:

    • Install the Phantom wallet browser extension.

    • Fund it with some SOL (2-3 SOL is more than enough for all steps, including creating liquidity pools). This SOL will pay for transaction (gas) fees.

    • Crucial Security Step: Create a new, separate wallet address within Phantom to use as your "Token Creator" address. Do not use your main wallet. This is a best practice for security.

  2. Go to the Token Creator Tool:

  3. Connect Your Wallet:

    • Click "Connect Wallet" and select Phantom. Authorize the connection.

  4. Fill in Your Token's Details:

    • Name: The full name of your token (e.g., "My Awesome Coin").

    • Symbol: The ticker symbol (e.g., "AWESM"). Keep it short and unique.

    • Decimals: This defines how divisible your token is. 9 is the standard on Solana (same as SOL itself).

    • Token Type: Select Fungible (this is for a standard coin like Bitcoin or SOL, as opposed to an NFT).

    • Token Details:

    • Icon: Upload a square image (e.g., 200x200 or 256x256 PNG) for your logo. This is important for the final display in Phantom.

    • Website and Description: Fill these out thoroughly. A lack of information looks scammy.

  5. Create the Token:

    • Click the "Create Token" button.

    • Phantom will pop up asking you to approve the transaction and pay a small fee (in SOL) for the token creation and the RAM it will use.

    • Once confirmed, your token is now live on the Solana blockchain! You will see your new token's address (its public key). Copy this address and save it somewhere safe. You will need it for every next step.

  6. Mint the Initial Supply:

    • After creation, the UI will show an option to "Mint Tokens."

    • You will mint the total supply you want to exist. Decide on this number carefully (e.g., 1,000,000 tokens). Remember to account for the decimals (minting 1,000,000 tokens with 9 decimals means you enter 1000000000000000).

    • Approve the minting transaction in Phantom.

Your token now exists, but it's just in your wallet. No one can buy or sell it yet.


Phase 2: Creating Liquidity on a DEX (Like Raydium)

For people to trade your token, you need to provide initial liquidity on a decentralized exchange.

  1. Go to Raydium.io:

    • Go to the Raydium website and connect the same Phantom wallet you used to create the token.

  2. Create a Liquidity Pool (LP):

    • Example: If you deposit 1,000,000 of YOUR_TOKEN, you must also deposit an equivalent value of SOL (e.g., if you price your token at $0.001, you'd need to deposit $1,000 worth of SOL).

    • Navigate to the "Liquidity" tab and click "Create Pool."

    • Select your token by pasting the token address you saved from Step 1.

    • Raydium will automatically select SOL as the other currency in the pair.

    • You will need to deposit an equal value of both your own token and SOL.

    • Setting the initial price is critical. This defines how much your token is worth relative to SOL.

  3. Approve and Create:

    • You will need to approve several transactions in Phantom: one to allow Raydium to access your tokens, and another to create the pool and deposit the funds.

    • This will require more SOL for transaction fees.

Once this is done, a trading pair (e.g., AWESM/SOL) is live on Raydium. People can now buy and sell your token by finding the pool directly or by pasting your token's address into the swap interface.


Phase 3: Getting Your Logo to Show in Phantom

By default, Phantom will show any SPL token in your wallet, but it will appear as a grey circle without a logo. To get the logo to display:

  1. Your token metadata (name, symbol, logo) must be on the official Solana Token List.

  2. The easiest way to do this is to submit a Pull Request (PR) to the community token list repository. 

  3. You need to fork the repository, add your token's information (address, name, symbol, logo URI, decimals) to the src/tokens/solana.tokenlist.json file, and then submit a PR for the maintainers to review.

  4. The review process can take time and they have specific requirements (like having a presence on DEXs/Swaps). Having an active liquidity pool on Raydium is a key requirement.

  5. Once your PR is merged, Phantom and other wallets that use this list will automatically display your token's logo.

Summary of What You Need

  • A Phantom Wallet: Funded with SOL.

  • Token Details: Name, Symbol, Decimals, Logo.

  • A Token Address: Generated when you create the token.

  • Liquidity: A supply of your own token and SOL to fund the initial pool.

Launching a token is technically straightforward, but remember that the real work lies in building a project, community, and trust around it. Always prioritize security and transparency.

If you have any questions or uncertainties, please join the official Telegram group: https://t.me/GToken_EN

GTokenTool

GTokenTool is the most comprehensive one click coin issuance tool, supporting multiple public chains such as TON, SOL, BSC, etc. Function: Create tokensmarket value managementbatch airdropstoken pre-sales IDO、 Lockpledge mining, etc. Provide a visual interface that allows users to quickly create, deploy, and manage their own cryptocurrencies without writing code.

Similar recommendations