mirror of
https://github.com/logos-messaging/pm.git
synced 2026-04-27 22:33:20 +00:00
34 lines
895 B
Markdown
34 lines
895 B
Markdown
|
|
# RLN Smart Contract FURPS
|
||
|
|
|
||
|
|
## Functionality
|
||
|
|
|
||
|
|
1. RLN rate limit can be defined in terms of multiple messages per epoch.
|
||
|
|
2. RLN rate limit is set at membership insertion
|
||
|
|
3. RLN proof generation and validation only requires Web3 RPC `call`s, no blockchain events or initialisation are needed.
|
||
|
|
4. An ERC-20 token deposit is needed to insert a membership
|
||
|
|
|
||
|
|
## Usability
|
||
|
|
|
||
|
|
1. Application developers can set RLN rate limit at insertion.
|
||
|
|
2. User does not need to wait for merkle tree synchronization and building to start relaying
|
||
|
|
or sending messages.
|
||
|
|
|
||
|
|
## Reliability
|
||
|
|
|
||
|
|
1. ...
|
||
|
|
|
||
|
|
## Performance
|
||
|
|
|
||
|
|
1. New node setup with an RLN membership can be ready to verify RLN proof within 5s,
|
||
|
|
no matter the size of the tree **(Vac-DST)**.
|
||
|
|
|
||
|
|
## Supportability
|
||
|
|
|
||
|
|
1. ...
|
||
|
|
|
||
|
|
## + (Privacy, Anonymity, Deployments)
|
||
|
|
|
||
|
|
1. Smart Contracts are deployed on Linea Testnet.
|
||
|
|
2. TWN uses smart contracts deployed on Linea Testnet.
|
||
|
|
|