Soladex
Projects
Glossary
Solana Glossary
Navigating Solana can feel overwhelming when every concept comes wrapped in unfamiliar terminology. This glossary cuts through the noise. You'll find clear, jargon-free definitions of the key terms that shape the Solana ecosystem, from foundational ideas about how the network processes transactions to the innovations driving real-world adoption. Whether you're just getting started or looking to deepen your understanding, these definitions give you the confidence to explore Solana on your own terms.
All
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
A
Alpenglow
A major protocol upgrade that reduces transaction finality from 12.8 seconds to 100-150 milliseconds by completely replacing Solana's consensus mechanism while the network continues operating.
All
Application-Controlled Execution (ACE)
A proposed capability giving individual apps millisecond-level control over the ordering of transactions that touch their own state, letting an exchange or game define its own sequencing rules instead of leaving ordering entirely to validators.
All
Agave
The primary Solana validator client maintained by Anza, forked from the original Solana Labs codebase and now serving as the reference implementation that most of the network runs on today.
All
Account
The fundamental storage unit on Solana that holds tokens, data, or program code, where everything on the network, from your wallet balance to a DeFi protocol's state, lives inside an account with a unique address.
All
Anza
The development firm spun out of Solana Labs that maintains the Agave validator client, contributes to core protocol upgrades like Token Extensions, and supports other client teams to advance the broader SVM ecosystem.
All
Address Lookup Table
An on-chain table that stores frequently used addresses so transactions can reference them with a compact index instead of a full 32-byte address, letting complex transactions pack in far more accounts under the size limit.
All
Anchor Framework
The most popular development framework for Solana programs, providing Rust macros, built-in security checks, and auto-generated interfaces that strip away boilerplate and help developers ship secure code dramatically faster.
All
B
Block Assembly Marketplace (BAM)
A transaction sequencing system built by Jito that uses secure hardware enclaves to order transactions privately and verifiably, giving traders protection from front-running while letting apps customize how their transactions get scheduled.
All
Base Fee / Priority Fee
The two parts of a Solana transaction cost: a fixed base fee of 5,000 lamports per signature (~$0.001) plus an optional priority fee that bids for faster inclusion when block space gets competitive.
All
Block Engine / Relayer
The two core pieces of Jito's infrastructure, where the relayer filters and forwards incoming transactions while the block engine runs off-chain auctions to simulate and select the most profitable transaction bundles for leaders.
All
sBPF
Solana's custom version of the Berkeley Packet Filter bytecode format that all programs compile down to, chosen for its speed, security sandboxing, and ability to verify code efficiently before execution.
All
BPF Loader
The special native program responsible for deploying, upgrading, and executing all programs on Solana, acting as the gatekeeper that loads compiled bytecode on-chain and marks it executable.
All
C
Cluster
A group of validators working together to run a single Solana network, such as Mainnet Beta, Testnet, or Devnet, each maintaining its own independent ledger and processing its own transactions.
All
Commitment Levels
The three confidence tiers (processed, confirmed, and finalized) that apps and wallets can choose from when checking transaction status, letting developers balance speed against certainty for each use case.
All
Client Diversity
The practice of running multiple independent validator software implementations, like Agave and Firedancer, so a bug in one client can't crash the entire network, making Solana one of the few chains beyond Ethereum pursuing this seriously.
All
Commission
The percentage cut a validator takes from staking rewards before passing the rest to delegators, typically ranging from 0% to 10%, and a key factor to compare when choosing where to stake your SOL.
All
Cross-Program Invocation (CPI)
The mechanism letting one program call another mid-transaction, like a DEX invoking the token program to move funds, which powers the deep composability that lets Solana apps snap together like Lego bricks.
All
Compute Unit (CU)
The measure of computational work a transaction consumes, capped at 1.4 million per transaction and 48 million per block, which determines both whether your transaction fits and how much priority fee you'll pay.
All
CLI
The Solana command-line interface, the essential toolkit for developers and validators to create wallets, deploy programs, manage stake, and interact with any cluster directly from the terminal.
All
D
DoubleZero (2Z)
A dedicated fiber-optic network built specifically for high-performance blockchains, giving Solana validators a private highway for data that bypasses the congested public internet to deliver higher bandwidth and lower latency.
All
Delegation
The process of assigning your SOL to a validator to earn staking rewards without giving up ownership, where your tokens boost that validator's voting power while remaining fully under your control.
All
Delinquent Validator
A validator that has stopped voting on recent blocks, whether from downtime or misconfiguration, earning no rewards for its delegators until it comes back online and catches up with the network.
All
Devnet Airdrop
Free test SOL that developers can request on Solana's development network to experiment with programs and transactions, carrying zero real-world value and available through a simple CLI command or faucet.
All
E
Epoch
A roughly 2 day period where validators have predetermined schedules for block production and stake changes take effect.
All
F
Finality
The point at which a block becomes permanently locked into the blockchain and can never be reversed, which Solana reaches in seconds once a supermajority of staked validators has voted on and rooted the block.
All
Fork Choice
The rule validators follow to pick the correct chain when temporary forks appear, always favoring the "heaviest" fork backed by the most stake-weighted votes so the network quickly converges on a single version of history.
All
Firedancer
A complete rewrite of the Solana validator client in C by Jump Crypto, engineered for extreme performance with demos exceeding 1 million TPS, and designed to strengthen the network by eliminating reliance on a single codebase.
All
G
Gulf Stream
Solana's mempool-less transaction forwarding system that sends transactions directly to upcoming leaders before their turn arrives, letting validators start working ahead of time and cutting confirmation delays that plague other blockchains.
All
Gossip
The peer-to-peer communication layer where validators continuously share network information like contact details, vote records, and node health, keeping every participant synchronized without a central coordinator.
All
Geyser
A plugin interface that streams live account updates, transactions, and block data directly out of a validator, letting indexers and apps access real-time chain data without hammering RPC nodes with requests.
All
H
No items found.
I
Instruction
The basic action unit inside a transaction, specifying which program to call, which accounts it touches, and what data to pass, where a single transaction can chain multiple instructions that succeed or fail together.
All
Inflation Schedule
Solana's programmed token issuance that started at 8% annual inflation and decreases 15% each year until settling at a permanent 1.5%, with the new SOL flowing to validators and stakers as rewards.
All
IDL
Interface Definition Language, a JSON file describing a program's instructions, accounts, and data types, auto-generated by Anchor, which lets front-ends and explorers interact with programs without reading their source code.
All
J
Jito-Solana
A modified version of Solana's validator software that adds MEV extraction capabilities, allowing validators to earn 15-30% more through off-chain auctions where searchers bid for transaction bundle prioritization.
All
Jito Bundle
A group of up to five transactions submitted together through Jito's infrastructure that execute atomically and in exact order, or not at all, giving traders guaranteed sequencing for strategies like arbitrage.
All
K
No items found.
L
Leader rotation
A scheduled system where validators take turns producing blocks based on their staked SOL amount, with each validator getting roughly four slots (about 1.6 seconds) before rotating to the next validator.
All
Liquid Staking Token (LST)
Lets you earn staking rewards while maintaining liquidity through tradeable tokens that can be used as collateral or in DeFi protocols without the typical staking lockup period
All
Local Fee Markets
Solana's isolated fee system where congestion in one app raises priority fees only for accounts that app touches, so a hot token launch can't inflate costs for your unrelated USDC transfer.
All
Lamport
The smallest unit of SOL, equal to 0.000000001 SOL and named after computer scientist Leslie Lamport, playing the same role for Solana that satoshis play for Bitcoin.
All
M
MEV
The extra profit validators and searchers make by strategically reordering, including, or excluding transactions when building blocks, which on Solana is less predictable due to the lack of a public mempool but remains highly lucrative.
All
Multiple Concurrent Leaders (MCP)
A proposed upgrade allowing several validators to produce blocks at the same time instead of one leader per slot, designed to boost censorship resistance and push Solana's throughput and latency closer to physical network limits.
All
Mint Account
The master account defining a token on Solana, storing its total supply, decimal places, and controlling authorities, where every SPL token from USDC to BONK traces back to exactly one mint account.
All
Metaplex Token Metadata
The standard program that attaches names, symbols, images, and attributes to Solana tokens, giving wallets and marketplaces a universal way to display rich information about any digital asset.
All
Mint Authority
The keypair with power to create new units of a token, which projects typically revoke after launch to guarantee a fixed supply, making its status one of the first things to verify before buying any token.
All
N
Nonce
A durable, on-chain alternative to Solana's normal recent-blockhash system, letting you sign a transaction now and submit it much later without expiration, which is essential for offline signing and multisig workflows.
All
Nakamoto Coefficient
The minimum number of validators that would need to collude to halt the network, sitting around 20 for Solana, serving as a headline measure of how decentralized a blockchain actually is.
All
NFT Standard
The set of Metaplex-defined rules governing how unique digital assets are created and managed on Solana, built as a mint account with zero decimals and a supply of one, plus attached metadata.
All
O
No items found.
P
Proof of History (POH)
Solana's cryptographic clock that timestamps events in an unbreakable sequence, eliminating the need for validators to constantly communicate about transaction timing and enabling thousands of transactions per second.
All
Program
Solana's term for a smart contract, which is executable code stored on-chain that processes instructions and modifies accounts, but unlike Ethereum contracts, holds no state itself and can be written in Rust, C, or C++.
All
Program Derived Address (PDA)
A special account address generated from a program's ID and chosen seeds rather than a private key, letting programs own and sign for accounts programmatically, which powers everything from escrow vaults to user profiles.
All
Q
No items found.
R
RPC Node
A bridge that lets apps communicate with the Solana blockchain through a simple API to check balances, fetch transaction history, and submit transactions without running their own validator node.
All
Rent
The small SOL deposit required to store data on-chain, calculated by account size, which is fully refundable when you close the account, so accounts holding two years' worth of rent are exempt from ongoing charges.
All
Restaking
The practice of putting already-staked SOL or liquid staking tokens to work securing additional services beyond the main network, earning extra yield through platforms like Jito's restaking vaults and Solayer.
All
S
Solana Virtual Machine
The engine that runs all programs and processes transactions on Solana, capable of executing thousands of simultaneous transactions across multiple CPU cores for ultra-low fees.
All
Sealevel
A parallel smart contract runtime that processes thousands of transactions simultaneously across multiple CPU cores, enabling Solana to achieve 3,000+ TPS with sub-penny fees by running non-interfering transactions concurrently.
All
Stake/Staking
Earn around 7% annual rewards by delegating SOL tokens to validators, either through direct wallet staking (which locks tokens) or liquid staking protocols that provide tradeable tokens for DeFi use while maintaining rewards.
All
SPL Token
Solana's equivalent to ERC-20 tokens, offering a standard way to create and manage digital assets with lightning-fast processing and ultra-low fees, ideal for DeFi protocols and gaming applications requiring high transaction volumes.
All
Slot
The roughly 400-millisecond window in which a designated leader validator can produce a block, serving as Solana's basic unit of time with about 216,000 slots making up each two-day epoch.
All
Shred
The smallest fragment of a block, created when Turbine slices block data into bite-sized packets for fast network transmission, which validators collect and reassemble to reconstruct the full block.
All
Slashing
The penalty mechanism that can destroy a portion of a validator's staked SOL for provably malicious behavior like signing two conflicting blocks, protecting the network by making attacks financially painful.
All
Shred
The smallest fragment of a block, produced when Turbine slices block data into tiny packets for rapid transmission, which validators gather and stitch back together to rebuild the complete block.
All
Signer
Any account that must approve a transaction with its private key before execution, proving authorization for actions like spending tokens or modifying account data.
All
Snapshot
A compressed capture of the network's entire account state at a specific slot, letting new or restarting validators sync to the current chain in minutes instead of replaying the full transaction history.
All
Stake Account
A dedicated on-chain account that holds your delegated SOL separately from your wallet, tracking which validator you've chosen, your activation status, and accumulated rewards, with support for lockups and split authorities.
All
Sandwich Attack
A predatory trading tactic where a bot spots your pending swap, buys just before it to push the price up, then sells right after, pocketing profit skimmed directly from your worse execution price.
All
Searcher
A trader or bot that hunts for profit opportunities like arbitrage and liquidations, then bids through systems like Jito to get their transaction bundles placed in the optimal position within a block.
All
State Compression
A cost-saving technique that stores only a Merkle tree fingerprint of data on-chain while keeping the full data in the cheaper ledger space, slashing storage costs by orders of magnitude for large-scale asset minting.
All
SWQoS
Stake-Weighted Quality of Service, the traffic prioritization system that allocates a leader's inbound bandwidth proportionally to stake, so transactions forwarded through high-stake validators get more reliable delivery during congestion.
All
Sysvar
A set of special read-only accounts exposing network state like the current slot, epoch schedule, and rent rates, giving programs a built-in way to check cluster information without external data feeds.
All
SIMD
Solana Improvement Documents, the formal proposal process for protocol changes where anyone can submit design specs for community review, covering everything from fee reforms to consensus upgrades.
All
T
Tower BFT
Solana's consensus mechanism that combines Byzantine Fault Tolerance with Proof-of-History, where validator votes "stack up" over time with increasing commitment periods to prevent flip-flopping and ensure quick network agreement.
All
Token2022
Solana's upgraded token standard that builds compliance features like transfer restrictions, KYC requirements, and automatic fees directly into tokens without complex smart contracts, enabling regulatory compliance with blockchain efficiency.
All
Turbine
Solana's block propagation protocol that breaks blocks into small packets and spreads them through layered groups of validators, similar to how BitTorrent shares files, allowing huge amounts of data to reach thousands of nodes in a fraction of a second.
All
Token Extensions
The upgraded token standard built into Solana's protocol layer that adds configurable features like transfer fees, confidential transfers, and transfer hooks, which unlocked institutional use cases like PayPal's PYUSD.
All
Transaction Landing
The art and challenge of getting your transaction successfully included in a block, influenced by priority fees, RPC quality, and network congestion, and a key metric traders obsess over during volatile markets.
All
U
Upgrade Authority
The keypair with power to modify a deployed program's code, which teams often transfer to a multisig or burn entirely to make the program immutable, and a key detail to check when assessing a protocol's trust assumptions.
All
V
Validator
Specialized servers that process transactions, create blocks, and maintain network consensus by staking SOL as collateral, earning 7-9% annual rewards for securing the blockchain.
All
Vote Account
The on-chain account each validator uses to cast consensus votes and collect delegated stake, tracking its voting history, commission rate, and rewards so delegators can judge performance before staking their SOL.
All
Validator Admission Ticket (VAT)
A proposed economic model where validators pay a flat recurring fee in SOL to participate in consensus, replacing today's per-vote transaction fees with a simpler, predictable cost of doing business.
All
Vote Credit
The reward-tracking point a validator earns for each successful, timely vote on a block, which the network tallies at the end of every epoch to calculate how much staking reward that validator and its delegators receive.
All
Verifiable Build
A process proving that a program's on-chain bytecode exactly matches its published source code, letting anyone confirm a protocol actually runs the code its developers claim, without trusting them blindly.
All
W
Web3.js
The primary JavaScript library for building on Solana, giving web developers tools to create transactions, query accounts, and connect wallets, and serving as the foundation for most Solana front-ends.
All
Wrapped SOL
Native SOL packaged into a standard SPL token account so it can plug into DeFi protocols that expect token interfaces, easily unwrapped back to regular SOL by closing the account.
All
X
XDP Networking
A high-performance Linux kernel technique used by Firedancer that processes network packets before they reach the operating system's normal networking stack, dramatically boosting how fast a validator can ingest data.
All
Y
No items found.
Z
ZK Compression
A technology from Light Protocol and Helius that combines zero-knowledge proofs with compressed state, cutting account storage costs by up to 1000x while keeping full security, so apps can create millions of accounts affordably.
All
Stay Updated - Follow us on X
Project review threads, dApp insights, announcements, news, and more.
Follow Now