From 7a592f221966d00ecc7e590d249180fd00ea0a74 Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Mon, 17 Jul 2023 16:58:15 +0300 Subject: [PATCH] Fixed broken links --- user-guides/how-to-df-estimate-apy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user-guides/how-to-df-estimate-apy.md b/user-guides/how-to-df-estimate-apy.md index e31822d1..9c6fddeb 100644 --- a/user-guides/how-to-df-estimate-apy.md +++ b/user-guides/how-to-df-estimate-apy.md @@ -11,9 +11,9 @@ description: >- Before we start, let's do a quick recap. Rewards are earned by users that hold and use their veOCEAN to help the protocol improve and grow. Here are some good lessons to improve the outcome of your APY. -1. To improve your yield, you will need to make good decisions for how long you'll choose to lock. The best way to do this is to learn how [Time Locking](/rewards/veocean.md#veocean-time-locking) and [Linear Decay](/rewards/veocean.md#linear-decaywork) function. +1. To improve your yield, you will need to make good decisions for how long you'll choose to lock. The best way to do this is to learn how [Time Locking](/rewards/veocean.md#veocean-time-locking) and [Linear Decay](/rewards/veocean.md#linear-decay) function. 2. APYs are always initially calculated by dividing the amount of OCEAN you have received from rewards, by the relative amount of OCEAN you have locked up. -3. As a rule: _Wherever APYs are provided to the user in the app (df.oceandao.org), they are caclulated assuming an initial 4-year lock up period with a weekly schedule of compounding rewards into an updated 4-year lock. This estimate works provided current: number of users, reward emissions, and other reward parameters stay constant while excluding all tx fees_ +3. As a rule: _Wherever APYs are provided to the user in the app (df.oceandao.org), they are caclulated assuming an initial 4-year lock up period with a weekly schedule of compounding rewards into an updated 4-year lock. This estimate works provided current: number of users, reward emissions, and other reward parameters stay constant while excluding all tx fees._ Now that we got that out of the way, let's work through the examples and keep it as simple as possible. @@ -37,6 +37,6 @@ Having said this, we do provide a thorough dashboard that provides historical an

Curate like a Pro.

-You can also [learn how rewards are calculated here](rewards/df-max-out-yield.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-max-out-yield.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 APYs are calculated at the frontend/UI level. \ No newline at end of file