Launch tokens backed by real collectibles
Every commas token tracks a real collectible market: a graded card
or an NFT collection floor. Deposit the real thing into the pool, trade
liquid exposure to it, or hedge it flat. No custody, no vault.
Quickstart
Launch a token
Pick a collectible, set a fee receiver, deploy. About a minute.
Buy a token
Pay with SOL, or deposit a real copy of the collectible.
Sell a token
Exit to SOL on the curve or the AMM, no gates.
Take out the card
Redeem tokens for a real copy from the market’s escrow.
Economics
How token demand becomes a supply sink for the real collectible.
Contract safety
The failure modes that kill launchpads, and how each is closed.
Original commas artwork, minted 1/1 on Solana mainnet with the art stored permanently on Arweave. Click a panel for Solscan, or use the Metaplex explorer link under each card.
Launching a market means choosing an underlying
1
Pick the collectible
A market is listed for one underlying: one card at one grade, a basket of cards, or one NFT collection’s floor.
2
The market gets a price feed
A signed feed reads the collectible’s real prices from marketplaces (eBay and TCGplayer aggregates, Collector Crypt, Magic Eden), filters manipulation, and writes the result on chain.
3
The token launches on a curve
Anyone can buy from the first block; the launch works like any memecoin curve: every token opens at a 25 SOL market cap and auto-migrates to the AMM once the curve has raised 100 SOL, so the pool starts with 100 SOL of liquidity inside it.
4
The token tracks the collectible
Funding and hedger arbitrage pull the token’s price toward the collectible’s price, up and down. Card doubles, your exposure doubles.
commas is live on Solana mainnet: the program, oracle relayer, item swaps, and external-venue (Meteora) support all run in production. Program ID:
QsixfrupxfVEDDYuQsR4vJcE58bbNfctD9WjijM9BjM. Additional graded-card API sources are planned work; pages that describe them say so explicitly.Who it’s for
- Longs. Anyone who wants price exposure to a PSA 10 card or a blue-chip NFT floor without buying, storing, grading, or insuring the real thing. Buy the synth on the launch curve or the AMM; sell it whenever you like.
- Hedgers (the natural shorts). Holders of the underlying can post SOL collateral, draw synth from the reserve at the index, and sell it, locking in today’s price without selling their card or NFT. They are structurally motivated to supply the short side, which is what most floor-derivative designs lack.
- Liquidators and crankers. Funding accrual and liquidations are permissionless. Keepers earn a liquidation bonus for closing undercollateralized shorts.
Why this design
Every earlier attempt at collectible price exposure died in one of two ways: vault models (fractionalization) filled with the worst items and amplified crashes, and oracle-settled perps got drained the first time someone manipulated a thin floor print. commas is shaped around those failure modes:- No vault dependency. The token’s solvency never rests on custodied items, so there is nothing to fill with lemons and no reflexive redemption spiral. The optional item pool escrows only admin-registered copies of the exact card+grade (fungible by construction) and prices every swap at live value, so it cannot be gamed by dumping inferior items at a fixed rate.
- Bounded oracle damage. A bad index print cannot unlock anyone’s funds. It can only tilt the funding rate, which is clamped per day, and a print that deviates too far from the TWAP trips a circuit breaker that freezes the market.
- A bounded hedge facility. Each market premints a fixed hedge reserve that hedgers draw against collateral, sized against the real depth of the collectible’s market. When the reserve is empty the facility is simply full, so the synthetic can never grow large enough to become the price setter for its own underlying.
Where to go next
How it works
The full market lifecycle, from listing through launch, graduation, and live trading.
Asset classes
Why graded cards are the flagship underlying and how NFT floors differ.
Funding
The mechanism that tethers the synth to the index without redemption.
Instruction reference
Every program instruction, its arguments, and its accounts.




