- Get Started
- Framework
- Get Started
- Framework
Identity Proofs as Node Attributes
Examples of identity proofs include:
- World ID
- zkPassport
- Opacity Network, or other zkTLS authentication with a relevant Web2 provider
These proofs increase a node’s trustworthiness, leading to higher block rewards. This enhances Sybil resistance by providing incentives for genuine users to invest in their EC by submitting proof of their realness.
These proofs can be assigned a score that unlocks a larger block rewards for both this node and any transacting counterparties. Specifically, we boost nodes that have evidence of realness because it provides the network with stronger sybil resistance.
Incorporating Identity Proofs into Eigenvector Centrality#
We represent the network as a bipartite graph , where and are disjoint sets of nodes representing producers (sellers) and buyers, respectively, and is the set of edges representing transactions between them.
The eigenvector centrality (EC) of the nodes in the graph is calculated by solving the eigenvalue problem:
where is the adjacency matrix of the graph, and is the largest eigenvalue.
When a user provides an identity proof, we model this as adding a doping vector to the eigenvalue equation This can be captured by modifying the EC formula to become an inhomogeneous eigenvalue problem. Suppose user submits an identity proof that translates into a boost of in eigenvector centrality. We then define a "doping vector" , where the nonzero element appears in the -th position. The inhomogeneous eigenvalue problem to solve is then:
Technical Impact#
- EC Boost Propagation: The boost in eigenvector centrality resulting from an identity proof propagates through the graph, increasing the centrality of neighboring nodes.
- Higher Rewards: Nodes with verified identity proofs earn greater rewards due to their enhanced EC, making them more attractive as transaction partners.
Next Steps#
We will now explore Service Proofs, which strengthen the reliability of individual transactions in the network.