Glossary

Key terms and concepts from the Solana Campus curriculum.

132 terms

A5

Airdrop

Tokens & Tokenomics

A distribution of free tokens to wallet addresses, often as a marketing strategy, community reward, or retroactive reward for early protocol usage. Be cautious of unsolicited airdrops, as they are sometimes used in scams.

AMM (Automated Market Maker)

DeFi Concepts

A type of DEX that uses a mathematical formula and liquidity pools (instead of an order book) to determine asset prices and execute trades. Users trade against the pool rather than matching with another trader.

APY (Annual Percentage Yield)

DeFi Concepts

The annualized rate of return on an investment, accounting for compounding. In DeFi, advertised APYs can fluctuate significantly and may include unsustainable token incentives alongside organic yield.

Arbitrage

DeFi Concepts

The practice of profiting from price differences for the same asset across different markets or protocols. Arbitrageurs help keep prices consistent across DEXs by buying where prices are low and selling where they are high.

Audit

Security & Risk

A professional review of a smart contract's code to identify vulnerabilities, logic errors, and security risks. Multiple independent audits from reputable firms increase confidence but do not guarantee the absence of bugs.

B8

Block

Blockchain Fundamentals

A batch of transactions grouped together and added to the blockchain. Each block contains a hash of the previous block, a timestamp, and transaction data.

Block Time

Blockchain Fundamentals

The average time between the creation of consecutive blocks. Solana targets approximately 400 milliseconds per block, compared to roughly 12 seconds for Ethereum.

Blockchain

Blockchain Fundamentals

A distributed, append-only ledger that records transactions across a network of computers. Each block contains a cryptographic reference to the previous block, making the history tamper-resistant.

Blockchain Trilemma

Blockchain Fundamentals

The trade-off between decentralization, security, and scalability. The concept suggests that a blockchain can optimize for at most two of these three properties simultaneously.

Bridge

DeFi Concepts

A protocol that enables transferring assets between different blockchain networks. Bridges lock tokens on the source chain and mint equivalent wrapped tokens on the destination chain, but they introduce additional smart contract risk.

Bug Bounty

Security & Risk

A reward program where protocols pay security researchers for responsibly disclosing vulnerabilities. Bug bounties complement audits by incentivizing ongoing security review from the broader community.

Burn

Tokens & Tokenomics

The permanent removal of tokens from circulation, typically by sending them to an address from which they can never be retrieved. Burning reduces total supply and is used by some protocols to create deflationary pressure.

Byzantine Fault Tolerance (BFT)

Consensus Mechanisms

The ability of a distributed system to reach consensus even when some participants are faulty or malicious. A BFT system can tolerate up to one-third of nodes acting dishonestly.

C9

Circulating Supply

Tokens & Tokenomics

The number of tokens currently available in the market, excluding locked, vesting, or burned tokens. Circulating supply multiplied by price gives the market capitalization.

Cold Wallet

Cryptography & Wallets

A wallet that stores private keys completely offline, such as a hardware wallet or paper backup. Cold wallets provide the highest level of security for long-term storage.

Collateral

DeFi Concepts

Assets deposited as security when borrowing from a lending protocol. If the collateral's value drops below a required threshold, the position can be liquidated to repay the loan.

Commission Rate

Staking & Delegation

The percentage of staking rewards that a validator keeps before distributing the remainder to delegators. Lower commission rates mean higher returns for delegators, but very low rates may indicate an unsustainable validator.

Composability

Blockchain Fundamentals

The ability of different protocols and smart contracts to interact with each other seamlessly, like building blocks. Composability allows developers to combine existing protocols to create new financial products.

Compressed NFT (cNFT)

NFTs & Digital Assets

An NFT created using Solana's state compression technology, which stores data in Merkle trees instead of individual accounts. cNFTs cost a fraction of a cent to mint, enabling collections of millions of items.

Concentrated Liquidity

DeFi Concepts

A liquidity provision model where LPs allocate capital within a specific price range rather than across the entire price spectrum. This improves capital efficiency but requires active management.

Consensus Mechanism

Consensus Mechanisms

The process by which nodes in a blockchain network agree on which transactions are valid and the order in which they are added to the ledger. Different mechanisms make different trade-offs between speed, security, and energy use.

Constant Product Formula

DeFi Concepts

The mathematical rule (x * y = k) used by basic AMMs to determine prices. As one token is bought from the pool, its price rises and the other token's price falls, maintaining a constant product of the two reserves.

D11

DAO (Decentralized Autonomous Organization)

Security & Risk

An organization governed by smart contracts and token-holder voting rather than traditional management. DAOs manage protocol treasuries, parameter changes, and strategic decisions through on-chain proposals.

dApp (Decentralized Application)

DeFi Concepts

An application that runs on a blockchain network using smart contracts for its core logic. DApps have a traditional frontend but interact with on-chain programs instead of centralized servers.

Decentralization

Blockchain Fundamentals

The distribution of control and decision-making across a network rather than concentrating it in a single entity. In blockchain, decentralization means no single party can unilaterally alter the ledger or censor transactions.

DeFi (Decentralized Finance)

DeFi Concepts

Financial services built on blockchain technology that operate without traditional intermediaries like banks or brokerages. DeFi protocols use smart contracts to enable lending, trading, and other financial activities in a permissionless way.

Delegation

Staking & Delegation

The act of assigning your staked tokens to a validator without transferring ownership. The validator uses your stake to increase their voting power, and you receive a share of the rewards they earn.

Depeg

DeFi Concepts

When a token that should maintain a stable price ratio (such as a stablecoin or LST) deviates significantly from its expected value. Depegs can trigger cascading liquidations across protocols that depend on the pegged price.

DEX (Decentralized Exchange)

DeFi Concepts

A platform for trading tokens directly on-chain without a central operator or order matching service. DEXs use liquidity pools or on-chain order books to facilitate trades.

Digital Signature

Cryptography & Wallets

A cryptographic proof that a transaction was authorized by the holder of a specific private key. It lets anyone verify the signer's identity without revealing the private key itself.

Distributed Ledger

Blockchain Fundamentals

A database that is shared and synchronized across multiple nodes in a network. No single entity controls it, and all participants can verify the data independently.

Drainer

Security & Risk

A malicious program or website designed to steal tokens from a user's wallet by tricking them into signing a transaction that transfers their assets to the attacker. Always review transaction details before signing.

DYOR (Do Your Own Research)

Security & Risk

The principle of independently investigating a project before investing or participating. DYOR involves analyzing tokenomics, reviewing audits, checking team credibility, and evaluating on-chain metrics rather than relying on others' opinions.

E2

Epoch

Solana Architecture

A fixed period of time (approximately 2-3 days on Solana) during which the validator set and leader schedule remain constant. Staking rewards are distributed at the end of each epoch.

EVM (Ethereum Virtual Machine)

Solana Architecture

The runtime environment that executes smart contracts on Ethereum and EVM-compatible chains. Solana uses a different execution model based on the BPF virtual machine and Sealevel runtime.

F4

Fee Burn

Staking & Delegation

The mechanism by which a portion of transaction fees on Solana is permanently destroyed rather than paid to validators. Fee burning creates deflationary pressure that partially offsets inflation from staking rewards.

Finality

Blockchain Fundamentals

The point at which a transaction is considered irreversible and permanently recorded on the blockchain. Different consensus mechanisms achieve finality at different speeds.

Flash Loan

DeFi Concepts

An uncollateralized loan that must be borrowed and repaid within a single transaction. If the borrower cannot repay by the end of the transaction, the entire transaction is reverted as if it never happened.

Fungible

Tokens & Tokenomics

An asset where each unit is identical and interchangeable with any other unit. One SOL is the same as any other SOL, just like one dollar bill is the same as any other.

G3

Governance

Security & Risk

The system by which a protocol's rules and parameters are changed. On-chain governance uses token-weighted voting on proposals, while some protocols retain admin controls for emergency situations.

Governance Token

Tokens & Tokenomics

A token that grants holders voting rights over a protocol's decisions, such as fee changes, treasury spending, or parameter updates. Governance tokens align protocol development with community interests.

Gulf Stream

Solana Architecture

Solana's mempool-less transaction forwarding protocol. Instead of holding transactions in a mempool, Gulf Stream pushes them directly to the expected leader validator, reducing confirmation times.

H4

Hardware Wallet

Cryptography & Wallets

A physical device that stores private keys offline, protecting them from malware and online attacks. Transactions must be physically confirmed on the device before being broadcast.

Hash

Blockchain Fundamentals

A fixed-length string produced by a cryptographic function from any input data. Even a tiny change in the input produces a completely different hash, which is how blockchains detect tampering.

Health Factor

DeFi Concepts

A numeric indicator of how close a borrowing position is to liquidation. A health factor above 1.0 means the position is safe; at or below 1.0, it becomes eligible for liquidation.

Hot Wallet

Cryptography & Wallets

A wallet that is connected to the internet, such as a browser extension or mobile app. Hot wallets are convenient for frequent transactions but more vulnerable to attacks than cold storage.

I3

Impermanent Loss

DeFi Concepts

The difference in value between holding tokens in a liquidity pool versus simply holding them in your wallet. It occurs when the price ratio of the paired tokens changes. The loss becomes permanent only when you withdraw your liquidity.

Inflation Rate

Staking & Delegation

The rate at which new SOL tokens are created to fund staking rewards. Solana's inflation rate started at 8% and decreases by 15% annually (disinflationary model), approaching a long-term rate of 1.5%.

IPFS (InterPlanetary File System)

NFTs & Digital Assets

A decentralized file storage network where content is addressed by its hash rather than its location. NFT images and metadata are often stored on IPFS to ensure they remain available even if the original server goes offline.

L13

Layer 1 (L1)

Solana Architecture

The base blockchain network itself, such as Solana or Ethereum. Layer 1 refers to the main chain that provides consensus and settlement, as opposed to Layer 2 solutions built on top.

Layer 2 (L2)

Solana Architecture

A secondary protocol built on top of a Layer 1 blockchain to improve scalability. L2 solutions process transactions off the main chain and periodically settle results back to L1.

Leader Schedule

Solana Architecture

The predetermined order in which validators take turns producing blocks on Solana. The schedule is determined at the start of each epoch, weighted by each validator's stake.

Leverage

DeFi Concepts

The use of borrowed funds to amplify a position's exposure. Leverage multiplies both potential gains and potential losses, and introduces liquidation risk if the position moves against the borrower.

Limit Order

DeFi Concepts

An order to buy or sell a token at a specific price or better. Unlike market orders that execute immediately at current prices, limit orders wait until the market reaches the desired price.

Liquid Staking

Staking & Delegation

A mechanism that lets you stake tokens and receive a tradable derivative token (LST) in return. This preserves liquidity: you earn staking rewards while still being able to use the LST in DeFi.

Liquidation

DeFi Concepts

The forced sale of a borrower's collateral when its value falls below the required threshold. Liquidations protect lenders by ensuring loans remain adequately backed, but they result in losses for the borrower.

Liquidity Pool

DeFi Concepts

A smart contract holding paired token reserves that enables trading on a DEX. Liquidity providers deposit tokens into the pool and earn a share of trading fees in return.

Liquidity Provider (LP)

DeFi Concepts

Someone who deposits tokens into a liquidity pool to facilitate trading. LPs earn fees from every trade that occurs in the pool but are exposed to impermanent loss.

Loan-to-Value (LTV)

DeFi Concepts

The ratio of borrowed value to collateral value, expressed as a percentage. A 75% LTV means you can borrow up to 75% of your collateral's value. Exceeding the maximum LTV triggers liquidation.

Looping

DeFi Concepts

A leveraged DeFi strategy where you deposit an asset as collateral, borrow against it, and re-deposit the borrowed amount to amplify yield. Each loop increases both the effective position and the liquidation risk.

LP Token

Tokens & Tokenomics

A token received when you deposit assets into a liquidity pool, representing your share of the pool. LP tokens can be redeemed to withdraw your proportional share of the pool's assets plus earned fees.

LST (Liquid Staking Token)

Staking & Delegation

A token representing staked assets in a liquid staking protocol. LSTs like JSOL, mSOL, and JitoSOL accrue staking rewards automatically, so their value relative to SOL increases over time.

M6

Market Cap

Tokens & Tokenomics

The total market value of a token's circulating supply, calculated as price multiplied by circulating supply. Market cap is a rough measure of a project's size but does not account for liquidity or token concentration.

Merkle Tree

Blockchain Fundamentals

A tree-shaped data structure where every leaf node contains a hash of a data block, and every non-leaf node contains a hash of its children. It allows efficient verification that a specific piece of data is part of a large set.

Metadata

NFTs & Digital Assets

Descriptive data attached to an NFT that defines its properties, such as name, image URL, description, and attributes (traits). On Solana, metadata is stored in a dedicated on-chain account following the Metaplex standard.

MEV (Maximum Extractable Value)

DeFi Concepts

Profit that can be extracted by reordering, including, or excluding transactions within a block. MEV strategies include front-running, sandwich attacks, and arbitrage. On Solana, Jito provides infrastructure for efficient MEV extraction.

Mint

Tokens & Tokenomics

The process of creating new tokens or NFTs on a blockchain. On Solana, each token type has a mint account that defines its properties and tracks total supply.

Multisig

Security & Risk

A wallet or authorization scheme that requires multiple private key signatures to approve a transaction. Protocols use multisig to prevent any single individual from unilaterally executing sensitive operations like upgrades or treasury withdrawals.

N3

Nakamoto Coefficient

Consensus Mechanisms

The minimum number of independent entities (such as validators) that would need to collude to compromise a blockchain network. A higher Nakamoto coefficient indicates greater decentralization.

NFT (Non-Fungible Token)

NFTs & Digital Assets

A unique digital asset on a blockchain that represents ownership of a specific item, such as artwork, music, game items, or membership passes. Unlike fungible tokens, each NFT is distinct and not interchangeable.

Node

Blockchain Fundamentals

A computer that participates in a blockchain network by storing a copy of the ledger, validating transactions, or relaying data to other nodes.

O4

On-Chain

Blockchain Fundamentals

Data or activity that is recorded directly on the blockchain and is publicly verifiable. Contrast with off-chain, which refers to data stored or processed outside the blockchain.

Oracle

DeFi Concepts

A service that feeds external data (such as asset prices) to smart contracts on-chain. Lending protocols rely on oracles for accurate pricing to determine collateral values and trigger liquidations.

Order Book

DeFi Concepts

A list of buy and sell orders organized by price. On-chain order books, as used on some Solana DEXs, match buyers and sellers directly without requiring liquidity pools.

Over-Collateralized

DeFi Concepts

A loan where the collateral's value exceeds the borrowed amount. DeFi lending is typically over-collateralized because there are no credit checks or legal enforcement mechanisms.

P11

Peer-to-Peer

Blockchain Fundamentals

A network architecture where participants communicate directly with each other without relying on a central server. Blockchain networks use peer-to-peer communication to distribute transactions and blocks.

Permissionless

Blockchain Fundamentals

A system that anyone can participate in without needing approval from a central authority. Public blockchains are permissionless: anyone can send transactions, run a node, or build applications.

Perpetual Futures

DeFi Concepts

Derivative contracts that let traders speculate on an asset's price with leverage and no expiration date. On-chain perpetuals use funding rates to keep the contract price aligned with the spot price.

Phishing

Security & Risk

A social engineering attack where scammers impersonate legitimate services to trick users into revealing private keys, seed phrases, or signing malicious transactions. Always verify URLs and never share your seed phrase.

Priority Fee

Solana Architecture

An optional additional fee a user can attach to a Solana transaction to increase its priority during periods of high network demand. Higher priority fees make it more likely that validators will include the transaction sooner.

Private Key

Cryptography & Wallets

A secret cryptographic key that proves ownership of a blockchain address and authorizes transactions. It must never be shared. Anyone with access to your private key has full control over your assets.

Program

Solana Architecture

Solana's term for a smart contract. Programs are stateless executable code deployed on-chain. They read and write data to separate account structures, which is different from the EVM model where code and state live together.

Proof of History (PoH)

Consensus Mechanisms

Solana's cryptographic clock that creates a verifiable sequence of timestamps using a chain of SHA-256 hashes. PoH lets validators agree on the order of events without waiting for messages from other nodes, enabling high throughput.

Proof of Stake (PoS)

Consensus Mechanisms

A consensus mechanism where validators lock up (stake) tokens as collateral to earn the right to validate transactions and produce blocks. Misbehaving validators risk losing their stake through slashing.

Proof of Work (PoW)

Consensus Mechanisms

A consensus mechanism where miners compete to solve computationally difficult puzzles. The first to find a valid solution earns the right to add the next block and receive a reward. PoW is energy-intensive but battle-tested.

Public Key

Cryptography & Wallets

A cryptographic key derived from your private key that serves as your blockchain address. It can be freely shared so others can send you tokens or verify your signatures.

R4

Rent-Exempt

Solana Architecture

An account on Solana that holds enough SOL to be exempt from rent charges. If an account's balance falls below the rent-exempt minimum, the network may eventually reclaim it.

Rollup

Solana Architecture

A Layer 2 scaling solution that executes transactions off-chain and posts compressed proofs back to the main chain. Rollups are primarily used in the Ethereum ecosystem to increase throughput.

RPC (Remote Procedure Call)

Solana Architecture

An interface that allows applications to communicate with the Solana network by sending requests to an RPC node. Wallets and dApps use RPC endpoints to submit transactions and read on-chain data.

Rug Pull

Security & Risk

A scam where a project's creators abandon it after collecting user funds, typically by draining liquidity pools or selling large token holdings. Warning signs include anonymous teams, locked liquidity absence, and unrealistic promises.

S17

Sealevel

Solana Architecture

Solana's parallel transaction processing engine. Sealevel analyzes which transactions touch different accounts and runs them simultaneously across multiple cores, enabling high throughput.

Seed Phrase

Cryptography & Wallets

A sequence of 12 or 24 words that serves as a human-readable backup of your private key. From a seed phrase, all of your keys and accounts can be regenerated. If you lose it, you lose access permanently.

Self-Custody

Cryptography & Wallets

The practice of holding your own private keys rather than entrusting them to a third party like an exchange. Self-custody gives you full control over your assets but also full responsibility for their security.

Skip Rate

Staking & Delegation

The percentage of assigned slots in which a validator fails to produce a block. A high skip rate indicates reliability issues and can reduce rewards for the validator's delegators.

Slashing

Consensus Mechanisms

A penalty mechanism in Proof of Stake networks that destroys a portion of a validator's staked tokens if they behave maliciously or fail to perform their duties. Slashing discourages attacks and incentivizes reliable operation.

Slippage

DeFi Concepts

The difference between the expected price of a trade and the actual execution price. Slippage increases with larger trade sizes relative to pool liquidity and during periods of high volatility.

Slot

Solana Architecture

The basic time unit on Solana, during which a leader validator can produce a block. Each slot lasts approximately 400 milliseconds, and an epoch contains 432,000 slots.

Smart Contract

Blockchain Fundamentals

A self-executing program stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. On Solana, smart contracts are called programs.

Social Engineering

Security & Risk

Manipulation techniques that exploit human psychology rather than technical vulnerabilities to gain access to sensitive information. In crypto, this often involves fake support messages, urgency tactics, or impersonation.

Soulbound Token (SBT)

NFTs & Digital Assets

A non-transferable NFT permanently bound to a specific wallet. SBTs are used for credentials, certifications, and reputation that should not be bought or sold.

SPL Token

Solana Architecture

The standard for fungible and non-fungible tokens on Solana, defined by the SPL Token program. It is analogous to Ethereum's ERC-20 standard but uses Solana's account model.

Stablecoin

Tokens & Tokenomics

A token designed to maintain a stable value relative to a reference asset, usually the US dollar. Common stablecoins on Solana include USDC and USDT.

Stake Account

Staking & Delegation

A dedicated Solana account that holds tokens delegated to a specific validator. Each delegation requires its own stake account, which tracks the delegation's status, rewards, and activation state.

Stake Pool

Staking & Delegation

A program that aggregates SOL from multiple delegators and distributes it across a set of validators. Stake pools like JPool improve decentralization by spreading stake across the network rather than concentrating it.

Staking

Staking & Delegation

The process of locking tokens to support a blockchain network's operations, typically by delegating to a validator. Stakers earn rewards in exchange for helping secure the network.

State Compression

NFTs & Digital Assets

A Solana technology that stores data in Merkle trees using the ledger as a log, rather than creating individual on-chain accounts. This dramatically reduces costs for applications that need many on-chain records, such as large NFT collections.

Swap

DeFi Concepts

The exchange of one token for another on a DEX. Unlike traditional exchanges, swaps on AMMs are executed against liquidity pools using mathematical pricing formulas.

T12

Timelock

Security & Risk

A mechanism that enforces a delay between when a change is proposed and when it takes effect. Timelocks give users time to review proposed upgrades and exit the protocol if they disagree with the changes.

Token

Tokens & Tokenomics

A digital asset created and managed by a smart contract on a blockchain. Tokens can represent currencies, governance rights, ownership stakes, or access privileges.

Token-Gating

NFTs & Digital Assets

Using token or NFT ownership to control access to content, communities, or features. A user proves they hold a specific token by connecting their wallet, and the application verifies ownership on-chain.

Tokenomics

Tokens & Tokenomics

The economic design of a token, including its supply schedule, distribution, utility, and incentive mechanisms. Understanding tokenomics helps evaluate whether a project's economic model is sustainable.

Tower BFT

Solana Architecture

Solana's consensus algorithm, a PoS-based BFT mechanism that uses Proof of History as a clock. Tower BFT reduces the messaging overhead of traditional BFT protocols by leveraging PoH's verifiable timestamps.

TPS (Transactions Per Second)

Solana Architecture

A measure of how many transactions a blockchain can process per second. Solana is designed for high TPS through parallel processing and Proof of History.

Trait

NFTs & Digital Assets

An individual attribute of an NFT, such as background color, clothing, or accessory. The combination and rarity of traits can affect an NFT's perceived value within a collection.

Transaction

Blockchain Fundamentals

An instruction submitted to a blockchain, such as transferring tokens, interacting with a smart contract, or updating on-chain data. Each transaction must be signed by the sender's private key.

Transaction Signing

Cryptography & Wallets

The process of using your private key to authorize a blockchain transaction. Always review what a transaction does before signing, as signed transactions are irreversible.

Trustless

Blockchain Fundamentals

A system where participants do not need to trust each other or a third party to interact securely. Trust is replaced by cryptographic proofs and consensus rules enforced by the network.

Turbine

Solana Architecture

Solana's block propagation protocol that breaks blocks into smaller packets and distributes them across the network using a structured relay tree. Turbine reduces bandwidth requirements for validators.

TVL (Total Value Locked)

DeFi Concepts

The total value of assets deposited in a DeFi protocol, measured in USD. TVL is a common metric for comparing protocol adoption, though it does not indicate profitability or security.

U5

Unstaking Period

Staking & Delegation

The time required to withdraw staked tokens after initiating an unstake. On Solana, native unstaking takes until the end of the current epoch. Liquid staking tokens can be swapped instantly on DEXs, bypassing this wait.

Upgrade Authority

Security & Risk

The account authorized to modify a deployed Solana program. Checking who holds the upgrade authority (and whether it is controlled by a multisig or has been revoked entirely) is a key part of evaluating a protocol's security.

Uptime

Staking & Delegation

The percentage of time a validator is operational and participating in consensus. Validators with higher uptime generate more rewards for their delegators.

Utility Token

Tokens & Tokenomics

A token that provides access to a specific product or service within a protocol's ecosystem. Unlike governance tokens, utility tokens are primarily used for functional purposes rather than voting.

Utilization Rate

DeFi Concepts

The percentage of a lending pool's assets that are currently borrowed. Higher utilization means higher interest rates for both borrowers and lenders, as supply becomes scarcer.

V5

Validator

Consensus Mechanisms

A node that participates in consensus by verifying transactions and producing blocks. Validators stake tokens as collateral and earn rewards for honest participation.

Verified Build

Security & Risk

A confirmation that the bytecode deployed on-chain matches the publicly available source code. Verified builds let users and auditors confirm that the running program is exactly the code that was reviewed.

Verified Collection

NFTs & Digital Assets

An NFT collection whose authenticity has been confirmed through on-chain verification. On Solana, the Metaplex standard allows collection-level verification to help users distinguish genuine NFTs from counterfeits.

Vesting

Tokens & Tokenomics

A schedule that gradually releases tokens to their owners over time, rather than all at once. Vesting prevents large token holders (founders, investors) from dumping their entire allocation immediately.

Vote Success Rate

Staking & Delegation

The percentage of consensus votes that a validator successfully submits on time. Higher vote success rates indicate a well-maintained validator with good network connectivity.

W2

Wallet

Cryptography & Wallets

Software or hardware that stores your private keys and lets you sign transactions on a blockchain. Wallets do not actually hold tokens; they hold the keys that prove ownership of on-chain assets.

Wrapped Token

Tokens & Tokenomics

A token on one blockchain that represents an asset from another blockchain. The original asset is locked in a bridge contract, and an equivalent wrapped version is minted on the destination chain.

Y1

Yield Farming

DeFi Concepts

The practice of deploying crypto assets across DeFi protocols to maximize returns. Yield farming strategies may involve providing liquidity, lending, or staking in various combinations.