Essential terms and definitions for understanding Solana blockchain, token accounts, and rent fees
A deterministic token account address derived from a wallet's public key and a token mint. ATAs simplify token transfers by providing a predictable account address for each token type.
An account that holds a specific SPL token balance for a wallet. Each token type requires a separate token account, and each account requires a rent deposit.
The account that has permission to perform certain operations on another account. For example, mint authority can create new tokens.
Solana's term for a smart contract. Programs are executable code deployed on the blockchain that can be called by transactions to perform operations.
A unique identifier (hash) for a Solana transaction. Can be used to look up transaction details on block explorers like Solscan.
The smallest unit of SOL. 1 SOL = 1 billion lamports. Similar to satoshis in Bitcoin. Used for precise calculations in smart contracts and transactions.
A cryptocurrency exchange that operates without a central authority. Solana DEXs like Jupiter, Raydium, and Orca allow peer-to-peer token trading.
Financial services built on blockchain technology without traditional intermediaries. Includes lending, trading, and yield farming on Solana.
A fee required to store data on the Solana blockchain. Accounts must maintain a minimum SOL balance to be rent-exempt. For token accounts, this is approximately 0.002 SOL.
An account status achieved when an account holds enough SOL to cover approximately 2 years of rent. Rent-exempt accounts never pay rent and the deposit can be reclaimed when the account is closed.
Remote Procedure Call endpoint. The API server that allows applications to interact with the Solana blockchain. Can be public (rate-limited) or private (paid, faster).
A website that allows you to search and view blockchain data. Popular Solana explorers include Solscan, Solana Explorer, and SolanaFM.
Solana's development network used for testing. Uses worthless test SOL and allows developers to experiment without financial risk.
Solana's production blockchain where real SOL and tokens have monetary value. All official transactions occur on mainnet.
The process of permanently removing a token account from the blockchain and reclaiming its rent deposit. Only possible for accounts with zero balance.
An atomic operation on Solana that can include multiple instructions. Either all instructions succeed or the entire transaction fails and rolls back.
A single operation within a transaction. Instructions call specific program functions with provided accounts and data.
The free distribution of tokens to multiple wallets, often used for marketing or rewarding community members.
A Token-2022 feature that allows tokens to charge a fee on every transfer. The fee can be a percentage or fixed amount.
A Token-2022 extension that encrypts token balances and transfer amounts using zero-knowledge proofs, providing privacy.
Transfer fees collected in Token-2022 accounts that haven't been harvested yet. Must be harvested before closing the account.
Solana Program Library Token standard. The original token standard on Solana, similar to ERC-20 on Ethereum. Used by most tokens and NFTs on the network.
The next-generation token standard on Solana with additional features like transfer fees, confidential transfers, and interest-bearing tokens. Backwards compatible with SPL Token.
The unique address that identifies a specific token on Solana. Every SPL token has one mint address that defines its properties (decimals, supply, mint authority, etc).
A unique token that represents ownership of a specific digital asset. On Solana, NFTs are SPL tokens with a supply of 1 and 0 decimals.
A standard interface that allows dApps to connect with multiple Solana wallets (Phantom, Solflare, Backpack, etc) using a unified API.
One of the most popular Solana wallets. A browser extension and mobile app that allows users to store SOL, send transactions, and interact with dApps.
A cryptographic address that identifies an account on Solana. Can be shared publicly to receive SOL or tokens.
The secret key that proves ownership of a wallet. Must never be shared. Used to sign transactions.
A 12 or 24-word phrase that can restore access to your wallet. Must be kept secure and never shared with anyone.
Want to dive deeper into Solana concepts? Check out our educational resources: