Files
pse.dev/content/projects/rln.md
Kalidou Diagne b4b1bb56e6 migrate project data from .ts to Markdown files (#453)
* migrate project data from .ts to Markdown files
2025-06-13 22:05:23 +04:00

1.3 KiB

id, name, image, section, projectStatus, category, tldr, tags, links
id name image section projectStatus category tldr tags links
rln Rate-Limiting Nullifier rln.svg pse inactive devtools A protocol for deterring spam and maintaining anonymity in communication systems.
keywords themes types builtWith
Anonymity/privacy
build
Infrastructure/protocol
circom
solidity
semaphore
github website
https://github.com/Rate-Limiting-Nullifier/circom-rln https://rate-limiting-nullifier.github.io/rln-docs/

Rate-Limiting Nullifier (RLN) is a protocol designed to combat spam and denial of service attacks in privacy-preserving environments. It allows users in an anonymous system to penalize those who exceed the rate limit, either by withdrawing the offender's stake or revealing their secrets. This mechanism helps maintain system integrity and deters abuse. RLN is built on the Semaphore protocol and uses zero-knowledge proofs and the Shamir's Secret Sharing scheme to reveal the spammer's private key. It's particularly useful for developers working on communication systems that require privacy and anonymity, such as chat apps, client-server communications, and peer-to-peer communications. It's already being used in projects like Zerokit and Waku, and is also being developed for use with the KZG polynomial commitment scheme.