Add EIP: Historical Ownership Extension for ERC-721#11787
Open
emilianosolazzi wants to merge 9 commits into
Open
Add EIP: Historical Ownership Extension for ERC-721#11787emilianosolazzi wants to merge 9 commits into
emilianosolazzi wants to merge 9 commits into
Conversation
Introduced EIP-721H, a historical ownership extension for ERC-721 that maintains complete on-chain ownership history through a three-layer model. This EIP aims to enhance the ERC-721 standard by providing immutable origin tracking, a historical trail of ownership, and current authority semantics.
Updated author and discussion links for EIP-721H.
Updated author and discussion link in the EIP-8042 document.
This EIP introduces a reserve‑backed ERC‑20 token that enforces solvency as a transaction‑validity condition. Each state transition preserves the invariant T + F == R, ensuring that the contract’s accounted reserve always matches its token supply plus protocol fees. Unlike traditional wrappers, IFR tokens make solvency a local property of the contract itself, eliminating reliance on off‑chain audits or external proofs. The design standardizes fee attribution, surplus handling, and invariant checks, providing a composable primitive for transparent reserve accounting across DeFi protocols.
Collaborator
File
|
|
The commit bc54271 (as a parent of 33569ce) contains errors. |
Member
|
Hiya, I believe this is an ERC and not an EIP, could you open this in https://github.com/ethereum/ERCs ? (and close this PR) 😄 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ATTENTION: ERC-RELATED PULL REQUESTS NOW OCCUR IN ETHEREUM/ERCS
--
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: