Skip to content

Commit 78e4ea3

Browse files
authored
fix(docs): improve overview pages (#878)
2 parents 1014a69 + dbe007f commit 78e4ea3

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

docs/network/0-overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
336336
- **Transaction fees:**
337337
- **Type0** (Legacy) - Fee is calculated as `gasUsed * gasPrice`.
338338

339-
- **Type2** (EIP-1559) - Fee is calculated as `(baseFee + priorityFee) * gas`. Both the base and priority fees are burned.
339+
- **Type2** (EIP-1559) - Fee is calculated as `(baseFee + priorityFee) * gas`.
340+
- In both cases, the transaction fee is burned.
340341

341342
## Smart contracts
342343

docs/support/flr.mdx

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
1111

1212
FLR is the native token of the Flare network and serves several key functions:
1313

14-
- **Network Security**: Staking to validators to provide network security through a [Proof-of-Stake (PoS) consensus](/network/overview#consensus-mechanism).
14+
- **Network Security**: Staking to validators to provide network security through a [Proof-of-Stake (PoS) consensus](/network/consensus).
1515
- **Data Provision**: Incentivized delegation to the [Flare Time Series Oracle (FTSO)](/ftso/overview).
1616
- **Governance**: Participation within network [governance](/network/governance).
1717
- **Transaction Fees**: Prevention of spam attacks, all transaction fees are [burned](/network/overview#transaction-format).
@@ -66,36 +66,38 @@ These tokens have been allocated to the following groups. Note the delegation, c
6666

6767
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
6868
| ------------------------------ | --------------------------------- | ------------ | ----------------------- | -------- |
69-
| **Flare Foundation (FF)** | 9,787,578,628<br/>(9.8 billion) | NO | NO | NO |
70-
| **Initial Token Distribution** | 4,278,738,206<br/>(4.3 billion) | YES | YES | YES |
71-
| **FlareDrop** | 24,246,183,166<br/>(24.2 billion) | YES | YES | YES |
72-
| **Incentive Pool** | 20,000,000,000<br/>(20 billion) | YES | YES | YES |
73-
| **Subtotal** | 58.3 billion FLR | | | |
69+
| **Flare Foundation** | 9,787,578,628<br/>(9.8 billion) | | | |
70+
| **Initial Token Distribution** | 4,278,738,206<br/>(4.3 billion) | | | |
71+
| **FlareDrop** | 24,246,183,166<br/>(24.2 billion) | | | |
72+
| **Incentive Pool** | 20,000,000,000<br/>(20 billion) | | | |
73+
| **Subtotal** | 58.3 billion FLR | - | - | - |
7474

7575
### Flare partners
7676

77-
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
78-
| ------------------- | ---------------------------------- | ------------------------ | ----------------------- | -------- |
79-
| **Flare Labs (FL)** | 12,965,300,324<br/>(12.97 billion) | YES | NO | YES |
80-
| **Flare VC Fund** | 10,000,000,000<br/>(10 billion) | With tokens from FL only | NO | NO |
81-
| **Subtotal** | 22.97 billion FLR | | | |
77+
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
78+
| ------------------- | ---------------------------------- | ------------ | ----------------------- | -------- |
79+
| **Flare Labs (FL)** | 12,965,300,324<br/>(12.97 billion) ||||
80+
| **Flare VC Fund** | 10,000,000,000<br/>(10 billion) | ✅(\*) |||
81+
| **Subtotal** | 22.97 billion FLR | - | - | - |
82+
83+
(\*) With tokens from FL only.
8284

8385
### Team, advisors, and backers
8486

8587
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
8688
| ----------------- | ------------------------------- | ------------ | ----------------------- | -------- |
87-
| **Founding Team** | 7,000,000,000<br/>(7 billion) | YES | NO | YES |
88-
| **Rest of Team** | 1,500,000,000<br/>(1.5 billion) | YES | NO | YES |
89-
| **Future Team** | 3,000,000,000<br/>(3 billion) | YES | NO | YES |
90-
| **Advisors** | 2,000,000,000<br/>(2 billion) | YES | YES | YES |
91-
| **Backers** | 3,100,811,196<br/>(3.1 billion) | YES | YES | YES |
92-
| **Subtotal** | 16.6 billion FLR | | | |
89+
| **Founding Team** | 7,000,000,000<br/>(7 billion) | | | |
90+
| **Rest of Team** | 1,500,000,000<br/>(1.5 billion) | | | |
91+
| **Future Team** | 3,000,000,000<br/>(3 billion) | | | |
92+
| **Advisors** | 2,000,000,000<br/>(2 billion) | | | |
93+
| **Backers** | 3,100,811,196<br/>(3.1 billion) | | | |
94+
| **Subtotal** | 16.6 billion FLR | - | - | - |
9395

9496
### Inflation amount
9597

9698
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
9799
| ------------- | -------------------- | ------------ | ----------------------- | -------- |
98-
| **Inflation** | N/A | YES | YES | YES |
100+
| **Inflation** | N/A | | | |
99101

100102
## Public distribution & inflation
101103

0 commit comments

Comments
 (0)