sol.new — docs
What it costs to use, what we store, and where things live.
Costs (mainnet)
loading...| Action | SOL | USD |
|---|
Live SOL price refreshed every 30s. Devnet actions are free aside from base tx fees.
Storage URLs
https://sol.new/metadata/<id>.jsonToken / NFT metadata JSON. Stored in Turso, served direct, immutable cache 1y.https://sol.new/images/<id>.<ext>Image bytes. Stored on Vercel Blob, streamed through this domain, immutable cache 1y.
What we store
- Wallet — public key + (optional) WebAuthn credential id.
- Tokens / NFTs / Multisigs — name, symbol, mint/pda, creator wallet.
- Metadata — the raw JSON you uploaded.
- Images — file ref + content-type + size on Vercel Blob.
- Ground keys — vanity keypairs ("NEW…"); secret key returned on claim.
We never see or store your wallet's private key for passkey-derived wallets.
Compressed vs Standard NFT
- Standard — full Metaplex Token Metadata. ~0.02 SOL. Best for flagship pieces.
- Compressed — Bubblegum cNFT minted via Helius. 0.001 SOL platform fee. Best for collections / drops.
Networks
- Mainnet — real SOL costs as in the table above.
- Devnet — claim 0.1 SOL from the Get page; the footer shows the faucet wallet.
Endpoints
GET /api/costs— live action costs (this page consumes it).GET /api/stats— wallets, tokens, nfts counts.
All endpoints are public.Open /api/costs