Open emizzle opened 3 months ago
Yeah, makes sense, although I am not sure how this would get reflected in the pricePerSlot
calculation? (I assume you mean the contract one, right?). I mean it can be a rather fluid parameter based on the gas situation on the chain, although I guess thanks to L2s this should not fluctuate that much.
The pricing structure currently does not take into account the number of proofs (
proofProbability
) that an SP will need to provide for the duration of the contract. The more proofs required should equate to a higher payout. There are two options to solve this:proofProbability
into thepricePerSlot
calculation, orminPricePerProof
in theAvailability
matching