Glossary

Key terms and concepts for trading with AI agents.

Active Addresses Metric

The number of unique blockchain addresses that send or receive transactions during a specific timeframe (typically 24 hours). This on-chain metric gauges network usage and adoption by counting distinct wallets participating in economic activity. Unlike transaction volume, which can be inflated through self-transfers, active addresses provide a more reliable indicator of genuine user engagement and ecosystem health. It's frequently used to assess network growth, validate project claims, and identify shifts in user behavior across different blockchain protocols.

Automated Market Maker

An Automated Market Maker (AMM) is a decentralized protocol that enables cryptocurrency trading without traditional order books or intermediaries. Instead of matching buyers and sellers directly, AMMs use mathematical formulas to price assets and facilitate trades against liquidity pools funded by users. The most common formula is the constant product model (x × y = k), where price adjusts automatically based on the ratio of tokens in the pool.

Backtesting

The process of testing a trading strategy against historical price data to evaluate how it would have performed in the past. Traders use backtesting to validate their approach before risking real capital, analyzing metrics like win rate, drawdown, and risk-adjusted returns. While backtesting can't guarantee future performance, it helps identify flawed strategies and refine entry/exit rules before deployment.

Backtesting Strategy

Backtesting strategy refers to the process of testing a trading strategy against historical market data to evaluate its potential profitability and risk before deploying real capital. Traders simulate how their strategy would've performed using past price movements, volume data, and other market conditions. In crypto markets, backtesting helps validate whether a strategy's logic—like entry/exit rules, position sizing, and risk parameters—would've generated positive returns or blown up an account during previous market cycles.

Block Builder

A block builder is a specialized entity in Ethereum's Proposer-Builder Separation (PBS) system that constructs optimized transaction bundles to maximize MEV (Maximal Extractable Value). Block builders compete to create the most profitable blocks by ordering, including, or excluding transactions, then submit these blocks to validators for inclusion in the blockchain. They've become critical infrastructure since The Merge, earning substantial revenue by extracting value from arbitrage opportunities, liquidations, and other MEV strategies.

Bollinger Bands

Bollinger Bands are a technical analysis tool consisting of three lines: a simple moving average (SMA) in the center, with upper and lower bands plotted at standard deviations above and below the SMA. Created by John Bollinger in the 1980s, the bands expand and contract based on market volatility, helping traders identify overbought and oversold conditions, potential breakouts, and price ranges in both traditional and crypto markets.

Breakout Trading Strategy

A breakout trading strategy identifies when price breaks above resistance or below support levels with increased volume, signaling potential trend continuation. Traders enter positions as assets escape consolidation ranges, betting that momentum will carry prices further in the breakout direction. This approach capitalizes on volatility expansion after periods of compression, requiring strict risk management since false breakouts frequently trap inexperienced traders.

Bridge Protocol

A blockchain bridge is infrastructure that enables the transfer of tokens, data, or smart contract instructions between two separate blockchain networks. These protocols solve the blockchain interoperability problem by creating "bridges" between ecosystems that otherwise can't communicate — like moving USDC from Ethereum to Solana or bridging NFTs from Polygon to Ethereum mainnet. Bridges use various security models including lock-and-mint mechanisms, liquidity pools, or validator networks to facilitate cross-chain transfers.

Concentrated Liquidity

Concentrated liquidity is a liquidity provision mechanism that allows liquidity providers to allocate their capital within specific price ranges rather than across the entire price curve. Introduced by Uniswap V3 in 2021, it enables LPs to concentrate their assets where trading actually occurs, potentially earning higher fees with less capital. Instead of spreading liquidity uniformly from zero to infinity, providers set custom price bounds, creating positions that act like individualized market-making strategies.

Correlation Coefficient

A statistical measure ranging from -1 to +1 that quantifies the relationship between two assets' price movements. A correlation of +1 means assets move in perfect tandem, -1 means they move in opposite directions, and 0 indicates no relationship. Traders use correlation coefficients to build diversified portfolios, identify hedging opportunities, and understand how different crypto assets move relative to each other during various market conditions.

Correlation Risk

Correlation risk is the danger that assets in a portfolio will move in the same direction simultaneously during market stress, eliminating diversification benefits. In crypto, correlation risk intensifies during selloffs when supposedly uncorrelated tokens, DeFi positions, and even stablecoins can crash together, exposing traders to far greater losses than their individual position analyses suggested. Managing correlation risk requires understanding how asset relationships change between normal and crisis conditions.

Cross-Chain Bridge

A cross-chain bridge is a protocol that enables the transfer of assets and data between different blockchain networks. These bridges connect isolated blockchain ecosystems by locking tokens on one chain and minting equivalent wrapped tokens on another, or by facilitating direct asset swaps. They're essential infrastructure for DeFi interoperability, allowing users to move value between networks like Ethereum, Solana, and BSC without centralized exchanges.

DAO (Decentralized Autonomous Organization)

A DAO is an organization governed by rules encoded as smart contracts on a blockchain, where decisions are made collectively by token holders rather than centralized management. Members vote on proposals using governance tokens, with votes recorded transparently on-chain. DAOs manage everything from DeFi protocols to investment funds, eliminating traditional hierarchies and enabling trustless coordination among strangers worldwide.

Dollar Cost Averaging

Dollar Cost Averaging (DCA) is an investment strategy where you buy a fixed dollar amount of an asset at regular intervals, regardless of its price. Instead of investing a lump sum, you spread purchases over time—buying more units when prices are low and fewer when prices are high. This approach reduces timing risk and emotional decision-making, making it popular among crypto investors navigating volatile markets.

Exchange Inflow Volume

Exchange inflow volume measures the total amount of cryptocurrency tokens moving from external wallets into centralized exchange addresses within a specific timeframe. This on-chain metric tracks deposits to exchanges like Binance, Coinbase, and Kraken, serving as a sentiment indicator. High inflow volumes typically signal selling pressure as traders move assets to exchanges to liquidate positions, while low inflows suggest holders are keeping coins in cold storage or DeFi protocols.

Exchange Outflow Volume

Exchange outflow volume measures the total amount of cryptocurrency withdrawn from centralized exchanges to external wallets within a specific timeframe. This metric tracks when traders and investors move assets off exchanges into self-custody, often interpreted as a bullish signal since it reduces immediate selling pressure and suggests long-term holding intent. High outflow volumes typically indicate accumulation behavior, while declining outflows may signal increasing exchange liquidity available for potential selling.

Feature Engineering

Feature engineering is the process of transforming raw market data into meaningful input variables (features) that machine learning models can use to identify patterns and make predictions. In crypto trading bots, feature engineering converts price data, volume metrics, on-chain signals, and order book information into structured inputs like moving averages, volatility measures, momentum indicators, and custom-derived variables that capture market behavior more effectively than raw data alone.

Front-Running Attack

A front-running attack occurs when an attacker observes a pending transaction in the mempool and submits their own transaction with a higher gas fee to execute first, profiting from the price impact of the original transaction. This exploitation is endemic to transparent blockchain systems where pending transactions are publicly visible before confirmation. Front-running extracts value from regular users by manipulating transaction ordering, costing DeFi users an estimated $600M+ annually across major chains.

Funding Rate

A periodic payment exchanged between long and short position holders in perpetual futures contracts that keeps the contract price anchored to the underlying spot price. When funding is positive, long positions pay shorts. When negative, shorts pay longs. This mechanism prevents perpetual contracts from permanently deviating from the asset's actual market price, creating arbitrage opportunities that naturally correct price divergence.

Gas Optimization

Gas optimization refers to the practice of minimizing the computational resources required to execute transactions and smart contracts on blockchain networks, particularly Ethereum. By restructuring code, reducing storage operations, and employing efficient algorithms, developers can significantly lower transaction costs (gas fees) while maintaining functionality. This becomes critical during network congestion when gas prices spike, making unoptimized contracts prohibitively expensive to use.

Governance Token

A governance token is a cryptocurrency that grants holders voting rights over protocol decisions, treasury allocations, and parameter changes in decentralized projects. These tokens distribute decision-making power across a community rather than concentrating it with founders or centralized entities. Holders vote on proposals ranging from fee adjustments to treasury spending, creating a democratic framework for protocol evolution. Most DeFi protocols, DAOs, and blockchain networks now issue governance tokens as their primary mechanism for decentralized control.

Gradient Descent

Gradient descent is an iterative optimization algorithm used in machine learning to minimize a loss function by adjusting model parameters in the direction of steepest descent. The algorithm calculates the gradient (partial derivatives) of the loss function with respect to each parameter, then updates parameters by moving them in the opposite direction of the gradient, scaled by a learning rate. It's the fundamental mechanism behind training neural networks, regression models, and many automated trading algorithms.

Grid Search Optimization

Grid search optimization is a systematic hyperparameter tuning technique that tests all possible combinations of predefined parameter values to find the optimal configuration for a machine learning model. In crypto trading, it's commonly used to optimize trading bot parameters like stop-loss percentages, position sizes, and indicator thresholds by exhaustively evaluating each combination against historical data to identify settings that maximize performance metrics like Sharpe ratio or total return.

Impermanent Loss

Impermanent loss is the temporary reduction in dollar value that liquidity providers experience when the price ratio of tokens in a liquidity pool changes compared to when they deposited them. It's called "impermanent" because the loss only becomes permanent if you withdraw your liquidity — if prices revert to their original ratio, the loss disappears. This phenomenon is unique to automated market makers and represents the opportunity cost of providing liquidity versus simply holding the tokens.

Kelly Criterion

A mathematical formula developed by John Kelly in 1956 that calculates the optimal position size for any given trade based on your edge (win probability) and the payoff ratio. The formula helps traders maximize long-term capital growth while avoiding ruin by determining what percentage of their bankroll to risk on each trade. In crypto trading, the Kelly Criterion is often used to size positions in high-volatility environments where both edge and risk are quantifiable.

Layer 2 Scaling Solution

A Layer 2 (L2) scaling solution is a secondary protocol built on top of a blockchain (Layer 1) that processes transactions off the main chain to increase throughput and reduce costs. L2s bundle multiple transactions together before submitting them to the base layer, inheriting its security guarantees while achieving 10-100x higher transaction speeds. Common examples include Arbitrum and Optimism for Ethereum, which enable cheaper DeFi operations without sacrificing decentralization.

Liquidity Aggregator

A liquidity aggregator is a protocol or platform that sources liquidity from multiple decentralized exchanges (DEXs), automated market makers (AMMs), and liquidity pools to find the best execution price for a trade. Instead of manually checking prices across different venues, traders route orders through aggregators that split trades across multiple sources, minimizing slippage and maximizing capital efficiency.

Liquidity Mining

Liquidity mining is a DeFi mechanism where users earn token rewards by depositing assets into protocol liquidity pools. Participants provide trading liquidity to decentralized exchanges or lending platforms and receive protocol governance tokens as incentives, alongside their share of trading fees. It's the primary distribution method protocols use to bootstrap liquidity and attract capital during early growth phases.

Liquidity Pool

A liquidity pool is a smart contract that holds reserves of two or more tokens, enabling decentralized trading without traditional order books. Users deposit token pairs to earn trading fees, while traders swap assets directly against the pool's reserves. The pool's algorithm automatically adjusts prices based on the ratio of tokens held, creating a market-making mechanism that doesn't require centralized intermediaries or traditional buyers and sellers.

Liquidity Provider Token

A liquidity provider token (LP token) is a digital receipt representing your share of assets deposited into a decentralized exchange liquidity pool. When you provide liquidity to protocols like Uniswap or Curve, you receive LP tokens that track your proportional ownership of the pool's assets. These tokens can be redeemed to withdraw your original deposit plus any accumulated trading fees, and they're often used as collateral or staked for additional rewards in DeFi protocols.

Maker vs Taker Fees

Maker and taker fees are the two types of trading fees charged by centralized exchanges based on whether your order adds or removes liquidity from the order book. Makers place limit orders that don't execute immediately, adding liquidity to the market and typically paying lower fees (often 0.1% or less). Takers place market orders that execute immediately against existing orders, removing liquidity and paying higher fees (usually 0.2-0.3%). This fee structure incentivizes traders to provide liquidity rather than consume it.

Market Depth

Market depth measures the volume of buy and sell orders at different price levels on an exchange order book. It shows how much liquidity exists at various price points above and below the current market price. Deep markets can absorb large orders without significant price changes, while shallow markets experience substantial slippage when large trades execute. Traders analyze market depth to assess liquidity conditions, predict potential price movements, and determine optimal order sizes.

Market Making Strategy

A market making strategy involves continuously placing both buy and sell orders around the current market price to profit from the bid-ask spread while providing liquidity to a market. Market makers earn small profits on each transaction by capturing the difference between buying at lower prices and selling at higher prices, while maintaining inventory balance. In crypto, this strategy operates on both centralized exchanges and decentralized protocols, requiring sophisticated algorithms to manage price risk and inventory exposure.

Market Order vs Limit Order

Market orders execute trades immediately at the current best available price, guaranteeing execution but not price. Limit orders specify a maximum buy price or minimum sell price, guaranteeing price but not execution. Market orders prioritize speed and certainty of fill, while limit orders prioritize price control and cost efficiency. The choice between market order vs limit order crypto trading depends on market conditions, urgency, and whether you're willing to accept slippage in exchange for guaranteed execution.

Maximum Drawdown

Maximum drawdown (MDD) measures the largest peak-to-trough decline in a trading account or portfolio value over a specific period, expressed as a percentage. It captures the worst-case scenario loss an investor would've experienced from any historical high point to the subsequent lowest point before a new high is reached. For crypto traders, MDD is a critical risk metric that reveals how much capital was at stake during the most painful losing streak, making it essential for evaluating strategy robustness and setting realistic expectations.

Mean Reversion Strategy

A trading approach based on the statistical tendency for asset prices to revert to their historical average or mean over time. Mean reversion traders identify when prices deviate significantly from their typical range, then take positions expecting a return to the mean. In crypto markets, these strategies exploit temporary overreactions, using indicators like Bollinger Bands or RSI to spot entry points when tokens trade at statistical extremes.

Mean Reversion Trading

Mean reversion trading is a strategy based on the statistical theory that asset prices and returns eventually move back toward their historical average or mean. Traders identify when prices deviate significantly from their average, then take positions expecting the price to "snap back" to that baseline. This approach works best in range-bound markets where assets oscillate around a central value rather than trending strongly in one direction.

Momentum Indicator

A momentum indicator is a technical analysis tool that measures the velocity and magnitude of price movements to identify the strength of a trend. These indicators help traders determine whether an asset is overbought or oversold, when trend reversals might occur, and whether current price movements have sufficient force to continue. Common momentum indicators include RSI, MACD, Stochastic Oscillator, and Rate of Change (ROC).

Network Value to Transactions Ratio

Network Value to Transactions (NVT) Ratio is a fundamental analysis metric that compares a blockchain's market capitalization to the daily transaction volume flowing through its network. Similar to the price-to-earnings ratio in traditional equity markets, NVT measures whether a cryptocurrency is overvalued or undervalued relative to its actual network utility. A high NVT suggests the network is expensive compared to its usage, while a low NVT indicates potential undervaluation.

Neural Network Trading Model

A computational system that applies artificial neural networks to predict price movements and generate trading signals in financial markets. These models learn complex, non-linear patterns from historical price data, order flow, and market indicators by adjusting connection weights between nodes across multiple layers. In crypto trading, neural networks process massive datasets of on-chain metrics, sentiment data, and cross-exchange price feeds to identify profitable opportunities that traditional technical analysis might miss.

Oracle Network

An oracle network is a decentralized system that connects blockchain smart contracts with external real-world data and off-chain information. Since blockchains can't natively access data from outside their network, oracles act as bridges that feed price data, weather information, sports scores, and other external inputs into on-chain applications. Multiple oracle nodes verify and aggregate data to prevent single points of failure and manipulation.

Order Book Depth

Order book depth measures the volume and distribution of buy and sell orders at various price levels around the current market price. It quantifies how much liquidity exists at each price point, revealing how many assets can be bought or sold before significantly moving the price. Deep order books with substantial volume indicate high liquidity and price stability, while shallow books signal potential for sharp price swings with relatively small trades.

Overfitting in Machine Learning

Overfitting occurs when a machine learning model learns training data too well, memorizing noise and specific patterns instead of generalizing underlying relationships. The overfit model performs excellently on training data but fails dramatically on new, unseen data. It's like a student who memorizes exam answers without understanding concepts—they ace practice tests but bomb the real exam. In crypto trading bots and DeFi prediction models, overfitting produces backtests that look profitable but strategies that lose money in live markets.

Paper Trading

Paper trading is the practice of simulating trades with virtual money to test strategies, learn trading mechanics, or evaluate algorithmic systems without risking real capital. In crypto, paper trading involves executing mock trades on real market data — buying and selling positions that don't actually exist on-chain — to build experience, validate backtested strategies, or stress-test automated trading bots before deploying them with actual funds.

Perpetual Futures Contract

A perpetual futures contract (or perp) is a derivative product that allows traders to speculate on an asset's price without an expiration date. Unlike traditional futures, perps never settle or expire. Instead, they use a funding rate mechanism to keep the contract price anchored to the underlying spot price. Traders pay or receive periodic payments based on the difference between the perp price and the index price, creating continuous price convergence without requiring contract rollovers.

Portfolio Rebalancing

Portfolio rebalancing is the systematic process of realigning your crypto asset allocations back to predetermined target percentages. When market movements cause one asset to dominate your portfolio — say Bitcoin grows from 40% to 60% of your holdings — rebalancing involves selling some of that outperformer and buying underperforming assets to restore your original allocation. This disciplined approach enforces a "buy low, sell high" strategy automatically, managing risk by preventing overconcentration in any single asset regardless of your emotional state or market hype.

Position Sizing

Position sizing is the process of determining how much capital to allocate to a single trade or investment position. It's a risk management technique that answers "how much should I buy?" rather than "what should I buy?" Proper position sizing helps traders limit losses on any single trade, manage overall portfolio risk, and avoid catastrophic drawdowns. In crypto, position sizing becomes critical due to high volatility — a 2% allocation can behave very differently in Bitcoin versus a low-cap altcoin.

Proposal Threshold

The minimum number of governance tokens a user must hold or control to submit an on-chain proposal in a DAO. This threshold prevents spam proposals and ensures that only stakeholders with meaningful skin in the game can initiate governance votes. For example, Uniswap requires 2.5 million UNI tokens (0.25% of total supply) to create a proposal, while Compound sets its threshold at 25,000 COMP tokens (0.25% of supply).

Quorum Requirement

A quorum requirement is the minimum threshold of voting participation needed for a DAO governance proposal to be considered valid and executable. It represents the percentage or absolute number of eligible voting tokens that must cast votes before results count. Without meeting quorum, proposals fail regardless of vote ratio. This mechanism prevents small groups from making decisions when most token holders aren't participating, serving as a participation floor that legitimizes governance outcomes.

Rebase Token Mechanism

A rebase token mechanism is a protocol-driven process that automatically adjusts a token's total supply at predetermined intervals to achieve a specific price target, typically $1. Instead of maintaining price stability through market forces alone, rebase tokens expand or contract everyone's wallet balances proportionally — if you hold 1% of supply before a rebase, you'll hold 1% after. This differs fundamentally from stablecoins that maintain fixed supplies while letting market dynamics handle price stability.

Reinforcement Learning Trading

Reinforcement learning in trading is a machine learning approach where an agent learns optimal trading strategies through trial and error, receiving rewards for profitable actions and penalties for losses. The agent interacts with market environments, adjusting its behavior based on feedback to maximize cumulative returns. Unlike supervised learning, which trains on historical patterns, reinforcement learning discovers strategies by continuously adapting to market conditions and learning from the consequences of its own trading decisions.

Relative Strength Index

The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and magnitude of recent price changes to identify overbought or oversold conditions. Developed by J. Welles Wilder Jr. in 1978, RSI oscillates between 0 and 100, with readings above 70 typically indicating overbought conditions and readings below 30 suggesting oversold conditions. Traders use RSI to spot potential reversal points, confirm trends, and identify divergences between price action and momentum.

Risk Reward Ratio

The risk reward ratio measures the potential profit of a trade against the potential loss, expressed as a ratio comparing the distance from entry to take profit versus entry to stop loss. A 1:3 risk reward ratio means risking $100 to potentially gain $300. Traders use this metric to evaluate whether a trade setup offers sufficient upside to justify the downside risk, with most profitable strategies requiring minimum ratios of 1:2 or higher to maintain profitability even with win rates below 50%.

Sandwich Attack

A sandwich attack is a type of MEV (Maximal Extractable Value) exploitation where an attacker observes a pending transaction in the mempool and strategically places two transactions around it — one before and one after — to profit from the price movement caused by the victim's trade. The attacker front-runs the victim's transaction to move the price unfavorably, then back-runs it to capture the profit, effectively "sandwiching" the victim between two manipulative trades.

Sharpe Ratio

The Sharpe Ratio measures risk-adjusted returns by comparing an investment's excess return (above the risk-free rate) to its volatility. Created by Nobel laureate William Sharpe in 1966, it calculates return per unit of risk. A ratio above 1.0 indicates good risk-adjusted performance, above 2.0 is excellent, and above 3.0 is exceptional. In crypto trading, it helps compare strategies or assets with vastly different volatility profiles on an equal footing.

Slippage

The difference between the expected price of a trade and the actual execution price. Slippage occurs when market conditions change between order submission and settlement, resulting in a worse fill price than anticipated. Common in volatile markets and low-liquidity pools, slippage is measured as a percentage and can be positive (better price) or negative (worse price), though traders typically experience negative slippage during fast-moving conditions.

Smart Contract Audit

A smart contract audit is a comprehensive security review of blockchain protocol code by specialized firms or independent auditors. Auditors analyze the code for vulnerabilities, logic errors, and potential exploits before deployment. The audit process typically takes 1-4 weeks and costs $5,000-$300,000+ depending on code complexity. A completed audit doesn't guarantee safety — it identifies known vulnerability patterns at a specific point in time.

Stop Loss Order

A stop loss order is an automated instruction to sell an asset when its price falls to a specified level, limiting potential losses on a trade. Once the stop price is reached, the order converts to a market or limit order and executes automatically. Traders use stop losses to enforce discipline, protect capital, and remove emotional decision-making from losing positions. In crypto markets, stop losses are essential risk management tools given 24/7 trading and high volatility.

Time-Weighted Average Price

Time-Weighted Average Price (TWAP) is an algorithmic execution strategy that breaks large orders into smaller chunks and executes them at regular intervals over a specified time period. Unlike volume-based approaches, TWAP treats each time interval equally regardless of trading volume, aiming to achieve an average execution price close to the market's mean price during that period while minimizing market impact and slippage.

Token Burn Mechanism

A token burn mechanism is a process where cryptocurrency tokens are permanently removed from circulation by sending them to an inaccessible wallet address. Projects implement burns to reduce total supply, create deflationary pressure, and theoretically increase the value of remaining tokens. Burns can be programmatic (automated via smart contracts), manual (executed by project teams), or transaction-based (a percentage burned with each transaction). They're a fundamental tokenomics tool used by protocols from Ethereum to Binance Smart Chain.

Token Vesting Schedule

A token vesting schedule is a predetermined timeline that controls when and how project tokens are released to team members, investors, and advisors. It prevents immediate sell-offs by locking tokens and releasing them gradually over months or years, typically with a cliff period followed by linear or periodic unlocks. Vesting protects token holders from early dumps and aligns long-term incentives between teams and community members.

Total Value Locked

Total Value Locked (TVL) measures the aggregate dollar value of all crypto assets deposited in a DeFi protocol, platform, or blockchain. It's the primary metric for gauging a protocol's size and adoption — think of it as the DeFi equivalent of "assets under management" in traditional finance. TVL includes assets staked in liquidity pools, locked in lending protocols, deposited in yield farms, and collateralizing loans. A protocol with $5 billion TVL holds significantly more user capital than one with $50 million.

Validator Node

A validator node is a specialized computer or server that verifies and validates new blocks of transactions on a Proof of Stake blockchain network. Validators stake cryptocurrency as collateral, participate in consensus mechanisms to confirm transactions, and earn rewards for maintaining network security and integrity. They're responsible for proposing new blocks, voting on block validity, and ensuring the blockchain follows protocol rules — functioning as the backbone of decentralized network operation.

Volatility Index Trading

A trading strategy that involves speculating on the future volatility of cryptocurrency markets rather than price direction, typically through derivatives that track volatility indexes like DVOL (Deribit Volatility Index) or Bitcoin Implied Volatility Index. Traders profit from changes in market uncertainty and fear levels, buying volatility when they expect turbulence and selling when they anticipate calm markets, similar to VIX trading in traditional equity markets but adapted for crypto's 24/7, highly volatile nature.

Volume Weighted Average Price

Volume Weighted Average Price (VWAP) is a trading benchmark that calculates the average price of an asset weighted by trading volume over a specific time period. It shows the true average price by giving more weight to price levels where higher volume occurred. Traders use VWAP to identify fair value, assess execution quality, and determine whether they're buying below or selling above the average market price.

Walk-Forward Analysis

Walk-forward analysis is a robust backtesting methodology that tests trading strategies on sequential time periods to simulate real-world performance. Unlike traditional backtesting that optimizes parameters across an entire historical dataset, walk-forward analysis repeatedly optimizes a strategy on in-sample data, tests it on unseen out-of-sample data, then rolls forward to the next period. This approach reveals whether a strategy degrades over time and helps identify overfitting before risking real capital.

Yield Farming

Yield farming is the practice of deploying cryptocurrency assets across various DeFi protocols to generate maximum returns through interest, trading fees, and token rewards. Farmers move capital between protocols, stake tokens in liquidity pools, and claim incentive rewards—often compounding returns by reinvesting earnings. It's a high-reward, high-risk strategy that demands constant monitoring of APYs, smart contract risks, and impermanent loss calculations.