Token Ecosystem

Seller Fee Basis Points

A field in Metaplex NFT metadata that specifies the creator royalty percentage on secondary sales, denominated in basis points (100 = 1%). For example, 500 means a 5% royalty split among the creators array according to their share percentages. Enforcement varies by marketplace—some honor royalties voluntarily, while programmable NFTs (pNFTs) enforce them at the protocol level.

IDseller-fee-basis-points

Plain meaning

Start with the shortest useful explanation before going deeper.

A field in Metaplex NFT metadata that specifies the creator royalty percentage on secondary sales, denominated in basis points (100 = 1%). For example, 500 means a 5% royalty split among the creators array according to their share percentages. Enforcement varies by marketplace—some honor royalties voluntarily, while programmable NFTs (pNFTs) enforce them at the protocol level.

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.

SPL assets, token standards, metadata, and NFT primitives.

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.

Seller Fee Basis Points (seller-fee-basis-points)
Category: Token Ecosystem
Definition: A field in Metaplex NFT metadata that specifies the creator royalty percentage on secondary sales, denominated in basis points (100 = 1%). For example, 500 means a 5% royalty split among the creators array according to their share percentages. Enforcement varies by marketplace—some honor royalties voluntarily, while programmable NFTs (pNFTs) enforce them at the protocol level.
Related: Metaplex Token Metadata, Royalty Enforcement, Programmable NFT (pNFT)
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

Metaplex Token Metadata

The Metaplex Token Metadata program (metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) that attaches rich metadata to any SPL token or NFT. It creates a PDA-derived metadata account storing: name, symbol, URI (pointing to off-chain JSON), creators array, seller fee basis points, and collection info. The de facto standard for NFT metadata on Solana.

Branch

Royalty Enforcement

Mechanisms that ensure NFT creators receive their specified royalty percentage on secondary sales. After marketplaces began allowing royalty-optional trading in 2022-2023, Metaplex introduced programmable NFTs (pNFTs) with on-chain transfer rules that enforce royalty payments. Alternative approaches include economic incentives (rewarding royalty-paying holders) and social pressure. Royalty enforcement remains a debated topic in the NFT ecosystem.

Branch

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.

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

Metaplex Token Metadata

The Metaplex Token Metadata program (metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) that attaches rich metadata to any SPL token or NFT. It creates a PDA-derived metadata account storing: name, symbol, URI (pointing to off-chain JSON), creators array, seller fee basis points, and collection info. The de facto standard for NFT metadata on Solana.

Token Ecosystem

Royalty Enforcement

Mechanisms that ensure NFT creators receive their specified royalty percentage on secondary sales. After marketplaces began allowing royalty-optional trading in 2022-2023, Metaplex introduced programmable NFTs (pNFTs) with on-chain transfer rules that enforce royalty payments. Alternative approaches include economic incentives (rewarding royalty-paying holders) and social pressure. Royalty enforcement remains a debated topic in the NFT ecosystem.

Token Ecosystem

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.

Token Ecosystem

SFT (Semi-Fungible Token)

A token type that combines properties of fungible and non-fungible tokens—multiple identical copies exist (like fungible tokens) but they represent a specific asset class (like NFTs). On Solana, SFTs are SPL tokens with 0 decimals but supply greater than 1, with Metaplex metadata attached. Use cases include event tickets, game items with limited editions, and redeemable vouchers.

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.

Token Ecosystemtransfer-fee

Transfer Fee Extension

A Token-2022 extension that automatically withholds a percentage of every transfer as a fee. The fee (basis points + max fee) is configured on the mint by the transfer fee authority. Withheld fees accumulate in recipient token accounts and can be harvested by the withdraw authority. Enables on-chain royalties for fungible tokens.

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 Ecosystemmetaplex-metadata

Metaplex Token Metadata

The Metaplex Token Metadata program (metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) that attaches rich metadata to any SPL token or NFT. It creates a PDA-derived metadata account storing: name, symbol, URI (pointing to off-chain JSON), creators array, seller fee basis points, and collection info. The de facto standard for NFT metadata on Solana.

Token Ecosystemroyalty-enforcement

Royalty Enforcement

Mechanisms that ensure NFT creators receive their specified royalty percentage on secondary sales. After marketplaces began allowing royalty-optional trading in 2022-2023, Metaplex introduced programmable NFTs (pNFTs) with on-chain transfer rules that enforce royalty payments. Alternative approaches include economic incentives (rewarding royalty-paying holders) and social pressure. Royalty enforcement remains a debated topic in the NFT ecosystem.

Token Ecosystemprogrammable-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.

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.

Token Ecosystem

SPL Token Program

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.

Token Ecosystem

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.

Token Ecosystem

Token-2022 (Token Extensions)

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.

Token Ecosystem

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.