Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/network/0-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
- **Transaction fees:**
- **Type0** (Legacy) - Fee is calculated as `gasUsed * gasPrice`.

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

## Smart contracts

Expand Down
38 changes: 20 additions & 18 deletions docs/support/flr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";

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

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

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

### Flare partners

| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
| ------------------- | ---------------------------------- | ------------------------ | ----------------------- | -------- |
| **Flare Labs (FL)** | 12,965,300,324<br/>(12.97 billion) | YES | NO | YES |
| **Flare VC Fund** | 10,000,000,000<br/>(10 billion) | With tokens from FL only | NO | NO |
| **Subtotal** | 22.97 billion FLR | | | |
| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
| ------------------- | ---------------------------------- | ------------ | ----------------------- | -------- |
| **Flare Labs (FL)** | 12,965,300,324<br/>(12.97 billion) | ✅ | ❌ | ✅ |
| **Flare VC Fund** | 10,000,000,000<br/>(10 billion) | ✅(\*) | ❌ | ❌ |
| **Subtotal** | 22.97 billion FLR | - | - | - |

(\*) With tokens from FL only.

### Team, advisors, and backers

| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
| ----------------- | ------------------------------- | ------------ | ----------------------- | -------- |
| **Founding Team** | 7,000,000,000<br/>(7 billion) | YES | NO | YES |
| **Rest of Team** | 1,500,000,000<br/>(1.5 billion) | YES | NO | YES |
| **Future Team** | 3,000,000,000<br/>(3 billion) | YES | NO | YES |
| **Advisors** | 2,000,000,000<br/>(2 billion) | YES | YES | YES |
| **Backers** | 3,100,811,196<br/>(3.1 billion) | YES | YES | YES |
| **Subtotal** | 16.6 billion FLR | | | |
| **Founding Team** | 7,000,000,000<br/>(7 billion) | | ❌ | |
| **Rest of Team** | 1,500,000,000<br/>(1.5 billion) | | ❌ | |
| **Future Team** | 3,000,000,000<br/>(3 billion) | | ❌ | |
| **Advisors** | 2,000,000,000<br/>(2 billion) | | ✅ | ✅ |
| **Backers** | 3,100,811,196<br/>(3.1 billion) | | ✅ | ✅ |
| **Subtotal** | 16.6 billion FLR | - | - | - |

### Inflation amount

| Entity | Total FLR Allocation | Can Delegate | Can Claim the FlareDrop | Can Vote |
| ------------- | -------------------- | ------------ | ----------------------- | -------- |
| **Inflation** | N/A | YES | YES | YES |
| **Inflation** | N/A | | ✅ | ✅ |

## Public distribution & inflation

Expand Down