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

Fixing broken links within docs, and updating df.oceandao.org/routes to final names.

This commit is contained in:
idiom-bytes 2023-07-26 11:45:29 -07:00
parent de21819ab0
commit 2cf2af31b6
6 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ Data Farming offers a weekly rewards via [Challenge DF](../rewards/df-challenged
In this competition, participants use machine learning to submit future ETH prices for the next 12 hours as accurately as possible. They upload these predictions to Ocean Market as data NFTs.
Check our [Challenge DF page](https://df.oceandao.org/challenges) and join the active Predict ETH challenge!
Check our [Challenge DF page](https://df.oceandao.org/challenge-df) and join the active Predict ETH challenge!
Wondering how to start predicting the price of ETH? We have a [blogpost](https://blog.oceanprotocol.com/capitalize-with-ocean-protocol-a-predict-eth-tutorial-b2da136633f0?source=search\_post---------0----------------------------) 📖 for that!

View File

@ -155,7 +155,7 @@ When a user allocates veOCEAN tokens to Ocean Market projects, then weekly OCEAN
<summary>Challenge DF</summary>
When users submit accurate predictions for the price of Ethereum to the [Challenge DF program](https://df.oceandao.org/challenges), they have a chance to win OCEAN rewards by being in the top 3 submissions based on predicted value accuracy.
When users submit accurate predictions for the price of Ethereum to the [Challenge DF program](https://df.oceandao.org/challenge-df), they have a chance to win OCEAN rewards by being in the top 3 submissions based on predicted value accuracy.
These rewards are classified as [Challenge DF](../rewards/df-intro.md#what-is-challenge-df) rewards since they require active participation in the challenge. Rewards can be claimed every Thursday on the [Rewards page](https://df.oceandao.org/rewards).

View File

@ -37,7 +37,7 @@ _Total - 5000 OCEAN_
### Where to start?
Head over to the [Challenges Page](https://df.oceandao.org/challenges) to learn more about Challenge DF, how to submit, and to see historical results.
Head over to the [Challenges Page](https://df.oceandao.org/challenge-df) to learn more about Challenge DF, how to submit, and to see historical results.
If you're looking for a step-by-step guide on everything from understanding what a challenge entails to claiming your well-deserved rewards, be sure to check out [how to farm Challenge DF rewards](../user-guides/data-farming/how-to-challengedf.md). It will provide you with all the necessary information you need to make the most out of the challenges.

View File

@ -15,7 +15,7 @@ You see, when you acquire veOCEAN via locking your OCEAN tokens in our Data Farm
When you allocate to assets that sell, then **you get a portion of the sales**!
You can do this all from the Data Farming dApp [Farms page](https://df.oceandao.org/datafarming).
You can do this all from the Data Farming dApp [Farms page](https://df.oceandao.org/volume-df).
### The Superpowers of veOCEAN

View File

@ -6,13 +6,13 @@ description: How to claim OCEAN token rewards from data farming 🧑‍🌾🥕
<figure><img src="../../.gitbook/assets/gif/underwater-treasure.gif" alt=""><figcaption></figcaption></figure>
Ocean Protocol's Data Farming dapp dispenses rewards **every Thursday** to its participants. 💰 To claim your OCEAN token rewards for data farming, simply navigate to the Data Farming [Rewards page](https://df.oceandao.org/activerewards) and click the Claim OCEAN rewards buttons that will appear pink and clickable each Thursday. Yeehaw!
Ocean Protocol's Data Farming dapp dispenses rewards **every Thursday** to its participants. 💰 To claim your OCEAN token rewards for data farming, simply navigate to the Data Farming [Rewards page](https://df.oceandao.org/rewards) and click the Claim OCEAN rewards buttons that will appear pink and clickable each Thursday. Yeehaw!
Want to begin [data farming](https://df.oceandao.org)? Start [here](how-to-veocean.md). 🤠
You can visit our dApp to [begin Data Farming](https://df.oceandao.org)? Or [follow this user guide](how-to-veocean.md) to get started. 🤠
### Step 1 - Navigate to the Data Farming Rewards page
Go to [https://df.oceandao.org/](https://df.oceandao.org), and click the Rewards [link](https://df.oceandao.org/activerewards) at the top of the page.
Go to [https://df.oceandao.org/](https://df.oceandao.org), and click the Rewards [link](https://df.oceandao.org/rewards) at the top of the page.
<figure><img src="../../.gitbook/assets/rewards/Rewards-Tab.png" alt=""><figcaption><p>Click the Rewards link at the top of the page</p></figcaption></figure>

View File

@ -30,10 +30,10 @@ Active Rewards are a bit more complicated and depend on many factors that are cu
You can easily expand the spreadsheet above to support a basic, naive calculations for Active Rewards such as adding a fixed-rate.
To help solve this challenge, [we built a dashboard](https://df.oceandao.org/datafarming) that shows historical and ongoing summaries of APY, Data Consume Volume, and veOCEAN allocations per-round.
To help solve this challenge, [we built a dashboard](https://df.oceandao.org/volume-df) that shows historical and ongoing summaries of APY, Data Consume Volume, and veOCEAN allocations per-round.
<figure><img src="../../.gitbook/assets/rewards/curate-datasets.png" alt=""><figcaption><p>Curate like a Pro.</p></figcaption></figure>
You can also [learn how rewards are calculated here](../rewards/df-volumedf.md#how-rewards-are-calculated) to understand more about what's happening behind the scenes of each Data Farming round.
You can also [learn how rewards are calculated here](../../rewards/df-volumedf.md#how-rewards-are-calculated) to understand more about what's happening behind the scenes of each Data Farming round.
Finally, you can [review the implementation inside df-web](https://github.com/oceanprotocol/df-web/blob/main/src/utils/rewards.js) to understand how the APYs on the UI are calculated.