-
Notifications
You must be signed in to change notification settings - Fork 308
Add FIP-0100 guidance #2396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add FIP-0100 guidance #2396
Conversation
Adds a new section to the Storage Provider Basics page explaining daily fees introduced in FIP-0100. Covers how fees are charged, fee debt behaviour, and startup readiness considerations for new SPs, including the 10 TiB threshold and delayed block rewards. Based on internal guidance and FIPs discussion thread filecoin-project#1105.
@rjan90 : can you please review? |
@TippyFlitsUK if you rebase on main you should be able to get the two failing tests to pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to include numbers because I imagine the question from a reader being "ok, but how much? 1, 10, 100, 1000 FIL?", but I'm not sure we can be too clear about that. Maybe tell them to review the numbers in the FIP or just the summary posted at filecoin-project/FIPs#1105 (comment) and judge according to their expected onboarding rate.
numbers in FIP are going to be updated, maybe better to link at a real-time fee calculator like this one?https://penalty.660688.xyz/dailyfee |
Adds a new section to the Storage Provider Basics page explaining daily fees introduced in FIP-0100. Covers how fees are charged, fee debt behaviour, and startup readiness considerations for new SPs, including the 10 TiB threshold and delayed block rewards. Based on internal guidance and FIPs discussion thread #1105.