docs/circuits/anonymity-mining/README.md

12 lines
657 B
Markdown
Raw Normal View History

2023-01-28 19:55:19 +03:00
# Anonymity mining
2022-03-30 13:47:29 +03:00
2023-01-28 19:55:19 +03:00
The anonymity mining protocol underpins the [Anonymity Mining Program](../../general/token/anonymity-mining.md), which rewards users according to the block duration that they wait before withdrawing their deposits.
2022-03-30 13:47:29 +03:00
2023-01-28 19:55:19 +03:00
Anonymity Mining uses a Tornado trees contract as a ZK-efficient register of deposit and withdrawal transactions, which enables users to make efficient proofs regarding their usage.
2022-03-30 13:47:29 +03:00
[tornado-trees.md](tornado-trees.md)
Once deposits and withdrawals are registered into the Tornado Trees contract, they become eligible for having their rewards claimed into a shielded AP account.
[mining-rewards.md](mining-rewards.md)