Hedgey Community Docs
  • โœŒ๏ธThis is Hedgey.
  • Products
    • ๐Ÿช™Vesting Plans
      • Getting Started
        • โœ…Note for Issuers
        • ๐Ÿ‘ฉโ€๐Ÿ’ผFor Issuers
        • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆFor Token Vesting recipients
        • โœ”๏ธDelegating your tokens
    • ๐Ÿ’ฐToken Grants
      • Getting Started
      • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆFor Grant Recipients
      • ๐Ÿ‘จโ€๐Ÿ’ผFor Grant Issuers
    • ๐Ÿ›๏ธInvestor Lockups
      • Getting Started
        • โœ…Note for Issuers
        • ๐Ÿคตโ€โ™€๏ธFor Issuers
        • ๐Ÿ‘ฏFor Investors who have received locked token allocations via Hedgey
      • Special Features
        • Segmenting Plans
        • โœ”๏ธDelegating your tokens
      • Creating Investor Lockups using Fireblocks (+troubleshooting)
    • ๐Ÿ”Treasury Lockups
      • Getting Started
      • Creating Treasury Lockups
    • ๐Ÿช‚Token Claims
      • ๐Ÿ‡Getting started
        • Using token claims on Farcaster
        • ๐ŸŽFor Claims Issuers
        • ๐Ÿ•ต๏ธโ€โ™‚๏ธCreating a test claim to verify wallet addresses
        • ๐ŸŽ‰For Claims Recipients (unlocked & locked claims)
    • ๐Ÿ•—Time Locks
      • ๐Ÿ‡Getting started
        • โฐCreating Time Locks
  • ๐ŸงฐSupport docs
    • ๐Ÿ”ตGrants (Arbitrum STIP)
      • Getting Started
      • For STIP Grant Recipients
      • For Arbitrum Grant Issuers
    • ๐Ÿ”ตGrants (Arbitrum LTIPP)
      • Getting Started
      • For LTIPP Grant Recipients
      • For Arbitrum Grant Issuers
    • ๐ŸŸฃGrants (Polygon Village)
      • Getting Started
      • For Grant Recipients
      • For Polygon Village Grant Issuers
    • ๐Ÿ”ตLocking your team tokens and LP tokens on Hedgey using Hedgey Treasury Locks (for ShimmerSea)
      • Getting Started
      • Creating a Treasury Lockup
    • ๐ŸŸ (Celo Specific) Connecting with Celo Terminal
    • โœ…(Celo Specific) using Hedgey through Valora
    • ๐ŸคฉGovernance
      • โšกHedgey <> Snapshot strategy
    • ๐Ÿ‘ฝOn-Chain Governance
    • ๐Ÿ”บUsing Hedgey app with Fireblocks
    • โš’๏ธTroubleshooting
    • ๐Ÿ’ปAdding Hedgey Apps as "custom" Safe apps
    • ๐ŸชฑFor Wormhole investors who have received lockups on Hedgey
    • โค๏ธโ€๐Ÿ”ฅCreating Investor Lockups using FireBlocks (+troubleshooting)
    • ๐ŸกViewing your Puffer lockup
  • FOR DEVELOPERS
    • โŒšTechnical Documentation
      • ๐Ÿ’พToken Vesting
        • Smart Contract Details
        • Integration & Direct Contract Interactions
      • ๐Ÿ“ผToken Lockups
        • Smart Contract Details
        • Integration & Direct Contract Interactions
      • โ˜Ž๏ธDelegation Architecture
        • Delegator Architecture
        • Voting Vaults & On-Chain Delegation
        • ERC721Delegate
      • ๐ŸฅณToken Claims
        • Smart Contract Information
      • ๐Ÿ“€V1 Contracts
        • Hedgeys NFT
          • Technical Details
        • DAO <> DAO Swap
        • Error Codes
    • ๐ŸAudits
    • ๐Ÿ“ŽBug Bounty
    • Deployments
      • Token Vesting Plans
      • Voting Token Vesting Plans
      • Vesting + Lockup Plans
      • Token Lockup Plans
      • Voting Token Lockup Plans
      • Bound Token Lockup Plans
      • Bound Voting Token Lockup Plans
      • Batch Planner Contract
      • Token Claims (ClaimCampaigns)
      • V1 Streaming Contracts
      • V1 Stream Vesting Contracts
      • Hedgeys
  • Contact HEDGEY
    • Social Media
    • Press and Media kit
  • LEGAL
    • Protocol Disclaimer
    • Terms of Use
    • Hedgey Pro Terms of Use
Powered by GitBook
On this page
  1. Support docs
  2. Governance

Hedgey <> Snapshot strategy

Overview of setting up the Hedgey Delegate Snapshot Strategy

PreviousGovernanceNextOn-Chain Governance

Last updated 1 year ago

Additional resources for the repository code on snapshot itself can be found here:

How It Works:

The Snapshot strategies calls a function on the Hedgey Smart Contract called "DelegatedBalances", with inputs of the Delegatee and the address of the Token. This returns all of the tokens across all vesting plans that have been delegated to the wallet of the user connected.

To Setup Up:

  1. Navigate to your Snapshot Strategy Settings and Add new Strategy

  2. Search for and select 'hedgey-delegate' strategy

  3. Choose the network you are supporting the vesting and lockups on

  4. Input the Symbol and ERC20 Contract Address of your're token

  5. Input the Decimals of your token (typically 18)

  6. Input your 'weight' of the voting, by default it can be 1 or above or below. This will adjust the voting power, so inputting 0.75 will assign a 75% voting power to the vesting and locked tokens, meaning they will not have as much voting as a 1. input of 2 would multiply the voting power by double.

  7. Finally where it asks for Hedgey Contract Addresses, here you input the vesting and lockup plan contract addresses, which can be found below. For additional help knowing which to use, please reach out to the support group.

    Note: When inputting the contract addresses, do not use a comma, just separate the addresses by a new line by pressing enter

Hedgey Contract addresses to add for any mainnet EVM network:

Address
Contract

0x2CDE9919e81b20B4B33DD562a48a84b54C48F00C

Token Vesting Plans

0x1961A23409CA59EEDCA6a99c97E4087DaD752486

Token Lockup Plans

๐Ÿงฐ
๐Ÿคฉ
โšก
https://github.com/snapshot-labs/snapshot-strategies/tree/master/src/strategies/hedgey-delegate