Jelly
  • Introduction
  • Jelly Recipes
  • recipes
    • Create an Airdrop
      • Overview
      • Prepare your Whitelist
        • Create a CSV Whitelist
        • Generate your Merkle proof
        • Upload proof (optional)
      • Create Airdrop
        • Create your JellyDrop contract
        • Add Rewards
        • Your Airdrop Claim UI
        • Set Airdrop Claim
      • Contract Links
      • Demo Airdrop
    • Create a Staking Pool (using ve model)
      • Prepare Staking Pool
        • Create Staking Pool (with Liquidity)
        • Create Staking Pool (No liquidity)
      • Staking UI
      • How to calculate token fee
      • Snapshot strategy
      • Contract Links
  • Tokens
    • Tokens
    • Jellynomics
    • veJELLY
  • Links
    • Twitter
    • Discord
    • Medium
    • Website
    • Brand Assets
Powered by GitBook
On this page
  • veNFT
  • Staking UI
  1. recipes

Create a Staking Pool (using ve model)

PreviousDemo AirdropNextPrepare Staking Pool

Last updated 2 years ago

The Staking Pool is where your users lock their tokens for your ve token model. This recipe is based on the veCRV contracts, with options for users to lock, extend lock, and unstake after the lock period ends. The recipe comes with everything needed to create the Snapshot integration so that your users can vote using the ve token balance.

veNFT

When you lock your token, your staked token is represented as a veNFT(vote-escrow NFT) with a ve Balance. Ve Balance is the amount of the voting power, the higher the lock duration, the more voting power will be.

Users can lock their tokens for a period of 1 week to 4 years. Their ve Balance depreciates linearly over time.

Staking UI

Jelly provides an out-of-the-box UI for your Staking Pool. An example of a Staking UI where JELLY is staked for veJELLY looks like this. We called ours the Sticky Pool.

Networks

The Staking Pool Recipe is currently LIVE on the following networks:

Please get in touch with us on Twitter or Discord if you want to create a Staking Pool on a different network as we are running a waitlist based on suitable projects.

Support

For any support along the way with your Staking Pool, please reach out on our Discord.

Ethereum mainnet
Goerli