Improving NFT standard

Really liked the ideas here to enable renting NFTs :slight_smile:
@peroket and I have been working on an ERC721 extension IERC721Rental that transfers the token’s ownership temporarily to the renter and delegates the rental logic to another contract IERC721RentalAgreement that guarantees that the rental terms are honored.

Here is our proposal: ERC721 extension to enable rental

Happy to collaborate on this!!