Launch
The Launch page empowers anyone to mint (create) a new SPL token on Solana and immediately list it for potential buyers, complete with an optional âanti-sniperâ buy button to help secure initial liquidity. Everything is laid out in a single, vertically scrolling form. Once you fill in the fields, upload a logo or short video, optionally set the anti-sniper buy amount, and click Create Coin, Tradersdex handles on-chain token creation, pair setup, and initial listing.
At a glance, youâll see:
Token Details Form: Input fields for Name, Ticker, and Description.
Media Upload Area: Drag-and-drop zone for a custom image or video, which becomes the tokenâs logo/marketing media.
Optional Anti-Sniper Buy: A small modal you can open that lets you commit a tiny amount of SOL to automatically buy a minimal amount of your freshly minted tokenâthus âpinningâ initial liquidity and discouraging predatory bots.
Social & Website Links (Show More Options): Collapse/expand section for adding Telegram, Website, or X (Twitter) URLs.
âCreate Coinâ Button: A single, bottom-of-page button that submits all data and initiates the on-chain minting and listing workflow.
Below, each feature is explained in its own section.
1. Token Details Form
1.1 Name Field
Label: âNameâ
Input Placeholder: âNameâ (e.g.,
MyToken
)Purpose: The full, human-readable name of your new token. This is what users will see on the blockchain explorer, in wallets, and on our Dashboard as the tokenâs display name.
1.2 Ticker Field
Label: âTickerâ
Input Placeholder: â$ Tickerâ (e.g.,
MTK
)Purpose: Your tokenâs symbol (3â5 characters is conventional). Preceded by a dollar icon (
$
) to indicate a ticker. This will appear in listings, price quotes, and order books as the shorthand for your token.
1.3 Description Field
Label: âDescriptionâ
Input Placeholder: âDescriptionâ
Purpose: A free-form text area where you can describe your projectâs mission, utility, tokenomics, or team. Longer descriptions help potential buyers understand why they might want to hold or trade your token.
2. Media Upload: âImage or Videoâ
Label: âImage or Videoâ
Drag-and-Drop Box: A dashed-border rectangle reading âdrag and drop an image or videoâ
Acceptable Formats:
Image: JPEG, PNG (for static logos or graphics)
Video: MP4, WebM (short promo reels or animated intros)
Purpose:
This media becomes your tokenâs on-chain avatar/thumbnailâdisplayed on Tradersdexâs Dashboard, Swap dropdowns, and Launch directory. A distinctive logo or quick preview video helps buyers instantly recognize your project among new mints.
Behavior:
Dragging a file onto this box or clicking it to open a file picker immediately previews the image/video in place of the dashed box.
If the wrong format is chosen, a small red error message appears: âUnsupported file typeâplease upload PNG/JPEG/MP4/WebM.â
Once uploaded, you can remove or replace the file by clicking an âXâ icon on the preview thumbnail.
2. Show More Options: Social & Website Links
Label: âshow more optionsâ with a downward arrow (âŠ) indicating collapsibility.
Fields (Hidden by Default):
Telegram:
Placeholder:
https://t.me/yourchannel
Purpose: If your project has an official Telegram channel/group, paste its URL so users can instantly join your community.
Website:
Placeholder:
https://yourwebsite.com
Purpose: Link to your projectâs official website or whitepaper. This gives legitimacy and context for anyone browsing newly launched tokens.
X (Twitter):
Placeholder:
https://x.com/yourprofile
Purpose: Adds your official X (formerly Twitter) handle so users can follow real-time updates.
Behavior:
Clicking âshow more optionsâ expands these three fields. Clicking again hides them.
If no link is provided, fields can remain blankâthere is no requirement to fill them.
3. Optional Anti-Sniper Buy Modal
After the standard âCreate Coinâ button (but still in the Launch flow) opens a modal:
3.1 Input Field
A single, numeric input with placeholder
0.0 (optional)
followed by the currency label âSOL.âBalance Display: Below the input, it shows your current SOL balance (e.g., âBalance: 0.0000 SOLâ).
Receive Estimate: A dynamic line reading âReceive: 0 <Ticker>â updates as you type in a numberâpreviewing how many tokens that SOL amount will buy at the initial listing price.
3.2 Create Coin Button (Within Modal)
Label: âCREATE COINâ
Purpose:
Mint & Initial Buy: When you click âCREATE COINâ from this modal, the system simultaneously:
Mints the new token (Name + Ticker + Media + Description + Social Links).
Uses your entered SOL amount to buy a small fraction of your newly minted token at listing (e.g., 0.01 SOL â 10 ASD).
Locks that tiny token amount in your wallet, acting as a âliquidity anchorâ that helps prevent sniper bots from emptying out the pool in the very first block.
No Modal Input (0 SOL): If you leave this field blank (0.0) and press âCREATE COIN,â the token still gets minted, but no anti-sniper purchase is made.
3.3 Benefits of Anti-Sniper Buy
Liquidity & Floor Price: Even a 0.01 SOL buy creates some starting liquidity, making it harder for zero-balance hunters (sniper bots) to front-run and drain the pool.
Reduced Bot Impact: Bots scanning for brand-new mints will see a non-zero object in the pool, so some may skip trying to âsnipeâ if they detect youâve preâbought.
4. Create Coin Button (Main Form)
Below the token details form, image/video upload, and optional buy modal trigger, youâll find the main action button:
Behavior:
Disabled State:
If you havenât filled in the mandatory fields (Name, Ticker, and uploaded a media file), this button remains gray and unclickable.
Hovering over it displays a tooltip: âFill in all required fields to create your token.â
Active State:
Once Name, Ticker, and Image/Video are provided (the minimum requirement), the button turns a bright outline gradient (e.g., blue â teal).
If you also expand the âShow More Optionsâ section but leave those fields empty, it does not prevent the button from activatingâsocial links are optional.
On Click:
If you havenât used the optional buy modal, clicking this Create Coin:
Prompts your wallet (e.g., Phantom) to sign a transaction that:
Creates a new SPL token with your chosen name, ticker, and total supply.
Sets up a fresh liquidity pool (e.g., a 0â0.01 SOL initial pool) on Tradersdexâs native.
Uploads your media fileâs IPFS/CID reference onto-chain, linking it as the tokenâs metadata.
Once confirmed, youâll see a toast âToken Created & Listed!â with a link to view it on a block explorer or TraderÂsdeÂxâs Dashboard.
If you used the Anti-Sniper Buy modal and entered a SOL amount (e.g., â0.05 SOLâ), clicking Create Coin from the modal:
Handles everything above plus a simultaneous small purchase: casting a on-chain swap from your SOL to your new token (e.g., 0.05 SOL â 50 MTK) in the same block.
On confirmation, youâll see two onâchain transactions (mint + buy), both summarized in a single toast: âToken Created & Anti-Sniper Buy Executed!â
PostâCreation State:
After a successful token creation, the Launch page either:
Clears to a fresh state (empty form) so you can create another token.
Or shows a confirmation banner with your new tokenâs contract address, social links, and a âView on Dashboardâ button.
Last updated