Glossary

Solana terms explained simply

36 terms · 8 clusters

Solana Core Concepts

· 11

Technical foundations, token standards, and program mechanics.

Bundler

A tool or actor that bundles multiple transactions into one block — e.g. to make many wallets buy simultaneously at a token launch.

Compute Unit (CU)

Solana's unit of program execution cost. Every instruction consumes CUs, every block has a CU limit. Priority fees scale with fee-per-CU.

CPI (Cross-Program Invocation)

Mechanism that lets one Solana program call another. The foundation of nearly every DeFi operation — limited to four nested levels.

NonTransferable (Soulbound Token)

Token-2022 extension that fully blocks transfers — the token can only be held, burned, and the account closed. Soulbound on Solana.

P-Token

Anza's Pinocchio-based rewrite of the classic SPL Token program — same program ID, 95 to 98 percent fewer compute units per operation.

Pinocchio

Anza's Rust library for Solana programs — no_std, zero-copy, significantly more compute-efficient than the classic solana-program crate. The basis of P-Token.

Proof of History (PoH)

A cryptographic timing mechanism that gives transactions a verifiable order — Solana's core innovation for high speed.

SIMD (Solana Improvement Document)

Solana's formal proposal process for protocol changes. Analogous to Ethereum's EIPs. Examples: SIMD-0266 P-Token, SIMD-228 inflation, SIMD-0096 stake mechanics.

Token Metadata (Token-2022)

Token-2022 extension that stores name, symbol, URI, and custom fields directly in the mint — no separate Metaplex account needed.

Token-2022

Solana's second token standard with over 20 optional extensions for compliance, UX, and programmable money — the foundation for PYUSD, USDG, and EURC.

Wallet Cluster

A group of wallets that, per on-chain traces, is likely controlled by the same person or group — identifiable through funding and interaction patterns.

Token Security and Risk

· 8

Extensions, authorities, and forensic patterns for Solana tokens.

DeFi Terms

· 5

Decentralized finance mechanics on Solana — yield, liquidity, and token models.

Wallets and Custody

· 2

Key management, wallet types, and security patterns.

Staking

· 2

Validator stake, delegations, and reward mechanics.

NFTs

· 1

Token standards, marketplaces, and compressed NFT concepts.

Trading and Markets

· 5

Order book mechanics, DEX patterns, and MEV.

Blockchain Fundamentals

· 2

Cross-chain concepts and general blockchain mechanics.