Skip to content

Commit

Permalink
Fix additional links in new FTSO dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultxavi committed Oct 20, 2023
1 parent 33c7416 commit 492a694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tech/flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See [Developer Docs](../dev/index.md).

The Flare native currency, `$FLR`, works the same as `$ETH` on the Ethereum blockchain.
For those contracts that can only work with [ERC-20](glossary.md#erc20) tokens, `$FLR` can be easily [wrapped](../user/wrapping-tokens.md) as `$WFLR`, which is an ERC-20 representation of `$FLR`.
Flare's [FTSO delegation](ftso.md#delegation) and Flare [governance](./governance.md) are examples of such apps.
Flare's [FTSO delegation](./ftso.md#delegation) and Flare [governance](./governance.md) are examples of such apps.

Common blockchain tools like [wallets](../user/wallets/index.md), a [token management portal](https://portal.flare.network/), and [block explorers](../user/block-explorers/index.md) are available on Flare.

Expand Down
5 changes: 2 additions & 3 deletions docs/tech/ftso.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The following information describes:
* [How results are calculated](#how-results-are-calculated)
* [Vote power](#vote-power)
* [Delegation](#delegation)
* How developers can [submit data](#data-submission-process), [claim rewards](#reward-claiming-procedure), and [use the data in an app](#technical-details)

## Procedure Overview

Expand Down Expand Up @@ -51,7 +50,7 @@ Using price data as an example, the procedure in the following diagram runs cont
During a **3-minute** price epoch, providers fetch the information, run their algorithms, and **submit a hash** of the data (_commit_).
Then, during the first half of the following price epoch (**1.5 minutes**), providers submit the actual data (_reveal_).

See technical details about the [data-submission process](#data-submission-process) below.
See technical details about the [data-submission process](../dev/reference/ftso.md#data-submission-process) in the developer reference section.

3. The FTSO system calculates the **resulting median**, taking into account each provider's vote power (see [How Results are Calculated](#how-results-are-calculated) below).

Expand Down Expand Up @@ -217,7 +216,7 @@ After 90 days, unclaimed rewards on Flare are burned, and on Songbird, they are
### Reward-Claiming Procedure

FTSO rewards are not automatically transferred to their recipients.
Instead, the amounts are accumulated in a contract, as described in the [System Architecture](#system-architecture), and must be claimed **once the reward epoch is finished**.
Instead, the amounts are accumulated in a smart contract and must be claimed **once the reward epoch is finished**.

You can [claim your rewards using the Flare Portal](../user/delegation/managing-rewards.md), a supported wallet like [Bifrost](../user/wallets/bifrost-wallet.md), or a [dapp](glossary.md#dapp).
Take a look at [flaremetrics.io](https://flaremetrics.io/) and pick the one you prefer.
Expand Down

0 comments on commit 492a694

Please sign in to comment.