From 554758aa9466392616cc02bf481ed139a08584d3 Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Thu, 15 Aug 2024 13:04:07 +0200 Subject: [PATCH] clarify pricing parameter --- standards/core/rln-contract.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/standards/core/rln-contract.md b/standards/core/rln-contract.md index ae6ef87..279a928 100644 --- a/standards/core/rln-contract.md +++ b/standards/core/rln-contract.md @@ -46,14 +46,14 @@ The contract MUST provide the following functionalities: Contract parameters and their RECOMMENDED values for the initial mainnet deployment are as follows: -| Parameter | Symbol | Value | Units | -| ------------------------------------------- | --------- | ------- | ---------------------------------- | -| Epoch length | `epoch` | `10` | minutes | -| Maximum total rate limit of all memberships | `R_{max}` | `20000` | messages per `epoch` | -| Minimal rate limit of one membership | `r_{min}` | `20` | messages per `epoch` | -| Price of `1` message per epoch | `p_u` | `0.01` | `USD` per one period of length `T` | -| Membership expiration term | `T` | `180` | days | -| Membership grace period | `G` | `30` | days | +| Parameter | Symbol | Value | Units | +| ------------------------------------------- | --------- | ------- | -------------------- | +| Epoch length | `epoch` | `10` | minutes | +| Maximum total rate limit of all memberships | `R_{max}` | `20000` | messages per `epoch` | +| Minimal rate limit of one membership | `r_{min}` | `20` | messages per `epoch` | +| Membership price for `1` message per epoch | `p_u` | `0.01` | `USD` | +| Membership expiration term | `T` | `180` | days | +| Membership grace period | `G` | `30` | days | ## Membership lifecycle