Ecosistema de Tokens

Utility NFT

An NFT that provides functional benefits beyond collectible value, such as access passes, membership tokens, in-game items, or governance rights. On Solana, utility NFTs are used for event tickets (Underdog), gaming assets (Star Atlas ships), DAO membership (MonkeDAO), and DeFi position receipts (Meteora LP positions).

IDutility-nft

Lectura rápida

Empieza por la explicación más corta y útil antes de profundizar.

An NFT that provides functional benefits beyond collectible value, such as access passes, membership tokens, in-game items, or governance rights. On Solana, utility NFTs are used for event tickets (Underdog), gaming assets (Star Atlas ships), DAO membership (MonkeDAO), and DeFi position receipts (Meteora LP positions).

Modelo mental

Usa primero la analogía corta para razonar mejor sobre el término cuando aparezca en código, docs o prompts.

Piensa en esto como un bloque de construcción que conecta una definición aislada con el sistema mayor donde vive.

Contexto técnico

Ubica el término dentro de la capa de Solana en la que vive para razonar mejor sobre él.

Activos SPL, estándares de token, metadatos y primitivas NFT.

Por qué le importa a un builder

Convierte el término de vocabulario en algo operacional para producto e ingeniería.

Este término desbloquea conceptos adyacentes rápido, así que funciona mejor cuando lo tratas como un punto de conexión y no como una definición aislada.

Handoff para IA

Handoff para IA

Usa este bloque compacto cuando quieras dar contexto sólido a un agente o asistente sin volcar toda la página.

Utility NFT (utility-nft)
Categoría: Ecosistema de Tokens
Definición: An NFT that provides functional benefits beyond collectible value, such as access passes, membership tokens, in-game items, or governance rights. On Solana, utility NFTs are used for event tickets (Underdog), gaming assets (Star Atlas ships), DAO membership (MonkeDAO), and DeFi position receipts (Meteora LP positions).
Relacionados: NFT (Token No Fungible), Programmable NFT (pNFT), Token Gating
Glossary Copilot

Haz preguntas de Solana con contexto aterrizado sin salir del glosario.

Usa contexto del glosario, relaciones entre términos, modelos mentales y builder paths para recibir respuestas estructuradas en vez de output genérico.

Abrir workspace completa del Copilot
Explicar este código

Opcional: pega código Anchor, Solana o Rust para que el Copilot mapee primitivas de vuelta al glosario.

Haz una pregunta aterrizada en el glosario

Haz una pregunta aterrizada en el glosario

El Copilot responderá usando el término actual, conceptos relacionados, modelos mentales y el grafo alrededor del glosario.

Grafo conceptual

Ve el término como parte de una red, no como una definición aislada.

Estas ramas muestran qué conceptos toca este término directamente y qué existe una capa más allá de ellos.

Rama

NFT (Token No Fungible)

A non-fungible token on Solana—an SPL token with 0 decimals, supply of 1, and revoked mint authority. The NFT's metadata (image, attributes) is stored off-chain (Arweave/IPFS) linked via the Metaplex metadata account's URI field. NFTs can be standard, compressed (cNFT), programmable (pNFT), or Core assets, each with different trade-offs.

Rama

Programmable NFT (pNFT)

A Metaplex NFT type (pNFT) that enforces creator-defined rules on transfers using an on-chain authorization rules engine. pNFTs always require the token record (state PDA) and must go through the Metaplex program for transfers, enabling royalty enforcement. Transfer rules are defined in a RuleSet account that can allow/deny based on program IDs, collections, or custom logic.

Rama

Token Gating

Restricting access to content, features, communities, or experiences based on ownership of specific tokens or NFTs. A dApp or website verifies the user's wallet holds a qualifying token before granting access. On Solana, token gating is implemented by reading token accounts or checking NFT collection membership. Common uses include Discord server access, exclusive content, early feature access, and real-world event entry.

Siguientes conceptos para explorar

Mantén la cadena de aprendizaje en movimiento en lugar de parar en una sola definición.

Estos son los siguientes conceptos que vale la pena abrir si quieres que este término tenga más sentido dentro de un workflow real de Solana.

Ecosistema de Tokens

NFT (Token No Fungible)

A non-fungible token on Solana—an SPL token with 0 decimals, supply of 1, and revoked mint authority. The NFT's metadata (image, attributes) is stored off-chain (Arweave/IPFS) linked via the Metaplex metadata account's URI field. NFTs can be standard, compressed (cNFT), programmable (pNFT), or Core assets, each with different trade-offs.

Ecosistema de Tokens

Programmable NFT (pNFT)

A Metaplex NFT type (pNFT) that enforces creator-defined rules on transfers using an on-chain authorization rules engine. pNFTs always require the token record (state PDA) and must go through the Metaplex program for transfers, enabling royalty enforcement. Transfer rules are defined in a RuleSet account that can allow/deny based on program IDs, collections, or custom logic.

Ecosistema de Tokens

Token Gating

Restricting access to content, features, communities, or experiences based on ownership of specific tokens or NFTs. A dApp or website verifies the user's wallet holds a qualifying token before granting access. On Solana, token gating is implemented by reading token accounts or checking NFT collection membership. Common uses include Discord server access, exclusive content, early feature access, and real-world event entry.

Ecosistema de Tokens

Verified Creator

A flag in Metaplex NFT metadata indicating that a listed creator has cryptographically signed the metadata, confirming their association with the NFT. Each creator entry includes an address, share (royalty split percentage), and verified boolean. Unverified creators can be listed by anyone, but only the creator themselves can set verified to true via the Verify instruction. Marketplaces use verification to prevent impersonation.

Comúnmente confundido con

Términos cercanos en vocabulario, acrónimo o vecindad conceptual.

Estas entradas son fáciles de mezclar cuando lees rápido, haces prompting a un LLM o estás entrando en una nueva capa de Solana.

Ecosistema de Tokensnft

NFT (Token No Fungible)

A non-fungible token on Solana—an SPL token with 0 decimals, supply of 1, and revoked mint authority. The NFT's metadata (image, attributes) is stored off-chain (Arweave/IPFS) linked via the Metaplex metadata account's URI field. NFTs can be standard, compressed (cNFT), programmable (pNFT), or Core assets, each with different trade-offs.

AliasNFT
Ecosistema de Tokensdynamic-nft

Dynamic NFT (dNFT)

An NFT whose metadata, image, or attributes can change based on on-chain events, oracle data, or program logic. Unlike static NFTs with fixed metadata, dynamic NFTs evolve over time—a gaming character gaining experience, artwork changing with seasons, or stats updating from real-world data. On Solana, Metaplex Core's plugin system and Token-2022 metadata extension facilitate dynamic NFT implementations.

AliasdNFT
Ecosistema de Tokenscore-nft

Metaplex Core NFT

Metaplex's latest NFT standard (mpl-core) that uses a single account per asset instead of multiple accounts (mint + metadata + master edition + token account). Core NFTs are cheaper to mint (~0.003 SOL), have built-in plugin support (royalties, freeze, attributes, app data), and native collection-level operations. Designed to replace the legacy Token Metadata standard.

AliasCore AssetAliasmpl-core
Términos relacionados

Sigue los conceptos que realmente le dan contexto a este término.

Las entradas del glosario se vuelven útiles cuando están conectadas. Estos enlaces son el camino más corto hacia ideas adyacentes.

Ecosistema de Tokensnft

NFT (Token No Fungible)

A non-fungible token on Solana—an SPL token with 0 decimals, supply of 1, and revoked mint authority. The NFT's metadata (image, attributes) is stored off-chain (Arweave/IPFS) linked via the Metaplex metadata account's URI field. NFTs can be standard, compressed (cNFT), programmable (pNFT), or Core assets, each with different trade-offs.

Ecosistema de Tokensprogrammable-nft

Programmable NFT (pNFT)

A Metaplex NFT type (pNFT) that enforces creator-defined rules on transfers using an on-chain authorization rules engine. pNFTs always require the token record (state PDA) and must go through the Metaplex program for transfers, enabling royalty enforcement. Transfer rules are defined in a RuleSet account that can allow/deny based on program IDs, collections, or custom logic.

Ecosistema de Tokenstoken-gating

Token Gating

Restricting access to content, features, communities, or experiences based on ownership of specific tokens or NFTs. A dApp or website verifies the user's wallet holds a qualifying token before granting access. On Solana, token gating is implemented by reading token accounts or checking NFT collection membership. Common uses include Discord server access, exclusive content, early feature access, and real-world event entry.

Más en la categoría

Quédate en la misma capa y sigue construyendo contexto.

Estas entradas viven junto al término actual y ayudan a que la página se sienta parte de un grafo de conocimiento más amplio en lugar de un callejón sin salida.

Ecosistema de Tokens

Programa SPL Token

The original Solana Program Library token program (TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA) that implements fungible and non-fungible token operations. It manages mints (token definitions) and token accounts (balances). Core instructions include InitializeMint, MintTo, Transfer, Burn, Approve (delegation), and Revoke. All SPL tokens on mainnet before Token-2022 use this program.

Ecosistema de Tokens

Solana Program Library (SPL)

Solana Program Library—a collection of on-chain programs and client libraries maintained by Solana Labs. Key SPL programs include Token, Token-2022, Associated Token Account, Memo, Name Service, Stake Pool, and Account Compression. SPL programs are deployed to well-known addresses and serve as the standard building blocks for Solana applications.

Ecosistema de Tokens

Token-2022 (Extensiones de Token)

The next-generation token program (TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb) that extends SPL Token with configurable extensions. Extensions include transfer fees, confidential transfers, transfer hooks, permanent delegate, non-transferable tokens, interest-bearing tokens, metadata, and more. Token-2022 is backwards-compatible with SPL Token for basic operations.

Ecosistema de Tokens

Mint

An on-chain account defining a token type. A mint specifies: supply (total minted), decimals (0 for NFTs, 6 for USDC, 9 for most tokens), mint authority (who can mint), and optional freeze authority. Each unique token (USDC, JitoSOL, etc.) has exactly one mint account. Mint address serves as the token's unique identifier.