Tools for understanding, estimating, and forecasting the on-chain gas costs of FWSS operations on Filecoin mainnet. Data sourced live from FOC Observer, Glif, and CoinGecko.
Estimate the real gas cost of every FWSS operation — createDataSet, addPieces, provePossession, nextProvingPeriod — for any dataset configuration. Gas values queried live from FOC Observer. provePossession uses a logarithmic model fitted to 630 real datasets (R²=0.99).
How much of Filecoin's 23.5B gas/tipset target does FWSS use today? How is it growing? When does it become relevant to network congestion? Includes 30-day historical trend, dataset distribution analysis, growth scenarios, and sensitivity analysis.
Gas stress-testing for events that haven't happened yet — derived from reading PDPVerifier.sol and FilecoinWarmStorageService.sol line by line. Models sumTreeRemove O(K×log N), unbounded addPieces batches, mass dataset creation, SP failure cascades, and network congestion.