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.
On every other launchpad, a token is backed by nothing but attention. On commas, every token is launched against a real collectible market. The creator picks the underlying: a specific graded card (a PSA 10 Umbreon VMAX, say) or an NFT collection floor (Mad Lads). Buyers get liquid exposure to that collectible’s price, and the token tracks it through a live price feed plus hedger arbitrage. SOL is just the money you pay with; it is never the thing being tracked. One million tokens represent one unit of the collectible: one graded card, or one floor NFT.
The Last Supper, Panel I, commas original
The Last Supper · Panel I
commas original · 1/1 on mainnet
Solscan
Metaplex
The Last Supper, Panel II, commas original
The Last Supper · Panel II
commas original · 1/1 on mainnet
Solscan
Metaplex
The Last Supper, Panel III, commas original
The Last Supper · Panel III
commas original · 1/1 on mainnet
Solscan
Metaplex

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.
The protocol custodies nothing to back the token. There is no mandatory vault, no redemption queue, and no pooled collateral priced by an oracle. The tether comes from two forces instead: collateralized reserve arbitrage against the index (drawing fixed-supply tokens from a program treasury and returning them), and a clamped funding rate that pays whichever side pulls price back toward it. Every synth is a fixed-supply SPL token whose mint authority is revoked at creation. On top of that, markets can run an item pool: holders of vaulted on-chain copies of the underlying deposit a copy and receive tokens of equal value, and anyone can swap tokens back for a copy, so the collectible’s own supply becomes liquidity without ever being what the token’s solvency depends on.
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.