Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 756 Bytes

File metadata and controls

18 lines (10 loc) · 756 Bytes

Token Distribution Algorithm

Whitepaper describing a constant-gas, deposit-age-weighted, front-run-resistant on-chain reward distribution algorithm. Achieves O(1) time complexity regardless of participant count or distribution history.

Authors: Ivan Menshchikov, Roman Vinogradov.

Paper

Reference implementation

Production-ready Solidity implementation: Juglipaff/fair-rewards (npm).

License

Apache-2.0 (see LICENSE).