Closed muhammedea closed 2 years ago
Per the bot's comment, please either create a PR for a new EIP, or create a thread at Ethereum Magicians if you want to discuss an idea first.
@MicahZoltu I have a PR already but I didn't add here. If you reopen again I can add the link or I can create new issue.
There is no need for an issue at all. Issues in this repository are for discussing changes to the EIP process.
Renting Extension For ERC-721 Standard
Abstract
This extension defines some extra functions to the ERC-721 standard for renting NFT tokens to another account. This helps NFT owners to rent their assets to someone for some period of time. Because an ERC-721 contract can have fungible tokens (FT) and non-fungible tokens (NFT), this functionality will be usable by only NFTs. It's significantly important for the gaming industry where such NFTs might have additional abilities that affect the gaming process.
Specification
This functionality will be usable for only NFT tokens. This requires that the contract should implement the split id functionality. So if the most significant bit of the token id is 1 then that token is NFT.
Security Considerations
No security considerations.