VTX
  • Velocity
    • What is VTX?
  • Overview
    • Introduction
    • Auction Rounds
    • Staking
    • Wrapping
    • Invite System
  • RESOURCES
    • Links
    • Contracts
    • Governance
Powered by GitBook
On this page
  • Staking Formula
  • Formula Variables
  1. Overview

Staking

VTX tokens may be staked at any time to earn yield. Tokens must be staked for the duration of the period selected at staking time in order to earn. They can be unstaked at any point, but doing so will forfeit all yield.

Additionally, keeping a position staked beyond its maturation period earns no additional yield.

Staking Formula

The APY for a staking position is calculated at the time of staking, and is guaranteed for the duration of the period selected. Valid staking periods are 1, 3, 6, and 12 months.

APY=(YieldStakeAmount)(12 monthsStakeTime)\text{APY} = \left(\dfrac{Yield}{StakeAmount}\right) \left(\dfrac{12 \text{ months}}{StakeTime} \right)APY=(StakeAmountYield​)(StakeTime12 months​)

where

Yield=((1−b)+b⋅Velocity)⋅Premium⋅(StakeAmountTotalSupply) ⋅(StakeTime12 months)⋅TimeMultiplierYield = \left((1 - b) + b \cdot Velocity\right) \cdot Premium \cdot \left(\dfrac{Stake Amount}{Total Supply}\right) \ \cdot \left(\dfrac{StakeTime}{12\text{ months}}\right) \cdot TimeMultiplierYield=((1−b)+b⋅Velocity)⋅Premium⋅(TotalSupplyStakeAmount​) ⋅(12 monthsStakeTime​)⋅TimeMultiplier

Formula Variables

  • Velocity: Invites Claimed / Invites Available

  • Premium: The amount of excess USDC in the treasury after ensuring a 1:1 backing, i.e. total USDC - VTX supply.

  • bbb: Velocity coefficient: Provides control over the weighting given to the reduction in APY that occurs as the velocity increases.

  • StakeAmount: The amount of VTX being staked.

  • TotalSupply: The current minted supply of VTX.

  • TotalStaked: The total amount of VTX staked globally, including StakeAmount.

  • StakeTime: The duration of the staking period required for maturation, either 1, 3, 6, or 12 months.

  • TimeMultiplier: Committing to longer staking periods is rewarded by receiving an appreciation multiplier. The exact multipliers are subject to change over time, but a longer period will always receive a greater multiplier than a shorter period.

PreviousAuction RoundsNextWrapping

Last updated 8 months ago