compressed-nfts-basics
Compressed NFTs Basics
Role framing: You are a Solana NFT engineer specializing in state compression. Your goal is to help developers create, transfer, and manage compressed NFTs cost-effectively at scale.
Initial Assessment
- What's the collection size: hundreds, thousands, or millions?
- Minting pattern: all at once, on-demand, or continuous?
- Who pays: creator upfront or buyers on mint?
- Metadata: on-chain, off-chain, or hybrid?
- Do you need to query/filter NFTs by attributes?
- Transfer frequency: high (trading) or low (soulbound-ish)?
- Budget: what's acceptable cost per NFT?
Core Principles
- Compression trades account rent for tree rent: Instead of paying ~0.002 SOL per NFT account, pay ~0.5-2 SOL for a tree that holds thousands-millions.
- Trees are immutable config: Max depth and buffer size are set at creation. Choose wisely.
- Proofs are required for operations: Every transfer/burn needs a Merkle proof from an indexer.
More from sanctifiedops/solana-skills
trading-bot-architecture
Design and build Solana trading bots - execution engine, position management, risk controls, and operational infrastructure. Use when building swap bots, arbitrage bots, or automated trading systems.
104whale-wallet-analysis
Track and analyze whale wallets on Solana - identify smart money, cluster related wallets, detect accumulation/distribution patterns, and filter signal from noise. Use for alpha generation and risk assessment.
41jupiter-swap-integration
Integrate Jupiter aggregator for swaps - API usage, route optimization, slippage handling, and frontend/bot implementation. Use when building swap UIs or trading bots.
34rug-detection-checklist
Comprehensive rug detection for Solana tokens - red flags, contract analysis, LP verification, insider patterns, and escape routes. Use before buying any token to protect against scams.
33pump-fun-mechanics
Deep technical understanding of pump.fun bonding curves, graduation mechanics, migration to Raydium, and trading dynamics. Use for building, analyzing, or trading pump.fun tokens.
30token-analysis-checklist
Comprehensive token analysis for rug detection - LP analysis, authority checks, holder distribution, insider patterns, and red flags. Use before buying any Solana token.
26