Skip to content

Glossary

Key terms and definitions for the Stake DAO ecosystem.

Core Concepts

TermDefinition
sdTokenLiquid representation of a locked governance token (e.g., sdCRV, sdBAL). Issued 1:1 when depositing into a Liquid Locker.
veTokenVote-escrowed token. Governance tokens locked for a duration to gain voting power (e.g., veCRV, veBAL).
veSDTVote-escrowed SDT (Sunset). SDT locked for up to 4 years to gain governance power and boost rewards. New locks disabled.
vlSDTVote Locked SDT. SDT staked with flat 1:1 voting power and 8-week unstake queue. Replaces veSDT.
Liquid LockerSmart contract that locks governance tokens permanently and issues liquid sdTokens in return.
GaugeSmart contract that distributes reward emissions to stakers. Gauges receive allocations based on governance votes.
BoostIncreased reward rate from holding veTokens (or vlSDT). Maximum boost is typically 2.5x base rewards.
Unstake Queue8-week waiting period for vlSDT withdrawals. Voting power is removed immediately on unstake request.
BoostRegistryContract that tracks flat boost delegations for vlSDT, replacing veBoost's decaying system.
BoostMarketplaceOrder book for buying and selling vlSDT boost through BoostRegistry.

Votemarket

TermDefinition
CampaignA vote incentive program created by a protocol to attract votes to specific gauges.
Vote IncentiveToken rewards offered to voters in exchange for directing their voting power to a gauge.
EpochA voting period, typically one week, after which gauge weights are updated and rewards distributed.
BountyReward pool for a specific gauge within a campaign.

Governance

TermDefinition
Gauge ControllerContract that manages gauge weight voting and emission allocations on underlying protocols.
Vote ReplicationSystem that mirrors sdToken holder votes to the underlying protocol's governance.
Meta-governanceAbility for sdToken holders to vote on underlying protocol proposals (e.g., sdCRV holders voting on Curve proposals).
QuorumMinimum voting participation required for a proposal to pass.

Strategies

TermDefinition
StrategySmart contract that optimizes LP token yields by leveraging Liquid Locker boost.
OnlyBoostStrategy type that optimizes boost by distributing deposits across Stake DAO and Convex based on their veCRV balances.
HarvestAction that claims and compounds earned rewards back into a strategy.
Performance FeePercentage of strategy yields taken as protocol revenue.

Lending

TermDefinition
Wrapper TokenNon-transferable token that represents RewardVault shares 1:1 and serves as lending collateral.
RewardVaultStrategy vault where LP tokens are staked and rewards accrue.
LLTVLiquidation Loan-to-Value. The collateralization threshold that triggers liquidation.
Health FactorSafety metric derived from collateral value and debt; below threshold, liquidation can occur.
OraclePricing contract that values LP collateral using Curve EMA data and Chainlink feeds.
LiquidationProcess where a position is partially repaid by a liquidator in exchange for seized collateral.

Tokens

TermDefinition
SDTStake DAO governance token. Staked as vlSDT (or, historically, locked as the now sunset veSDT) to access utility.
LP TokenLiquidity provider token representing a share of a DEX pool.
Gauge Deposit TokenToken received when staking in a gauge, representing the staked position.

Infrastructure

TermDefinition
DepositorContract that handles token deposits into Liquid Lockers and mints sdTokens.
MasterchefContract that manages SDT emission rates and distribution to pools.
WhitelistRegistry of approved smart contracts that can interact with certain protocol functions.
LaPosteCross-chain bridge infrastructure for Votemarket V2.
Protocol TimelockGovernance contract enforcing 48-hour delay on protocol changes. Provides transparency and user protection.
GuardianRole that can execute emergency security functions (pause, shutdown) without timelock delay.