LogoLogo
  • Tally Docs
  • Tally Features
    • What is Tally?
    • Token Launch
      • Claim
      • Governance Smart Contracts
      • Token Wrapper
      • Delegate Registration & Claim-and-Delegate
    • Value Accrual with Staking
      • Features & Use Cases
      • FAQ
      • Glossary
    • Governance
      • Advanced Features
        • MultiGov
        • Advanced Voting
          • Flexible Voting Extension
          • Signal Voting
            • Snapshot
          • Private Voting
        • Partial Delegation
        • Security Council Elections
        • Chain Integration
        • Proposal Templates
        • Optimistic Governance
        • Gasless Voting and Delegation (Relay)
          • Gasless Voting
          • Gasless Delegation
        • Integrations
          • Karma - Delegate Scoring
          • Discourse
          • Safe
      • Standard Features
    • Tally API
    • Tally Zero
  • How to Use Tally
    • Navigate the Tally homepage
    • Set up a Tally Profile
    • Create Proposals
      • Custom Actions
        • Chain Deployment of Uniswap v3
        • Token Vesting with Hedgey
        • Token Grants with Hedgey
        • Streaming Payments with Sablier
        • Tuple Support
      • Swaps
        • Swaps: FAQs
      • Draft Proposals
      • Test Proposals
    • Execute Proposals
      • Advanced Execution
    • Delegate on Tally
      • Delegates Page
      • Delegate Voting Power
      • Create a Delegate Statement
    • Vote on Tally
    • Stake on Tally
    • Get Notifications on Tally
    • Use Tally with a Gnosis Safe
      • Vote with a Gnosis Safe
      • Zodiac Governor Module for SubDAOs and Grants Programs
      • Upgrade Gnosis Safe to Governor with Zodiac
    • Participate in Security Council Elections
    • Using Ledger with Solana
  • Set up & Technical Documentation
    • Tally Architecture
    • Deploy a Governor DAO
      • Deploy a Governor
        • Deploy a Governor with a new token
      • Add a Governor to an existing token
      • Check for Token Contract Compatibility
        • Network Support
        • OpenZeppelin Governor
        • Compound Governor Bravo
        • Tokens: ERC-20 and NFTs
      • Choose Governor parameters
    • Add a DAO to Tally
      • DAO Admins
      • DAO Settings
    • Use Governor with Gnosis Safe
      • Gnosis Safe Overview
      • Zodiac Governor Module for SubDAOs and Grants Programs
      • Upgrade Gnosis Safe to Governor with Zodiac
    • Staking Contracts
      • Get Started
      • How Staking Works
        • Liquid Staking
          • LST Auto delegates
      • Staking Operator's Guide
      • DeFi Integration Guide
      • FAQ & Troubleshooting
    • Security
    • Chain Compatibility
  • Education
    • Intro to Governance
      • General Ecosystem Info
      • Participating in Governance
    • Governance Concepts
      • Decentralized Governance Overview
      • Onchain vs Offchain Voting
      • Application Layer vs. Base Layer Governance
      • Governance Execution Methods
      • Procedural Governance
      • Vote Delegation
    • Governance Frameworks
      • OpenZeppelin Governor
      • Curve Voting Escrow
      • Multisigs
      • Snapshot Polls
    • DAO Best Practices
      • Running an Onchain DAO Using OpenZeppelin Governor
    • Index of DAOs
      • DAOs on Tally
        • Aave (AAVE)
        • Ampleforth (FORTH)
        • Arbitrum (ARB)
        • Compound (COMP)
        • Gitcoin (GTC)
        • GMX
        • Idle Finance (IDLE)
        • Inverse Finance (INV)
        • PoolTogether (POOL)
        • Uniswap (UNI)
        • ZKsync
      • DAOs Not on Tally
        • Balancer (BAL)
        • Curve (CRV)
        • Index Coop (INDEX)
        • KyberDAO (KNC)
        • MakerDAO (MKR)
        • Sushi (SUSHI)
  • Resources
    • Tally Platform
    • Blog
    • DAO Talk Podcast
    • Newsletter
    • Twitter / X
  • Payment Addresses
Powered by GitBook
On this page
  • Glossary
  • Core Concepts
  • Staking System Components
  • Governance Integration
  • Liquid Staking
  • Reward Mechanisms
  • Advanced Concepts
  • Technical Terms

Was this helpful?

Export as PDF
  1. Tally Features
  2. Value Accrual with Staking

Glossary

Glossary

Core Concepts

Value Accrual: The process by which a token captures and distributes value generated by an associated protocol or network, creating sustainable tokenomics.

Staking: The act of locking up tokens in a smart contract to participate in network validation, governance, or earning rewards.

Tokenomics: The economic model of a token, including its supply, distribution, utility, and incentive mechanisms.

Rewards: Tokens or other assets distributed to participants for contributing to the network, such as through staking.

Yield: The rate of return earned on staked tokens, typically expressed as an annual percentage.

Staking System Components

Staker Contract: The main smart contract that manages token deposits, withdrawals, and rewards distribution.

Earning Power: A metric that determines a staker's proportional claim on rewards, which may be equal to or modified from their staked amount.

Earning Power Calculator: A component that determines how rewards are distributed to stakers based on various criteria.

Reward Notifier: A contract that informs the staking system about new rewards and triggers their distribution.

Delegation Surrogate: A contract that holds staked tokens and delegates their voting power to a specified address.

Reward Stream: The mechanism by which rewards are distributed gradually over time rather than all at once.

Reward Duration: The time period over which rewards are distributed (default 30 days in the Tally system).

Governance Integration

Delegation: Assigning voting power to a specific address without transferring token ownership.

Delegatee: The address that receives voting power through delegation.

Governance Token: A token that grants voting rights in a protocol's governance system.

Governance Staking: Staking that preserves governance voting rights while earning rewards.

Auto-Delegation: A system that automatically delegates voting power according to configurable rules.

Liquid Staking

Liquid Staking Token (LST): A token representing a staked position that can be transferred or used in DeFi while the underlying tokens remain staked.

stGOV: Tally's liquid staking token implementation for governance tokens.

Rebasing LST: A liquid staking token whose balance automatically increases as rewards accrue.

Fixed LST: A liquid staking token with a fixed balance where the token-to-underlying exchange rate changes as rewards accrue.

Withdraw Gate: A contract that enforces a configurable delay when unstaking to prevent reward gaming.

Reward Mechanisms

Reward Source: The origin of rewards distributed to stakers (e.g., protocol fees, treasury, or token emissions).

Protocol Revenue: Fees generated by a protocol's operations that can be distributed to stakers.

Stake Streak: A mechanism that increases rewards based on how long a user has been staking continuously.

Bump: The process of updating a deposit's earning power, which may be incentivized with a small reward.

Reward Rate: The speed at which rewards are distributed per unit of time.

Advanced Concepts

Oracle-Based Earning Power: A system where external data feeds influence staking rewards, such as delegatee activity scores.

Overwhelming Support Auto-Delegate: A delegation strategy that only votes on proposals with significant consensus.

Dual Staking: The ability to use staked tokens for multiple purposes simultaneously, such as with EigenLayer.

Restaking: Using already-staked tokens to secure additional protocols or services.

Technical Terms

ERC20: The standard interface for fungible tokens on Ethereum.

ERC20Votes: An extension to ERC20 that supports vote delegation.

EIP-2612: A standard allowing gasless approvals using signed messages.

Permit: A function that processes signed approvals without requiring separate transactions.

OnBehalf: Methods that allow actions to be performed on behalf of users via signatures.

PreviousFAQNextGovernance

Last updated 1 month ago

Was this helpful?