mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
clarify pricing parameter
This commit is contained in:
parent
2f4518453c
commit
554758aa94
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user