You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the deposit amount to 10% of the previous 62 FIL (#1185)
* Modify the deposit amount to 10% of the previous 62 FIL
Adjust the deposit amount as agreed upon in the discussion.
* Use the initial pledge amount from August 2025 as the sample.
Copy file name to clipboardExpand all lines: FIPS/fip-0077.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ By requiring a deposit when creating a new miner actor, this proposal addresses
23
23
2. Decreases resource waste and potential gas cost increases resulting from unused miner actors
24
24
3. Mitigates the risk of network congestion attacks where an attacker creates numerous low-cost miner actors
25
25
26
-
The deposit is calculated based on the initial pledge required for 10 TiB of storage capacity, and is vested over 180 days. This introduces an opportunity cost that discourages frivolous miner creation while allowing legitimate storage providers to recover their deposit over time.
26
+
The deposit is calculated based on 10% of the initial pledge required for 10 TiB of storage capacity, and is vested over 180 days. This introduces an opportunity cost that discourages frivolous miner creation while allowing legitimate storage providers to recover their deposit over time.
27
27
28
28
## Change Motivation
29
29
@@ -41,9 +41,9 @@ Many users create multiple miner IDs to secure preferred IDs or favorable deadli
41
41
The proposal requires a deposit when creating a new miner actor:
42
42
43
43
1.**Deposit Amount Calculation:**
44
-
- The deposit is based on the initial pledge required for storing 10 TiB (defined by `MINIMUM_CONSENSUS_POWER` constant)
44
+
- The deposit is based on 10% of the initial pledge required for storing 10 TiB (defined by `MINIMUM_CONSENSUS_POWER` constant)
45
45
- This amount is calculated using `StateMinerInitialPledgeCollateral`, which considers the current network economics
46
-
- As of March 2024, this amounts to approximately 62 FIL (10 TiB * 0.1958 FIL/32 GiB)
46
+
- As of August 2025, this amounts to approximately 4 FIL (10 TiB * 0.131 FIL/32 GiB * 10%)
47
47
48
48
2.**Vesting Schedule:**
49
49
- The deposited funds are locked in the miner actor's vesting table
0 commit comments