blgaman
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: <The EIP title is a few words, not a complete sentence> description: <Description is one full (short) sentence> author: <a comma separated list of the author's or authors' name + GitHub username (in parenthesis), or name and email (in angle brackets). Example, FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)> discussions-to: <URL> status: Draft type: <Standards Track, Meta, or Informational> category: <Core, Networking, Interface, or ERC> # Only required for Standards Track. Otherwise, remove this field. created: <date created on, in ISO 8601 (yyyy-mm-dd) format> requires: <EIP number(s)> # Only required when you reference an EIP in the `Specification` section. Otherwise, remove this field. --- # Extendable Utility Tokens Derived from Origin NFTs *Structure and interface to increase the utility of Origin NFTs without transferring Origin NFTs* <!-- READ EIP-1 (https://eips.ethereum.org/EIPS/eip-1) BEFORE USING THIS TEMPLATE! This is the suggested template for new EIPs. After you have filled in the requisite fields, please delete these comments. Note that an EIP number will be assigned by an editor. When opening a pull request to submit your EIP, please use an abbreviated title in the filename, `eip-draft_title_abbrev.md`. The title should be 44 characters or less. It should not repeat the EIP number in title, irrespective of the category. TODO: Remove this comment before submitting --> ## Abstract <!-- The Abstract is a multi-sentence (short paragraph) technical summary. This should be a very terse and human-readable version of the specification section. Someone should be able to read only the abstract to get the gist of what this specification does. TODO: Remove this comment before submitting --> This EIP proposes a standard for separating ownership and usage rights of ERC721 non-fungible tokens (NFTs) to increase their utility, enable secure rental solutions, and ensure compatibility with multiverse environments. The standard introduces the concept of ChildERC721 tokens derived from the original MotherERC721 tokens, representing usage rights without transferring ownership. ## Motivation <!-- This section is optional. The motivation section should include a description of any nontrivial problems the EIP solves. It should not describe how the EIP solves those problems, unless it is not immediately obvious. It should not describe why the EIP should be made into a standard, unless it is not immediately obvious. With a few exceptions, external links are not allowed. If you feel that a particular resource would demonstrate a compelling case for your EIP, then save it as a printer-friendly PDF, put it in the assets folder, and link to that copy. TODO: Remove this comment before submitting --> NFTs have become some of the most valuable assets in the digital realm. While it is crucial to enhance the utility of NFTs, we must also ensure their safe and continuous use. To achieve this, we need a method to increase the utility of NFTs without the need for transferring them. This shift is closely tied to advancements in AI technology. The emergence of generative AI has facilitated the creation of virtual worlds, giving rise to various multiverse environments, each with its own unique perspective. A single identity (e.g., BAYC #100) should be capable of functioning across multiple multiverse worlds (e.g., BAYC #100 for Sandbox, BAYC #100 for Decentraland, and so on). ## Specification <!-- The Specification section should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current Ethereum platforms (besu, erigon, ethereumjs, go-ethereum, nethermind, or others). It is recommended to follow RFC 2119 and RFC 8170. Do not remove the key word definitions if RFC 2119 and RFC 8170 are followed. TODO: Remove this comment before submitting --> *The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.* ![](https://i.imgur.com/Kcnm8oe.png) The proposed standard introduces the concept of ChildERC721 tokens, which are derived from the original MotherERC721 tokens. ChildERC721 tokens represent usage rights, while the ownership of the asset remains with the MotherERC721 tokens. The following outlines the main components of the standard: ```solidity= contract ChildERC721 is ERC721, IChildERC721 { address private _motherERC721; mapping(uint256 => uint256) private _expirations; // tokenId => expiration constructor( string memory name_, string memory symbol_, address motherERC721_ ) ERC721(name_, symbol_) { require(motherERC721_ != address(0), "ChildERC721: origin is the zero address"); _motherERC721 = motherERC721_; } function transferFrom( address, address, uint256 ) public virtual override { revert("We do not allow transfer of ownership."); } function safeTransferFrom( address, address, uint256 ) public virtual override { revert("We do not allow transfer of ownership."); } function mint(uint256 tokenId) public virtual { address originOwner = IERC721(_motherERC721).ownerOf(tokenId); _safeMint(originOwner, tokenId); } function lend(address to, uint256 tokenId, uint256 duration) public override { address originOwner = IERC721(_motherERC721).ownerOf(tokenId); require( msg.sender == originOwner || isApprovedForAll(originOwner, _msgSender()) ); uint256 expiration_ = block.timestamp + duration; _expirations[tokenId] = expiration_; _transfer(originOwner, to, tokenId); // TODO: should be safeTransfer? emit Lent(originOwner, to, tokenId, duration); } function claim(uint256 tokenId) public override { require(_expirations[tokenId] < block.timestamp, "ChildERC721: not expired"); address originOwner = IERC721(_motherERC721).ownerOf(tokenId); require( msg.sender == originOwner || isApprovedForAll(originOwner, _msgSender()) ); _expirations[tokenId] = 0; address owner = ERC721.ownerOf(tokenId); _transfer(owner, originOwner, tokenId); emit Claimed(originOwner, owner, tokenId, block.timestamp); } function giveBack(uint256 tokenId) public override { address owner = _ownerOf(tokenId); require( msg.sender == owner || isApprovedForAll(owner, _msgSender()) ); _expirations[tokenId] = 0; address originOwner = IERC721(_motherERC721).ownerOf(tokenId); _transfer(owner, originOwner, tokenId); emit GivenBack(owner, originOwner, tokenId, block.timestamp); } function motherERC721() public view override returns (address) { return address(_motherERC721); } function expiration(uint256 tokenId) public view override returns (uint256) { return _expirations[tokenId]; } } ``` - **ChildERC721 contract**: A separate contract implementing the ERC721 standard, with additional functions to support lending, claiming, and giving back the ChildERC721 tokens. - **Minting**: The mint function allows the owner of a MotherERC721 token to mint a corresponding ChildERC721 token. **Minting can be done by anyone, but the owner of the token will always be the owner of the MotherERC721 token.** - **Lending**: The lend function enables the owner or an approved address to lend the ChildERC721 token to another address for a specified duration. **Lending can only be done by the owner (or authorized operator) of the MotherERC721.** - **Claiming**: The claim function allows the owner or an approved address to reclaim the ChildERC721 token after the lending period expires. **Claiming can only be done by the owner (or authorized operator) of the MotherERC721.** - **Giving back**: The giveBack function enables the current holder of the ChildERC721 token to return it to the owner of the corresponding MotherERC721 token voluntarily. - **Restrictions**: The transferFrom and safeTransferFrom functions are overridden in the ChildERC721 contract to disallow the transfer of ownership, ensuring that ChildERC721 tokens can only be lent, not sold. **The value of MotherERC721 must be the sum of all utilities (ChildERC721 tokens).** ## Rationale <!-- The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The current placeholder is acceptable for a draft. TODO: Remove this comment before submitting --> The rationale behind this EIP is to address the current limitations of NFTs in terms of utility, liquidity, secure rental solutions, and multiverse compatibility. By separating ownership and usage rights, we can create a more flexible and interoperable NFT ecosystem, benefiting both NFT holders and developers. 1. **Separating ownership and usage rights**: Introducing ChildERC721 tokens allows NFT holders to benefit from the utility and value of their assets without the need to transfer ownership. This separation enhances the overall ecosystem by reducing the risks associated with lending and renting NFTs. 2. **Increased utility and liquidity**: The creation of ChildERC721 tokens based on the original MotherERC721 tokens provides additional utility functions, leading to increased demand and liquidity for both tokens. As more ChildERC721 tokens are issued, the overall liquidity and value of the NFT ecosystem are improved. 3. **Secure rental solutions**: Traditional NFT rental services often require transferring ownership, posing risks to NFT holders. The proposed standard enables secure lending without transferring ownership of MotherERC721 tokens, reducing the potential for loss or fraud. 4. **Multiverse compatibility**: As the virtual world continues to expand, NFTs need to function seamlessly across multiple platforms and environments. By creating ChildERC721 tokens based on MotherERC721 tokens, a single NFT identity can be used across various multiverse worlds, increasing its value and utility. 5. **Compatibility with previously deployed NFTs**: Unlike most NFT-related proposals that introduce new standards and require compliance with those standards, our proposed standard can embrace all previously deployed NFTs. This approach ensures a more seamless adoption process and broader applicability across the existing NFT ecosystem. ## Backwards Compatibility <!-- This section is optional. All EIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The EIP must explain how the author proposes to deal with these incompatibilities. EIP submissions without a sufficient backwards compatibility treatise may be rejected outright. The current placeholder is acceptable for a draft. TODO: Remove this comment before submitting --> The proposed EIP introduces a standard for ChildERC721 contracts that can interact with existing ERC721 contracts as MotherERC721 tokens, without requiring compatibility with the original standard. By simply having the address of the ERC721 as the MotherERC721, the ChildERC721 contracts can be created and function independently. This standard allows for flexibility in the creation of ChildERC721 tokens with various utilities, extending beyond ERC721 to other token standards such as ERC1155. This approach enables a wider range of use cases for the ChildERC721 tokens, making the proposed standard more versatile and adaptable to the evolving NFT ecosystem. As the proposed standard does not impose compatibility constraints on existing ERC721 contracts, it can be seamlessly adopted without requiring modifications to previously deployed NFTs. ## Test Cases TODO <!-- This section is optional for non-Core EIPs. The Test Cases section should include expected input/output pairs, but may include a succinct set of executable tests. It should not include project build files. No new requirements may be be introduced here (meaning an implementation following only the Specification section should pass all tests here.) If the test suite is too large to reasonably be included inline, then consider adding it as one or more files in `../assets/eip-####/`. External links will not be allowed TODO: Remove this comment before submitting --> ## Reference Implementation TODO <!-- This section is optional. The Reference Implementation section should include a minimal implementation that assists in understanding or implementing this specification. It should not include project build files. The reference implementation is not a replacement for the Specification section, and the proposal should still be understandable without it. If the reference implementation is too large to reasonably be included inline, then consider adding it as one or more files in `../assets/eip-####/`. External links will not be allowed. TODO: Remove this comment before submitting --> ## Security Considerations <!-- All EIPs must contain a section that discusses the security implications/considerations relevant to the proposed change. Include information that might be important for security discussions, surfaces risks and can be used throughout the life cycle of the proposal. For example, include security-relevant design decisions, concerns, important discussions, implementation-specific guidance and pitfalls, an outline of threats and risks and how they are being addressed. EIP submissions missing the "Security Considerations" section will be rejected. An EIP cannot proceed to status "Final" without a Security Considerations discussion deemed sufficient by the reviewers. The current placeholder is acceptable for a draft. TODO: Remove this comment before submitting --> Needs discussion. ## Copyright Copyright and related rights waived via [CC0](../LICENSE.md).

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully