resources: tutela

This commit is contained in:
gozzy 2023-01-30 09:51:35 +00:00
parent 9a91dcbbe4
commit 5f24eb7837
2 changed files with 12 additions and 1 deletions

View File

@ -39,6 +39,7 @@
## Resources
* [Deployments](general/deployments.md)
* [Compliance tool](general/resources/compliance-tool.md)
* [Analytics](general/resources/analytics.md)
* [Deployments](general/deployments.md)
* [Tutela](general/resources/tutela.md)

View File

@ -0,0 +1,10 @@
# Tutela
As apart of the first iteration of a bounty program to incentivise contributors, a task concept formed regarding to help identify poor usage of the protocol - **that could compromise an individual user's privacy**. Which would mean the creation of a tool to compute the relative strength of any of the protocol's anonymity sets and identify potential leaks in certain transactional patterns.
Interest gathered from external actors and over the the span of 3 months, a group of independent developers and academics came and coproduced Tutela; a tool to probabilistically find relations between addresses using Tornado Cash through specific hueristics and fingerprint clustering.
https://arxiv.org/abs/2201.06811
You can try out the application publicly, [tutela.xyz](https://tutela.xyz) and view the source code of the [clustering algorithim](https://github.com/TutelaLabs/tutela-app) used.