diff --git a/SUMMARY.md b/SUMMARY.md index 69358e0..5fcf324 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/general/resources/tutela.md b/general/resources/tutela.md new file mode 100644 index 0000000..6ea089a --- /dev/null +++ b/general/resources/tutela.md @@ -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. +