4.6 KiB
description |
---|
Frequently asked questions on veOCEAN, Data Farming, and our incentive programs. |
FAQ
Data Farming FAQ
When exactly does counting start and finish, for a given week?
The counting starts at 12.01am on Thursday, and ends at 11.59pm on the following Wednesday.
I staked for just one day. What rewards might I expect?
At least 50 snapshots are randomly taken throughout the week. If you’ve staked just one day, and all else being equal, you should expect 1/7 the rewards compared to the full 7 days.
The datatoken price may change throughout the week. What price is taken in the DCV calculation?
The price is taken at the same time as each consume. E.g. if a data asset has three consumes, where price was 1 OCEAN when the first consume happened, and the price was 10 OCEAN when the other consumes happened, then the total DCV for the asset is 1 + 10 + 10 = 21.
Can the reward function change during a given week?
No. At the beginning of a new DF round (DF1, DF2, etc), rules are laid out, either implicitly if no change from previous round, or explicitly in a blog post if there are new rules. This is: reward function, bounds, etc. Then teams stake, buy data, consume, etc. And LPs are given DF rewards based on staking, DCV, etc at the end of the week. Overall cycle time is one week.
Caveat: it’s no at least in theory! Sometimes there may be tweaks if there is community consensus, or a bug.
veOCEAN FAQ
What is the official formula for the Linear Decay?
The Linear Decay formula for veOCEAN can be expressed as follows in python.
FOUR_YEARS = 60 * 60 * 24 * 7 * 52
veOcean_balance = OCEAN_amount_locked * (your_unlock_timestamp — current_unix_timestamp ) / FOUR_YEARS
To learn more about systems driving veOCEAN and Data Farming, please visit our df-py github repository.
Staking FAQs
What about passive stakers — people who just want to stake in one place and be done?
Earnings are passive by default
What about active stakers — people who want to do extra work and get rewarded?
Ot works. Half the DF revenue goes to veOCEAN stake that users can allocate. Allocate well → more
Pricing FAQs
In this scheme, can people stake on fixed-price datasets?
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV * veOCEAN stake.
In this scheme, can people stake on free datasets?
Yes. They allocate their veOCEAN to datasets. Then DF rewards follow the usual DF formula: DCV * veOCEAN stake. Except in this case although DCV is 0, the gas fees will still count towards calculating rewards.
Does this work for other pricing schemes?
Yes, from the get-go! It doesn’t matter how data is priced, this works for all schemes.
With pools getting wound down in Ocean Market, will fixed-price be its only pricing scheme?
For now in Ocean Market, yes. However people can price datatokens however they like, leveraging whatever DeFi tools they like. For example. do an IDO via Liquidity Bootstrapping Pool, ending up in an unmodified Balancer AMM. And we will continue listening to the community, to understand best where to focus our efforts.
Chains FAQ
Which chain is veOCEAN be deployed on?
veOCEAN & DF core contracts are deployed on Ethereum mainnet and allow users to allocate veOCEAN tokens to any asset, on any chain.
Where can I find the veOCEAN and DF contracts?
They are deployed on Ethereum mainnet, alongside other Ocean contract deployments. You can find the full list of contracts here.
What is the official veOCEAN epoch start_time?
veFeeDistributor has a start_time of 1663804800 (Thu Sep 22 2022 00:00:00)
Will the Market still need to be multi-chain?
Yes, Ocean Market still needs to be multi-chain: all the reasons that we went multi-chain for are as valid as ever.
Which chain supports Fixed Price Assets?
You can publish Fixed Price Assets to any chain that Ocean supports.