Skip to content

Commit d28afb0

Browse files
committed
fix(docs): add note for flaredrops ending
1 parent ffc9772 commit d28afb0

File tree

7 files changed

+31
-0
lines changed

7 files changed

+31
-0
lines changed

docs/network/_flaredrops.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:::warning[FlareDrops have ended]
2+
3+
FlareDrops concluded on January 30, 2026, completing the 36-month distribution schedule defined under [FIP.01](https://proposals.flare.network/FIP/FIP_1.html).
4+
5+
WFLR, rFLR, and staked FLR no longer accrue the FlareDrop reward component.
6+
However, **protocol-level rewards remain unchanged**: you continue to earn rewards for FTSO delegation, FLR staking, and FAssets agent participation.
7+
8+
Learn more about [FLR's operational utility era](https://flare.network/news/beyond-flaredrops-flr-enters-operational-utility-era).
9+
10+
:::

docs/network/flare-tx-sdk/2-cookbook.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ keywords:
1616
tags: [intermediate, javascript]
1717
---
1818

19+
import FlareDrops from "../_flaredrops.mdx";
20+
1921
This Cookbook contains ready-to-use code snippets for common operations with the Flare Transaction SDK.
2022

2123
## Retrieve account balances
@@ -81,6 +83,8 @@ Flare supports multiple reward sources: FlareDrops, staking rewards, rNat (e.g.
8183

8284
### FlareDrops
8385

86+
<FlareDrops />
87+
8488
[FlareDrops](https://flare.network/news/flaredrop-guide) are rewards periodically distributed to token holders.
8589

8690
```javascript

docs/network/guides/manage-flaredrops.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ keywords: [intermediate, solidity, smart-contract, flare-network]
88
sidebar_position: 8
99
---
1010

11+
import FlareDrops from "../_flaredrops.mdx";
12+
13+
<FlareDrops />
14+
1115
[FlareDrops](https://flare.network/news/flaredrop-guide) are a series of 36 monthly drops totalling 24.2 billion FLR can be claimed by active Flare community members who have wrapped their Flare tokens.
1216
This guide explains how to manage FlareDrop functionality in applications.
1317

docs/network/solidity-reference/IDistributionToDelegators.md renamed to docs/network/solidity-reference/IDistributionToDelegators.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_position: 6
44
description: Interface for managing FlareDrop claims.
55
---
66

7+
import FlareDrops from "../_flaredrops.mdx";
8+
9+
<FlareDrops />
10+
711
Interface for managing FlareDrop claims.
812

913
Sourced from `IDistributionToDelegators.sol` on [GitLab](https://gitlab.com/flarenetwork/flare-smart-contracts/-/blob/master/contracts/userInterfaces/IDistributionToDelegators.sol).

docs/run-node/4-register-validator.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description: Register your node as a validator.
1919
import Tabs from "@theme/Tabs";
2020
import TabItem from "@theme/TabItem";
2121
import DocCardList from "@theme/DocCardList";
22+
import FlareDrops from "../network/_flaredrops.mdx";
2223

2324
This guide explains how to register your Flare node as a validator.
2425
On Flare, any node can become a validator by performing a **self-bond** transaction on the P-chain.
@@ -260,6 +261,8 @@ The following table summarizes the key differences between the phases:
260261
261262
**Detailed breakdown:**
262263
264+
<FlareDrops />
265+
263266
The Flare network is designed to be progressively decentralized, with the transition occurring in three phases:
264267
265268
1. Infrastructure entities will be progressively on-boarded to ensure the network remains operational.

docs/run-node/5-flare-entity.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import Tabs from "@theme/Tabs";
2121
import TabItem from "@theme/TabItem";
2222
import ThemedImage from "@theme/ThemedImage";
2323
import useBaseUrl from "@docusaurus/useBaseUrl";
24+
import FlareDrops from "../network/_flaredrops.mdx";
2425

2526
This guide will walk you through setting up a Flare Entity, consisting of a validator node and a data provider system (FSP) for the Flare network.
2627
The [FSP](/network/fsp) consists of [Flare Time Series Oracle (FTSO)](https://dev.flare.network/ftso/overview) and [Flare Data Connector (FDC)](https://dev.flare.network/fdc/overview) sub-protocols.
@@ -975,6 +976,8 @@ Consistent monitoring is key to maintaining performance and reward eligibility.
975976
<details>
976977
<summary>F5. How can I opt-out of receiving FlareDrops?</summary>
977978

979+
<FlareDrops />
980+
978981
To opt-out of receiving all future FlareDrops, you need to call the [`optOutOfAirdrop`](/network/solidity-reference/IDistributionToDelegators#optoutofairdrop) method on the [`DistributionToDelegators`](/network/solidity-reference) contract with your `Identity` address.
979982

980983
</details>

docs/support/flr.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ hide_table_of_contents: false
88

99
import ThemedImage from "@theme/ThemedImage";
1010
import useBaseUrl from "@docusaurus/useBaseUrl";
11+
import FlareDrops from "../network/_flaredrops.mdx";
1112

1213
FLR is the native token of the Flare network and serves several key functions:
1314

@@ -60,6 +61,8 @@ The majority of tokens are destined for community ownership, whether by direct t
6061

6162
:::
6263

64+
<FlareDrops />
65+
6366
These tokens have been allocated to the following groups. Note the delegation, claiming, and voting abilities of each, defined here:
6467

6568
- **Can delegate**: The entity can earn standard inflationary rewards by delegating tokens to the [Flare Time Series Oracle (FTSO)](/ftso/overview).

0 commit comments

Comments
 (0)