Solana · Reference

Glossary

Precise definitions for protocols, markets, wallets, and technical Solana concepts.

40 terms · 8 fields

01

Solana Core Concepts

Technical foundations, token standards, and program mechanics.

12 terms

BAM (Block Assembly Marketplace)

Jito's layer for programmable block construction on Solana: transactions are processed in trusted execution environments, the ordering is cryptographically verifiable.

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.

02

Token Security and Risk

Extensions, authorities, and forensic patterns for Solana tokens.

9 terms

03

DeFi Terms

Yield, liquidity, and decentralized finance mechanics on Solana.

6 terms

04

Wallets and Custody

Key management, wallet types, and security patterns.

2 terms

05

Staking

Validator stake, delegations, and reward mechanics.

2 terms

06

NFTs

Token standards, marketplaces, and compressed NFT concepts.

1 terms

07

Trading and Markets

Order book mechanics, DEX patterns, and MEV.

6 terms

08

Blockchain Fundamentals

Cross-chain concepts and general blockchain mechanics.

2 terms