# EIP 4907 User And Expires Extension

### Intro

EIP by Anders, Lance, and Shrug from EmojiDAO\
This standard proposes an extension to ERC-721 to separate NFT usage rights

### EIP overview

Ownership ERC

Adds another user - address that can use the NFT but can't transfer it or do anything else, the user is just labeled as the user

This can be used for gaming and lending too

### Further reading

* Discussion: <https://ethereum-magicians.org/t/eip4907-erc-721-user-and-expires-extension/8572>
* Full EIP: <https://eips.ethereum.org/EIPS/eip-4907>
* Github implementation: <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4907.md>
* Implementation in Foundry: <https://github.com/rugpullindex/ERC4907>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/working-group-eips-and-implementations/eip-4907-user-and-expires-extension.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
