Geode Document Hub
  • Geode Document Hub
  • The Staking Library
    • 🔥The Issue
    • 🧯A Solution
  • Operator Marketplace
    • 🟢A Validator's Lifecycle
    • 🔵Maintenance Fee
    • 🟡Onboarding New Operators
    • 🔴Regulating the Marketplace
      • 🚨Prison
  • Key Concepts
    • 🪙Staking Derivatives
      • G-Derivatives
        • gETH vs gAVAX
    • 🌀Portal
      • 🔐Isolated Storage
      • 🤝Dual Governance
      • ⚠️Limited Upgradability
    • ⚙️Permissionless Configurable Staking Pools
      • 🎭Current Interfaces
      • ⛏️Maintainers
    • 🛡️Withdrawal Contracts
      • ⛑️Recovery Mode
      • 🕗Withdrawal Queue
    • 🌊Bound Liquidity Pools
    • 🔭Oracles
      • Telescope Ether
      • Telescope Avax
    • 👾Future of Geode
      • Better Maintainers (WIP)
      • Synthetic Liquidity (WIP)
      • Dynamic Withdrawals (WIP)
      • Further Decentralization
        • Supporting EIP-4788 (DRAFT)
        • Quadratic Weighted Senate (DRAFT)
        • Degen Operators (DRAFT)
        • Decentralized Telescope (DRAFT)
      • Chain Sync (AVAX) (draft)
  • Ethereum Guides
    • 📗Staking Pool HandBook
      • Initiating a Customizable Staking Pool
      • Managing Your Operator Set
      • Changing Your Pool's Owner
      • Manage Your Maintenance Fee
      • Private Pools and Whitelisting
      • Using a Bound Liquidity Pool
      • Using Maintainers for Your Pool
      • Securing Your Withdrawal Contract
      • Decentralizing Your Pool
    • 📕Operator Handbook
      • Get Onboarded
      • Initiating an Operator
      • Communicating with Portal
      • Creating Validators
      • Changing an Operator's Owner
      • Switching Your Fee
      • Switching Your Validator Period
      • Using Maintainers
      • Optimizing Your Revenue
      • Exiting Validators
    • 📘Liquidity Pool HandBook
  • Avalanche Guides
    • Staking Pool Handbook
    • Operator Handbook
  • Developers
    • Networks
    • Live Contracts
      • Avalanche v1
      • Ethereum v2
        • gETH.sol
        • Portal.sol
          • globals.sol
          • DataStoreUtilsLib.sol
          • GeodeUtilsLib.sol
          • DepositContractUtilsLib.sol
          • OracleUtilsLib.sol
          • StakeUtilsLib.sol
        • Swap.sol
          • AmplificationUtils.sol
          • MathUtils.sol
          • SwapUtils.sol
          • LPToken.sol
        • WithdrawalContract.sol
        • Interfaces
          • ERC20InterfaceUpgaradable.sol
          • ERC20InterfacePermitUpgradable.sol
    • Audits
    • Bug Bounties
Powered by GitBook
On this page
  • Current State of Staking Derivatives
  • Staking Reimagined:
  • An Open Market Built on Top of a Permissionless Global Standard.
  • Simple...
  • … we don't need intermediaries anymore:
  • Learn how to utilize The Staking Library:

The Staking Library

Craft your own solution.

PreviousGeode Document HubNextThe Issue

Last updated 2 years ago

Current State of Staking Derivatives

There are 3 main issues with the current design of the Staking Derivatives market.

  • Monopolization

  • Sustainability

  • Trust

All these issues are significantly related to each other. During our research we concluded that it all comes down to one: Trust.

Geode's Trustless and Scalable solution was designed to fix all of these issues!

To overcome them, we researched and improved our understanding further:

Staking Reimagined:

An Open Market Built on Top of a Permissionless Global Standard.

The market was disrupted when the first version of Permissionless Decentralized Exchanges were created. The risk of Centralized Exchanges is theoretically mitigated, since anyone is able to create a Contract Owned Liquidity Pool now.

Geode provides a Permissionless Staking Library that allows anyone to craft, create and maintain their own trustless staking solution.

Simple...

  • Takes 1 Tx to create a staking pool.

  • Allows choosing a subset of Node Operators, can easily change it afterwards.

  • Every pool is segregated, thus the risk is isolated.

  • Every validator is unique, thus the risk is isolated.

  • Immutable token contract, securing the stakers' tokens.

  • Geode Governance can not upgrade but only propose upgrades on unique instances of the library.

… we don't need intermediaries anymore:

Learn how to utilize The Staking Library:

🔥The Issue
🧯A Solution
📗Staking Pool HandBook