Solana Ecosystem

Metaplex Aura

A decentralized indexing and data availability network by Metaplex designed to index compressed digital assets (cNFTs, tokens) on Solana. Aura replaces centralized RPC providers for reading compressed asset data by distributing the indexing workload across a network of operators. This improves reliability and decentralization of the compressed NFT infrastructure that underpins millions of on-chain assets.

IDmetaplex-aura

Plain meaning

Start with the shortest useful explanation before going deeper.

A decentralized indexing and data availability network by Metaplex designed to index compressed digital assets (cNFTs, tokens) on Solana. Aura replaces centralized RPC providers for reading compressed asset data by distributing the indexing workload across a network of operators. This improves reliability and decentralization of the compressed NFT infrastructure that underpins millions of on-chain assets.

Mental model

Use the quick analogy first so the term is easier to reason about when you meet it in code, docs, or prompts.

Think of it as a building block that connects one definition to the larger Solana system around it.

Technical context

Place the term inside its Solana layer so the definition is easier to reason about.

Teams, protocols, tools, and the wider Solana product landscape.

Why builders care

Turn the term from vocabulary into something operational for product and engineering work.

This term unlocks adjacent concepts quickly, so it works best when you treat it as a junction instead of an isolated definition.

AI handoff

AI handoff

Use this compact block when you want to give an agent or assistant grounded context without dumping the entire page.

Metaplex Aura (metaplex-aura)
Category: Solana Ecosystem
Definition: A decentralized indexing and data availability network by Metaplex designed to index compressed digital assets (cNFTs, tokens) on Solana. Aura replaces centralized RPC providers for reading compressed asset data by distributing the indexing workload across a network of operators. This improves reliability and decentralization of the compressed NFT infrastructure that underpins millions of on-chain assets.
Related: Compressed NFT (cNFT), ZK Compression, Helius
Glossary Copilot

Ask grounded Solana questions without leaving the glossary.

Use glossary context, relationships, mental models, and builder paths to get structured answers instead of generic chat output.

Explain this code

Optional: paste Anchor, Solana, or Rust code so the Copilot can map primitives back to glossary terms.

Ask a glossary-grounded question

Ask a glossary-grounded question

The Copilot will answer using the current term, related concepts, mental models, and the surrounding glossary graph.

Concept graph

See the term as part of a network, not a dead-end definition.

These branches show which concepts this term touches directly and what sits one layer beyond them.

Branch

Compressed NFT (cNFT)

An NFT stored as a leaf in an on-chain Merkle tree via State Compression, reducing minting cost by ~1,000-5,000x. Only the tree root hash is stored on-chain; leaf data is indexed off-chain. A 1M cNFT collection costs ~50 SOL vs ~12,000 SOL for standard NFTs. Created via the Bubblegum program; transfers require Merkle proofs.

Branch

ZK Compression

ZK Compression, pioneered by Light Protocol, extends Solana's state compression model beyond NFTs to general-purpose compressed accounts by using zero-knowledge proofs (specifically Groth16 SNARKs verified via the alt_bn128 syscall) to prove the validity of state transitions without storing full account state on-chain. Compressed accounts live in on-chain Merkle trees but their data is reconstructed from the Solana ledger by indexers like Photon, enabling developers to build applications that use thousands of accounts at a fraction of the normal rent cost — often 1,000x to 5,000x cheaper than regular accounts. The protocol introduces compressed tokens, compressed PDAs, and a system of nullifiers to prevent double-spends while maintaining Solana's throughput.

Branch

Helius

A Solana-focused infrastructure provider offering dedicated RPC nodes, DAS API access, Geyser-based webhooks, the LaserStream ultra-low-latency streaming product, and enhanced transaction parsing APIs that decode raw instruction data into human-readable event objects. Helius is widely used by developers for its generous free tier, Solana-specific tooling (NFT APIs, token metadata enrichment), and reliable globally distributed RPC endpoints.

Next concepts to explore

Keep the learning chain moving instead of stopping at one definition.

These are the next concepts worth opening if you want this term to make more sense inside a real Solana workflow.

Token Ecosystem

Compressed NFT (cNFT)

An NFT stored as a leaf in an on-chain Merkle tree via State Compression, reducing minting cost by ~1,000-5,000x. Only the tree root hash is stored on-chain; leaf data is indexed off-chain. A 1M cNFT collection costs ~50 SOL vs ~12,000 SOL for standard NFTs. Created via the Bubblegum program; transfers require Merkle proofs.

ZK Compression

ZK Compression

ZK Compression, pioneered by Light Protocol, extends Solana's state compression model beyond NFTs to general-purpose compressed accounts by using zero-knowledge proofs (specifically Groth16 SNARKs verified via the alt_bn128 syscall) to prove the validity of state transitions without storing full account state on-chain. Compressed accounts live in on-chain Merkle trees but their data is reconstructed from the Solana ledger by indexers like Photon, enabling developers to build applications that use thousands of accounts at a fraction of the normal rent cost — often 1,000x to 5,000x cheaper than regular accounts. The protocol introduces compressed tokens, compressed PDAs, and a system of nullifiers to prevent double-spends while maintaining Solana's throughput.

Infrastructure

Helius

A Solana-focused infrastructure provider offering dedicated RPC nodes, DAS API access, Geyser-based webhooks, the LaserStream ultra-low-latency streaming product, and enhanced transaction parsing APIs that decode raw instruction data into human-readable event objects. Helius is widely used by developers for its generous free tier, Solana-specific tooling (NFT APIs, token metadata enrichment), and reliable globally distributed RPC endpoints.

Solana Ecosystem

Metaplex Foundation

The organization stewarding the Metaplex protocol, which provides the core NFT standard infrastructure on Solana. The foundation manages development and governance of Token Metadata, Candy Machine (NFT minting), Bubblegum (compressed NFTs), and Core (next-gen asset standard). Metaplex standards underpin virtually all NFT activity on Solana and the foundation oversees the MPLX governance token.

Commonly confused with

Terms nearby in vocabulary, acronym, or conceptual neighborhood.

These entries are easy to mix up when you are reading quickly, prompting an LLM, or onboarding into a new layer of Solana.

Solana Ecosystemmetaplex-foundation

Metaplex Foundation

The organization stewarding the Metaplex protocol, which provides the core NFT standard infrastructure on Solana. The foundation manages development and governance of Token Metadata, Candy Machine (NFT minting), Bubblegum (compressed NFTs), and Core (next-gen asset standard). Metaplex standards underpin virtually all NFT activity on Solana and the foundation oversees the MPLX governance token.

AliasMetaplex
Related terms

Follow the concepts that give this term its actual context.

Glossary entries become useful when they are connected. These links are the shortest path to adjacent ideas.

Token Ecosystemcompressed-nft

Compressed NFT (cNFT)

An NFT stored as a leaf in an on-chain Merkle tree via State Compression, reducing minting cost by ~1,000-5,000x. Only the tree root hash is stored on-chain; leaf data is indexed off-chain. A 1M cNFT collection costs ~50 SOL vs ~12,000 SOL for standard NFTs. Created via the Bubblegum program; transfers require Merkle proofs.

ZK Compressionzk-compression

ZK Compression

ZK Compression, pioneered by Light Protocol, extends Solana's state compression model beyond NFTs to general-purpose compressed accounts by using zero-knowledge proofs (specifically Groth16 SNARKs verified via the alt_bn128 syscall) to prove the validity of state transitions without storing full account state on-chain. Compressed accounts live in on-chain Merkle trees but their data is reconstructed from the Solana ledger by indexers like Photon, enabling developers to build applications that use thousands of accounts at a fraction of the normal rent cost — often 1,000x to 5,000x cheaper than regular accounts. The protocol introduces compressed tokens, compressed PDAs, and a system of nullifiers to prevent double-spends while maintaining Solana's throughput.

Infrastructurehelius

Helius

A Solana-focused infrastructure provider offering dedicated RPC nodes, DAS API access, Geyser-based webhooks, the LaserStream ultra-low-latency streaming product, and enhanced transaction parsing APIs that decode raw instruction data into human-readable event objects. Helius is widely used by developers for its generous free tier, Solana-specific tooling (NFT APIs, token metadata enrichment), and reliable globally distributed RPC endpoints.

More in category

Stay in the same layer and keep building context.

These entries live beside the current term and help the page feel like part of a larger knowledge graph instead of a dead end.

Solana Ecosystem

Phantom

The most popular Solana wallet, available as a browser extension and mobile app with multi-chain support (Solana, Ethereum, Polygon, Bitcoin). Phantom provides token swaps, NFT management, staking, and a built-in dApp browser. Known for its clean UX and rapid feature adoption, it has become the default entry point for most Solana users and consistently ranks among the top crypto wallets by active users.

Solana Ecosystem

Solflare

A Solana-native wallet offering browser extension, mobile, and web interfaces with deep staking integration, hardware wallet support (Ledger), and a built-in dApp browser. Solflare was one of the first Solana wallets and provides advanced features like stake account management, token metadata display, and priority fee controls. It supports the Solana Wallet Standard for seamless dApp connectivity.

Solana Ecosystem

Backpack Wallet

A multi-chain wallet developed by Coral (the team behind xNFT protocol) that combines MPC and self-custody models. Backpack pioneered executable NFTs (xNFTs) that embed full applications inside NFTs, enabling a decentralized app store experience within the wallet. It supports Solana, Ethereum, and other chains with a focus on developer extensibility and programmable wallet experiences.

Solana Ecosystem

Backpack Exchange

A regulated cryptocurrency exchange built by the same team behind Backpack Wallet (Coral). Licensed in multiple jurisdictions, it offers spot and perpetual futures trading with a focus on the Solana ecosystem. Backpack Exchange integrates tightly with the Backpack Wallet for seamless fund transfers and aims to bridge the gap between centralized exchange liquidity and self-custodial wallet experiences.