Overview
GetPaired is a permissionless launchpad on Solana for deploying fixed-supply SPL tokens. Where most launchpads quote every new token in SOL, GetPaired lets the creator choose the quote asset — the coin a token is priced and traded against. Any coin on Solana with on-chain liquidity can be the other half of the pair.
Every token launches into an on-chain market from its first block. There is no presale, no allocation reserved for the platform, and no step where GetPaired holds your funds. Your wallet signs and submits every transaction.
Quote assets
The quote asset is what your token trades in. Buys spend the quote asset to receive your token; sells return the quote asset. Proceeds accrue in the quote asset, not in your token.
On GetPaired the quote can be any SPL token — SOL, a stablecoin like USDC, or a community coin like BONK or JUP. This is the core difference from a SOL-only launchpad: a token can be denominated in whatever asset its community actually holds.
Pick liquidity, not hype
A quote with deep, stable liquidity gives tighter pricing and lower slippage. A thin or volatile quote passes its own price swings straight through to your token.
Fixed supply
Total supply is minted in full at deployment. In the same transaction, the mint authority is revoked, so no new tokens can ever be created, and the freeze authority is revoked, so balances can never be frozen. Supply is set once and is verifiable on-chain.
Because supply is fixed, a token's market cap is simply its price in the quote asset multiplied by total supply — there is no hidden emission or team unlock to dilute it later.
The bonding curve
Each token opens on a constant-product bonding curve denominated in its quote asset. The curve is the counterparty: it sells tokens as people buy and buys them back as people sell, with price moving smoothly along the curve. No order book, no seeded liquidity, and no market maker are required — the market is live from the first transaction.
Price rises as tokens leave the curve and falls as they return to it. Early buyers pay less; the curve's shape is identical for every launch, so pricing is predictable and the same rules apply to everyone.
Graduation
When a curve accumulates its target amount of the quote asset — the graduation threshold — the token graduates. The quote liquidity collected on the curve and the remaining token supply are deposited into a standard Solana AMM pool, and the resulting LP position is burned so the liquidity is locked permanently.
After graduation the token trades on the open market against its quote asset like any other pair. The bonding curve is retired; from that point price is set entirely by the AMM pool and its traders.
Deploying a pair
- Connect a Solana wallet (Phantom, Solflare, Backpack, or any wallet-standard app).
- Set the token's name, ticker, and image.
- Choose the quote coin your token will pair against.
- Review the fixed supply and curve parameters.
- Submit a single transaction. Your wallet signs; the GetPaired program mints supply, revokes authorities, and opens the curve.
The pair is tradable the moment the transaction confirms. There is nothing further to configure and no allocation held back for the creator beyond what you buy from the curve yourself.
Trading & pricing
A token's price is always expressed in its quote asset — for a token paired to USDC, one unit costs some amount of USDC. Its value in dollars therefore depends on two things: the token's price along the curve, and the quote asset's own price.
A token quoted in a stablecoin tracks that stablecoin's dollar value closely. A token quoted in a volatile coin inherits that coin's volatility on top of its own. Neither is better — they suit different launches — but the difference is worth understanding before you buy.
Fees
Creating a pair costs a small flat fee in SOL to cover the on-chain accounts and rent for the launch. Every trade against the curve or a graduated pool carries a 1% fee, taken in the quote asset. There are no listing fees, no subscriptions, and no fee to hold a token.
Solana network fees apply to every transaction as usual and are paid to validators, not to GetPaired.
Custody & security
GetPaired is non-custodial. It never holds your private keys or your funds — every buy, sell, and deploy is a transaction you sign in your own wallet and submit to the network. Tokens and quote assets live in your wallet or in on-chain program accounts, never with the platform.
At launch, mint and freeze authorities are revoked and graduated liquidity is locked by burning the LP position. The program is on-chain and its behavior is verifiable. Nothing on this site is financial advice; deploying and trading tokens carries risk, and tokens can lose all value.
FAQ
Can I pair to any coin?
Any SPL token on Solana with on-chain liquidity can be a quote asset. Coins with deeper liquidity give better pricing.
Do I need to provide liquidity?
No. The bonding curve provides liquidity from the first transaction. Nothing needs to be seeded.
What happens to my token after it graduates?
Its collected quote liquidity and remaining supply move into a locked AMM pool, and it trades on the open market against its quote asset.
Can the supply change after launch?
No. Supply is minted in full at deploy and the mint authority is revoked in the same transaction.
Does GetPaired hold my funds?
Never. Every action is signed and submitted by your own wallet.