How Prisma works
The whole protocol in eight short sections. Everything here describes what the program actually does on-chain, not a roadmap.
What is Prisma
Prisma is a Solana launchpad where every token trades against a real asset: a tokenized stock (TSLAx, AAPLx…), SOL, or a curated memecoin. Launching needs no capital. One transaction creates the token, opens a Raydium CLMM pool holding the entire supply, and locks the liquidity forever.
Trading fees accumulate in the paired asset, not in the token itself, and 80% of them flow back to holders as dividends.
What you can pair with
Every token trades against one of these assets. The list is curated on-chain; your holders get paid in the one you pick.
Launching a token
- Fill in the identity (image, name, symbol), pick the pair asset and a swap fee tier. That is the whole form.
- One transaction mints 1B supply, opens the pool, deposits everything single-sided at the launch price and locks the position permanently.
- An optional initial buy executes inside the same transaction, at the launch price, before anyone else can trade.
- You pay only network rent, about 0.25 SOL. There is no platform charge to launch.
Trading
Pools are standard Raydium CLMM pools, so every aggregator sees them from block one. The token page embeds a live DexScreener chart and a Jupiter swap, but any Solana interface works.
The swap fee is collected in the paired asset only. Buying or selling the token never shaves the token itself.
Holder dividends
- Hold at least 10,000 of a token and you earn from every trade. Balances are snapshotted continuously by the indexer.
- Fees are claimed and distributed automatically once at least $50 is pending for a token. No claiming, no gas, no dashboard chores: the asset simply arrives in your wallet.
- Dividends arrive as the paired asset. A GIGA holder paired with TSLAx receives tokenized Tesla stock.
Fees
The deployer picks a swap fee tier at launch: 1%, 2%, 3% or 4% of every trade, collected in the paired asset. The split is fixed forever at launch time:
Safety
- The LP position is locked with Raydium's Burn & Earn in the launch transaction itself. There is no admin path to withdraw liquidity, ever.
- The program can only harvest fees and split them at the ratios frozen at launch. It cannot redirect funds or mint supply.
- Token mints are created without mint or freeze authority. Supply is fixed at 1B forever.
- The program is built reproducibly and verified on-chain, so the deployed binary provably matches the public source.
Deployments
The protocol is one program plus a config account holding the quote whitelist.
PRSMPtf2WaLt8XuFarhU52RsZVNsba8mw24PfmLknihQuestions? Ask on @PrsmFun or t.me/prsmfun.