Skip to content

Commit 70d4e0d

Browse files
committed
refactor(fsp): update protocol parameters table for clarity and accuracy
1 parent ee157bb commit 70d4e0d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/network/fsp/5-protocol-parameters.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ The values provided here correspond to Flare Mainnet.
1313

1414
| Metric | Value | Associated functions |
1515
| --------------------------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
16-
| **Update size** | ≈200k (1.33%) | - |
1716
| **Mean updates per block** | 1.5 | [`FastUpdatesIncentiveManager.getExpectedSampleSize`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getexpectedsamplesize) |
1817
| **Precision (step size)** | ≈0.0122% | [`FastUpdatesIncentiveManager.getPrecision`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getprecision) |
19-
| **Range** | 0.0183% | [`FastUpdatesIncentiveManager.getRange`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getrange) |
20-
| **Max range (max increment per block)** | 0.091% (5x) | [`FastUpdatesIncentiveManager.rangeIncreaseLimit`](/ftso/solidity-reference/IFastUpdateIncentiveManager#rangeincreaselimit) |
21-
| **Max increment per second** | 0.054% | - |
22-
| **Incentive duration** | 17 blocks (≈29 seconds) | [`FastUpdatesIncentiveManager.getIncentiveDuration`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getincentiveduration) |
18+
| **Range (precision * mean updates)** | 0.0183% | [`FastUpdatesIncentiveManager.getRange`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getrange) |
19+
| **Max range** | 0.091% (5x) | [`FastUpdatesIncentiveManager.rangeIncreaseLimit`](/ftso/solidity-reference/IFastUpdateIncentiveManager#rangeincreaselimit) |
20+
| **Incentive duration** | 17 blocks | [`FastUpdatesIncentiveManager.getIncentiveDuration`](/ftso/solidity-reference/IFastUpdateIncentiveManager#getincentiveduration) |
2321
| **Incentive fee (2x)** | ≈36.6 FLR | - |
2422

2523
### Anchor Feeds (Scaling)
2624

2725
| Metric | Value | Associated functions |
2826
| ------------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
29-
| **Update size** | ≈200k (1.33%) | - |
3027
| **Update duration** | 90s | - |
3128
| **FTSO protocol ID** | 100 | [`FtsoFeedPublisher.ftsoProtocolId`](/ftso/scaling/solidity-reference/IFtsoFeedPublisher#ftsoprotocolid) |
3229
| **Feeds history size** | 1000 | [`FtsoFeedPublisher.feedsHistorySize`](/ftso/scaling/solidity-reference/IFtsoFeedPublisher#feedshistorysize) |

0 commit comments

Comments
 (0)