diff --git a/EIPS/eip-725.md b/EIPS/eip-725.md index 4744f8fd..c6aa3d28 100644 --- a/EIPS/eip-725.md +++ b/EIPS/eip-725.md @@ -241,13 +241,13 @@ MUST be triggered when `approve` was called and the claim was successfully added ## Rationale -This specification was chosen to allow most flexibility and experimention around identity. By having each identity in a separate contract it allows for cross idenity compatibility, but at the same time extra and altered functionality for new use cases. +This specification was chosen to allow most flexibility and experimention around identity. By having each identity in a separate contract it allows for cross identity compatibility, but at the same time extra and altered functionality for new use cases. The main critic of this standard is the verification where each identity that issues a claim, also should have a separate CLAIM signing key attached. While [#ERC780](https://github.com/ethereum/EIPs/issues/780) uses a standardised registry to assign claims to addresses. Both systems could work in conjunction and should be explored. While also off-chain claims using DID verifiable claims and merkle tries can be added as claims and should be explored. -The rationale of this standard is to function as an open and veryf flexible container for idenity. +The rationale of this standard is to function as an open and very flexible container for identity. ## Implementation @@ -299,4 +299,4 @@ contract ERC725 { - [Sovrin Foundation Self Sovereign Identity](https://sovrin.org/wp-content/uploads/2017/06/The-Inevitable-Rise-of-Self-Sovereign-Identity.pdf) ## Copyright -Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). \ No newline at end of file +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).