Fyde Documentation
AppWebsiteCommunity
Fyde Docs
Fyde Docs
  • Overview
    • 💡Introduction to Fyde
    • 🤦Use Case
    • ⭐Utility of $FYDE
    • 🎁$FYDE Season 2 Airdrop
    • ❓FAQ
  • Protocol Overview
    • ✨Liquid Vault Mechanics
      • 🤖AI Portfolio Optimiser
      • 🚤Increasing Liquidity with ML
      • 🏛️Retaining Governance
    • 🧑‍🌾Liquid Restaking Aggregator
    • 📈Prediction Market
    • 🛫Roadmap
    • 🪙Tokenomics
  • Technical overview
    • 🏨High Level Architecture
      • Relayer
      • Fyde Contract
      • Oracle Module
      • Governance Module
      • Yield Module
    • 💂Roles
    • ⛓️Deployment Address
  • References
    • 📔Security Audit
Powered by GitBook
On this page
  • Overview
  • How to Use
  • Prediction Markets Emissions
  • Description
  • Technical Overview

Was this helpful?

  1. Protocol Overview

Prediction Market

PreviousLiquid Restaking AggregatorNextRoadmap

Last updated 2 months ago

Was this helpful?

Overview

Fyde's prediction markets will enable users to guess which token in the Liquid Vault outperforms. In doing so, users will be able to constantly interact with the gamified Liquid Vault, and obtain a source of revenue in $FYDE for accurate predictions.

In order for users to access the prediction markets, users first need to stake $FYDE for veFYDE. This can be done on the Earn tab:

How to Use

Begin by selecting Add Asset in the Asset Gauge Module:

Next, choose the assets you think will outperform.

You can change the voting split by adding more votes to certain tokens. This will impact the payout.

Prediction Markets Emissions

Description

Fyde will follow a two-stream $FYDE emission process to reward token holders:

  1. Voting-Based Emissions: $FYDE token holders who have locked their tokens (veFYDE holders) can use their voting power to determine which asset depositors should receive emissions. For example, if all veFYDE holders vote for $ETH during an active voting period, all users who have deposited $ETH during that time will receive $FYDE token rewards proportional to their deposit value.

  2. Prediction Market Structure: Users can vote for any asset currently in the vault in a prediction-market style system. Rewards will be allocated to users who vote for tokens that achieve the best price performance over the subsequent voting period.

Below is an overview on the emissions process for Fyde's prediction markets.

Technical Overview

Performance is measured based on the percentage price change of the asset within the epoch:

The price change of the overall vault is calculated as:

The share of epoch emissions that each asset is entitled to is determined by:

Finally, individual user rewards are determined by multiplying the asset reward share by the proportion of the user’s veFYDE balance used to vote on the asset relative to the total veFYDE balance cast for that asset.


Users vote using their veFYDE balance on a set of tokens within the vault TiT_iTi​. They participate in a prediction market that rewards them for selecting winning assets. 40% of epoch $FYDE emissions are allocated to users who voted for assets that outperformed during that epoch.

ΔPi=Pin−Pin−1\Delta P_i = P_i^n - P_i^{n-1}ΔPi​=Pin​−Pin−1​
ΔPT=PTn−PTn−1\Delta P_T = P_T^n - P_T^{n-1}ΔPT​=PTn​−PTn−1​
Si=max(ΔPi−ΔPT,0)∑imax(ΔPi−ΔPT,0)S_i = \dfrac{\text{max}(\Delta P_i - \Delta P_T,0)}{\sum_i \text{max}(\Delta P_i - \Delta P_T,0)} Si​=∑i​max(ΔPi​−ΔPT​,0)max(ΔPi​−ΔPT​,0)​

The total $FYDE reward allocated to each asset RiR_iRi​ is then calculated as:

Ri=SiRTR_i = S_iR_T Ri​=Si​RT​

where RTR_TRT​ = total $FYDE reward for the epoch.

The asset reward ratio SiS_iSi​ is computed by evaluating the relative price performance of each asset compared to the total vault:

Si=max(%ΔPi−%ΔPT,0)Vi∑imax(%ΔPi−%ΔPT,0)ViS_i = \dfrac{\text{max}(\%\Delta P_i - \%\Delta P_T,0)V_i}{\sum_i \text{max}(\%\Delta P_i - \%\Delta P_T,0)V_i} Si​=∑i​max(%ΔPi​−%ΔPT​,0)Vi​max(%ΔPi​−%ΔPT​,0)Vi​​
📈