project screenshot 1
project screenshot 2
project screenshot 3

Emergent Reputation

Social coordination is notoriously difficult in the cyber domain due to the propensity of sybil attacks. We're developing a POC to show that web-of-trust can be reduced to lists of simple account-id on-chain, providing effective defence against sybil attacks.

Emergent Reputation

Created At

BuildQuest

Winner of

trophy

💸 Most efficient asset distribution

Project Description

The lack of reputation clearly associated with entities creating content on social media platforms like Twitter creates an experience for users that requires them to exercise judgment to decide if an interaction is pure or malicious.

To determine the reliability of individuals, we need the opinions of other users. When a user signs their public key, the signature is a proof of their reliability. We build an emergent reputation system based on the signatures. By leveraging the non-repudiation and unforgeability qualities of digital signatures on blockchain, we can ensure a safer environment for social communication and coordination.

How it's Made

A user can sign the public key of another account that they trust, and store the in-signatures and out-signatures on IPFS/IPLD. Then, we only need to store the hash (cid) of these signature files for each user on-chain, which needs less storage space on-chain and saves gas fees. We use elliptic curve digital signing provided by web3.js and we store the cid, a hash/label that points to the data in IPFS on Ethereum network. The content we store on IPFS for each account is the following: public keys of signatures produced, signatures produced, public keys of accounts that have signed this account, signatures received by this account.

background image mobile

Join the mailing list

Get the latest news and updates