Solana has rapidly become one of the most prominent blockchains, known for its high-speed transactions and low fees. Whether you’re a beginner or an experienced trader, understanding the essential terms in the Solana ecosystem is crucial. This glossary covers 100 key terms to help you navigate the world of Solana and maximize your trading experience. Bookmark this list as your go-to resource!
Contents
Solana Basics
- Solana (SOL): The native cryptocurrency of the Solana blockchain.
- TPS (Transactions Per Second): The number of transactions the network can process in a second. Solana boasts 65,000+ TPS.
- Proof-of-History (PoH): A cryptographic clock that helps Solana achieve faster transaction speeds.
- Validator: A node that helps secure the network by processing transactions and earning rewards.
- RPC Node: A server that connects users and applications to the Solana blockchain.
- Lamports: The smallest unit of SOL (1 SOL = 1 billion lamports).
- Smart Contract: Self-executing contracts with rules embedded in the blockchain.
- Gas Fees: Transaction fees paid to validators for processing transactions.
- Epoch: A fixed period (~2-3 days) in which staking rewards are distributed.
- Staking: Locking SOL to support the network and earn passive rewards.
- Delegator: A user who stakes SOL with a validator to earn staking rewards.
- Inflation Rate: The annual increase in SOL supply, affecting staking rewards.
- Native Token: A cryptocurrency built directly on a blockchain (e.g., SOL on Solana).
- Cluster: A set of validators working together to maintain the Solana network.
- Wallet: A digital tool for storing and managing SOL and other tokens.
- Epoch Schedule: A timeline that defines when staking rewards and validator duties change.
- Fee Market: A dynamic system where users pay higher fees for faster transaction processing.
- Finality: The point where a transaction is considered irreversible.
- Slot Time: The time taken to produce a single block in the Solana network.
- Transaction Signing: The process of cryptographically verifying and approving a transaction.
Trading & DeFi Terms
- AMM: A decentralized protocol enabling token swaps without order books.
- Liquidity Pool: A pool of funds that allows decentralized trading on AMMs.
- DEX: A platform for trading cryptocurrencies without intermediaries.
- Slippage: The difference between the expected and actual execution price of a trade.
- Impermanent Loss: A loss incurred when providing liquidity to an AMM.
- TVL: The total funds deposited in a DeFi protocol.
- Yield Farming: Earning rewards by providing liquidity or staking assets.
- APY: The annual return from staking/farming.
- LP Tokens: Tokens representing liquidity provided to a DEX.
- Bridging: Moving assets between blockchains.
- Limit Order: A trade order to buy/sell at a specific price.
- Market Order: A trade executed immediately at the current market price.
- Liquidation: The forced sale of assets due to insufficient collateral in margin trading.
- Leverage: Borrowing funds to amplify trading positions.
- Stablecoin: A cryptocurrency pegged to a stable asset.
- CEX: A cryptocurrency exchange managed by a company.
- Airdrop: Free token distribution, often used as a promotional strategy.
- IDO: A fundraising where tokens are sold on a DEX.
- MEV (Maximal Extractable Value): The profit validators can earn by reordering transactions.
- Front-running: Exploiting transaction visibility to execute trades ahead of others.
- Arbitrage: Profiting from price differences.
- Flash Loans: Uncollateralized loans repaid within a single transaction.
- Governance Token: A token that gives holders voting power in protocol decisions.
- Pegged Asset: A token whose value is tied to another asset.
- Synthetic Asset: A blockchain financial product that mimics the value of another asset.
- Rebase Token: A token whose supply adjusts algorithmically to maintain price stability.
- Multi-Chain Trading: Trading assets across different blockchain networks.
- Gasless Transactions: Transactions that don’t require the sender to pay gas fees directly.
- Slippage Tolerance: The acceptable price difference when executing a trade.
- Slippage Protection: A mechanism to reduce losses from price fluctuations in trades.
NFTs & Metaverse
- NFT (Non-Fungible Token): A unique digital asset stored on the blockchain.
- Minting: The process of creating an NFT.
- Floor Price: The lowest price of an NFT in a collection.
- Royalties: Fees paid to the original creator whenever an NFT is resold.
- Collection: A group of NFTs created by an artist or brand.
- Metadata: Descriptive information about an NFT, such as attributes and rarity.
- Candy Machine: A tool used to distribute NFT mints on Solana.
- Blue-chip NFT: A highly valuable NFT collection.
- Whitelist (WL): A list of users given early access to an NFT mint.
- DAO (Decentralized Autonomous Organization): A community-driven governance model.
- Utility NFT: NFTs that provide benefits beyond digital art (e.g., memberships, game items).
- PFP (Profile Picture) NFT: NFTs used as avatars on social media.
- NFT Marketplace: A platform where NFTs can be bought, sold, and traded.
- Fractionalized NFT: An NFT divided into smaller, tradable shares.
- 1/1 NFT: A one-of-a-kind NFT that has no duplicates.
- Bridged NFT: An NFT transferred between different blockchains.
- NFT Staking: Locking up NFTs to earn rewards or yield.
- GameFi: The intersection of gaming and decentralized finance.
- Metaverse: A virtual world built on blockchain technology.
- NFT Lending: Using NFTs as collateral for borrowing funds.
Security & Risks
- Rug Pull: A scam where developers abandon a project after raising funds.
- Smart Contract Exploit: A security flaw allowing hackers to steal funds.
- Phishing Attack: A cyber attack tricking users into revealing private keys.
- Cold Wallet: A highly secure, offline crypto storage solution.
- Multi-Sig Wallet: A wallet requiring multiple signatures to approve transactions.
- Honeypot: A fake project designed to lure in traders and steal funds.
- Slashing: A penalty imposed on validators for dishonest behavior.
- Reentrancy Attack: A vulnerability allowing repeated fund withdrawals from a smart contract.
- Dusting Attack: A method where small amounts of crypto are sent to wallets to track users.
- Exit Scam: When a project raises funds and disappears.
- Denial-of-Service (DoS) Attack: An attack that overwhelms a blockchain network to disrupt its functionality.
- Sybil Attack: A tactic where multiple fake identities manipulate a network.
- Double Spending: The risk of using the same cryptocurrency transaction twice.
- Address Poisoning: Sending small transactions to confuse users into sending funds to the wrong address.
- Chain Reorganization: A situation where previously confirmed blocks are replaced by new ones.
- Replay Attack: Reusing a valid data transmission maliciously or fraudulently.
- Front-running Bot: A bot that detects pending transactions and executes similar trades before them.
- Private Key Leak: Exposing a wallet’s private key leads to losing funds.
- Pump and Dump: A scheme where an asset is artificially inflated and then sold off quickly.
- Social Engineering Attack: Manipulating individuals to gain access to sensitive information.
Solana Development & Infrastructure
- Web3.js: A JavaScript library used for interacting with Solana smart contracts.
- Solana Program Library (SPL): A collection of on-chain programs that developers use to build on Solana.
- Rust Programming Language: The primary language used to develop Solana smart contracts.
- Anchor Framework: A popular framework that simplifies smart contract development on Solana.
- Sealevel Runtime: Solana’s parallel execution engine that enables high-speed transactions.
- Token Program: A Solana program that enables the creation and management of tokens.
- Metaplex Protocol: The framework behind Solana-based NFT marketplaces and minting platforms.
- Helius API: A developer-friendly API for querying Solana blockchain data.
- RPC (Remote Procedure Call): A method for connecting applications to Solana nodes.
- State Compression: A mechanism for reducing the storage requirements of Solana smart contracts.
Conclusion
Understanding these terms will make navigating the Solana ecosystem much easier. Keep this glossary handy and stay updated as the blockchain space evolves!