← Back to home

ZeroBin

A sybil account checker that preserves the privacy of the user

Screenshots

ZeroBin screenshot 1
ZeroBin screenshot 2
ZeroBin screenshot 3
ZeroBin screenshot 4

Problem Statement

This is a sybil account checker that preserves the privacy of the user. It finds out similar addresses to a given one based on their transaction history and the protocols they have used. It also takes into account the tokens and NFTs they hold and have transferred to other addresses.

Solution

We use Etherscan's API to pull the Top 100 most used protocols and then filter by addresses. A matching algorithm that we have built, written in Python, is then used to check similar addresses to the provided one. Protocols like Uniswap, Curve Finance, OpenSea are used to track such cases.

Hackathon

Circuit Breaker

2024

Contributors