Skip to content

Commit 439e85a

Browse files
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.
1 parent 779b312 commit 439e85a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FIPS/fip-0077.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ By requiring a deposit when creating a new miner actor, this proposal addresses
2323
2. Decreases resource waste and potential gas cost increases resulting from unused miner actors
2424
3. Mitigates the risk of network congestion attacks where an attacker creates numerous low-cost miner actors
2525

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.
2727

2828
## Change Motivation
2929

@@ -41,9 +41,9 @@ Many users create multiple miner IDs to secure preferred IDs or favorable deadli
4141
The proposal requires a deposit when creating a new miner actor:
4242

4343
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)
4545
- 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%)
4747

4848
2. **Vesting Schedule:**
4949
- The deposited funds are locked in the miner actor's vesting table

0 commit comments

Comments
 (0)