1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Restructured the contracts/formulas into the FAQ so I can reduce number of pages. We can expand the formulas when I bring all of them over from the docs.

This commit is contained in:
idiom-bytes 2023-03-23 14:15:14 -07:00
parent 4b35e565e9
commit cc0df87056
2 changed files with 33 additions and 25 deletions

View File

@ -1,17 +0,0 @@
---
description: Metrics, Formulas, and definitions used by Data Farming.
---
## Contract Deployments
The [veOCEAN & DF contracts](https://github.com/oceanprotocol/contracts/tree/main/contracts/ve) are deployed to Ethereum mainnet, alongside other Ocean contract deployments. [Full list](https://github.com/oceanprotocol/contracts/blob/main/addresses/address.json).
veFeeDistributor has a start_time of 1663804800 (Thu Sep 22 2022 00:00:00)
## Formulas
### veOcean
**veOCEAN Linear Decay**
```
veOcean_balance = OCEAN_amount_locked * (your_unlock_timestamp — current_unix_timestamp ) / 60 * 60 * 24 * 7 * 52 (that is 4 years)
```

View File

@ -4,7 +4,6 @@ description: Frequently asked questions on the Data Farming incentive program.
# FAQ
## Data Farming FAQ
<details>
<summary>When exactly does counting start and finish, for a given week?</summary>
@ -31,6 +30,20 @@ No. At the beginning of a new DF round (DF1, DF2, etc), rules are laid out, eith
Caveat: its no at least in theory! Sometimes there may be tweaks if there is community consensus, or a bug.
</details>
## veOCEAN FAQ
<details>
<summary>What is the official formula for the Linear Decay?</summary>
The Linear Decay formula for veOCEAN can be expressed as follows in python.
```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](https://github.com/oceanprotocol/df-py).
</details>
## Staking FAQs
<details>
<summary>What about passive stakers — people who just want to stake in one place and be done?</summary>
@ -73,22 +86,34 @@ Yes, from the get-go! It doesnt matter how data is priced, this works for all
<details>
<summary>With pools getting wound down in Ocean Market, will fixed-price be its only pricing scheme?</summary>
</summary>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.
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.
</details>
## Chains FAQ
<details>
<summary>Which chain is veOCEAN be deployed on?</summary>
[veOCEAN & DF](https://github.com/oceanprotocol/contracts/tree/main/contracts/ve) core contracts are deployed on Ethereum mainnet and allow users to allocate veOCEAN tokens to any asset, on any chain.
</details>
<details>
<summary>Where can I find the veOCEAN and DF contracts?</summary>
They are deployed on Ethereum mainnet, alongside other Ocean contract deployments. You can find the [full list of contracts here](https://github.com/oceanprotocol/contracts/blob/main/addresses/address.json).
</details>
<details>
<summary>What is the official veOCEAN epoch start_time?</summary>
veFeeDistributor has a start_time of 1663804800 (Thu Sep 22 2022 00:00:00)
</details>
<details>
<summary>Will the Market still need to be multi-chain?</summary>
Yes, Ocean Market still needs to be multi-chain: all the reasons that we went multi-chain for are as valid as ever.
</details>
<details>
<summary>Which chain will veOCEAN be deployed on?</summary>
Current plan is for veOCEAN core contracts will only be on Ethereum mainnet, and allowing to allocate veOCEAN tokens to any chain.
</details>
<details>
<summary>Which chain supports Fixed Price Assets?</summary>