It's often needed that an Ethereum smart contract must verify a claim (I live in Australia) attested by a valid attester.
For example, an ICO contract might require that the participant, Alice, lives in Australia before she participates. Alice's claim of residency could come from a local Justice of the Peace who could attest that "Alice is a resident of Australia in NSW".
Unlike previous attempts, we assume that the attestation is signed and issued off the blockchain in a Merkle Tree format. Only a part of the Merkle tree is revealed by Alice at each use. Therefore we avoid the privacy problem often associated with issuing attestations on chain. We also assume that Alice has multiple signed Merkle Trees for the same factual claim to avoid her transactions being linkable.
Purpose
This ERC provides an interface and reference implementation for smart contracts that need users to provide an attestation and validate it.
Here is an example implementation of the MerkleTreeAttestationInterface
Here is an example service which would use such a merkle tree attestation
Related ERC's
#1388 #1386
Citation
Please cite this document as:
Weiwu Zhang, James Sangalli, "EIP-1387: Merkle Tree Attestations with Privacy enabled,"
Ethereum Improvement Proposals, no. 1387, early access, September 2018. [Online serial].
Available: https://ercs.eips.fyi/1387/.