<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Double Protocol's blog]]></title><description><![CDATA[Double Protocol's blog]]></description><link>https://doubleprotocol.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 23:57:59 GMT</lastBuildDate><atom:link href="https://doubleprotocol.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[ERC-4907: The Infrastructure for the Implementation of NFT Rental]]></title><description><![CDATA[Non-fungible tokens, or NFTs, are unique and indivisible tokens that can represent ownership of a digital asset in a decentralized manner. They are a ground-breaking internet invention due to their intrinsic resistance to counterfeiting and the openn...]]></description><link>https://doubleprotocol.hashnode.dev/erc-4907-the-infrastructure-for-the-implementation-of-nft-rental</link><guid isPermaLink="true">https://doubleprotocol.hashnode.dev/erc-4907-the-infrastructure-for-the-implementation-of-nft-rental</guid><category><![CDATA[NFT]]></category><category><![CDATA[NFT Rental]]></category><category><![CDATA[erc-4907]]></category><category><![CDATA[rental standard]]></category><dc:creator><![CDATA[Double Protocol]]></dc:creator><pubDate>Tue, 09 Aug 2022 20:20:40 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1660076201409/pb0kksIIG.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Non-fungible tokens, or NFTs, are unique and indivisible tokens that can represent ownership of a digital asset in a decentralized manner. They are a ground-breaking internet invention due to their intrinsic resistance to counterfeiting and the openness of the transaction procedure.</p>
<p>Proposed in January 2018, the <a target="_blank" href="https://ethereum.org/en/developers/docs/standards/tokens/erc-721/">ERC-721</a> introduced a standard for NFT which has formed a building block for every other NFT standard. Since coming into the limelight, the innovations that have rallied behind NFTs are evidence of the cutting-edge nature native to the cryptocurrency market. NFTs are not entirely a new kind of asset class, but their current resurgence in popularity has sparked a revolution in digital art.</p>
<p>As the digital world continues to embrace more innovation, NFT rentals are fast becoming a prominent part of this space with the emergence of ERC-4907 created to provide a rental infrastructure for NFT. The ERC-721 token standard has also formed the building block for ERC-4907 to deliver a rental infrastructure — similar to an engine block for deploying NFT rental.</p>
<p><strong>Why Rent NFTs?</strong></p>
<p>Oftentimes, people are unable to engage with a play-to-earn game due to the cost of purchasing the in-game NFT asset needed to play. While other people who wish to become a member of a particular NFT community may not be able to do so due to the cost implications. NFT rental presents a powerful gateway to such groups of people.</p>
<p>At the industry level, one of the core reasons for embracing NFT rental is that it increases the liquidity of NFTs across the board and lowers the barrier to entry. When compared to fungible tokens, NFTs are less liquid — implying that an owner in need of urgent cash may not be able to readily sell or liquidate his NFT assets without slashing their value.</p>
<p>The illiquid nature of NFTs could be attributed to the high cost of most popular NFTs that has gone mainstream which raises the barrier, enabling only a small class of buyers to be able to afford them. Since the cost of renting an NFT for a given period of time may be far less than the cost of purchasing it; this barrier has been lifted.</p>
<p>Suppose only a minority of the crypto market participants are able to afford to buy a Decentraland LAND NFT. With the availability of NFT rental, many, many more may be able to gain access to using those NFTs. More market participants imply more liquidity — an affordable price tag lowers the barrier to entry.</p>
<p><strong>How ERC-4907 Makes NFT Rental Possible</strong></p>
<p>As with every rental service, there exists an owner of the property and the user (renter). The owner has the full right to do whatsoever he wishes to do with the properties (to sell, destroy or rent them out), and the user is confined to a predefined usage right that does not permit such a user to sell or transfer.</p>
<p><a target="_blank" href="https://ethereum-magicians.org/t/eip4907-erc-721-user-and-expires-extension/8572/2">ERC-4907</a> is an extension to the ERC-721 standard with a Dual-Role and expiration features that is key to NFT rental integration. ERC-4907’s Dual-Role function separates the owner's role from the user's role. The NFT owner can transfer, sell, rent, or even destroy the NFT if he so wishes. In contrast, the user can only use the NFT (build on it, engage in NFT games, etc).</p>
<p>The deployment of ERC-4907 on rental protocols enables a non-collateral renting model in which the renter doesn't need to put up collateral upfront before renting the property. This is opposed to transferring the ownership from the lender to the renter with the condition that the renter pays an agreed amount of collateral. The problem with such rental operations is that the renter may decide not to return the rented NFT if the price increases more than the value of the collateral paid. ERC-4907 ultimately put to rest most of the problems and disputes that could arise in collateral-based protocols.</p>
<p>In addition to the Dual-Role, ERC-4907 adds the function expires()  which is quite unique. This function effectively defines the rental period — the rented NFT will automatically expire at the end of the set period without the need for an additional on-chain transaction by the user (renter). This feature averts the user from spending additional transaction fees on the network.</p>
<p>Dual-Roles in ERC-4907 present the best architectural framework which makes it seamless to integrate and manage by developers. Not only is it the easiest to implement, but it is also the most secure.</p>
<p><strong><em>Demonstrating how ERC-4907 Works on DOUBLE</em></strong></p>
<ol>
<li>An asset owner who goes by the name Billy approves the rental contract through a rental protocol to grant permission to transfer the NFT he owns onto it.</li>
<li>When Bill lists on Double, at the same tx, he also transferred the NFT to the rental contract — specifying the rent fee, max rental period, etc.</li>
<li>A renter called Mary selects a lease period within the time frame Billy has specified, the rent is calculated according to the lease time and rental price.</li>
<li>Mary transfer ETH, BNB, or any other supported tokens as a rental fee, the rental contract sets the user of the NFT to Mary, and also set the expiration period by the lease time.</li>
<li>When the lease expires, Mary loses access to the right to use the NFT and Billy can redeem it from the rental contract.</li>
</ol>
<p><strong>Key Reactions from the Industry</strong></p>
<p>Although ERC-4907 was created by the team behind the NFT financialization platform Double Protocol, the standard is entirely a public good that could be adopted by any rental protocols and deployed by anyone. However, Double Protocol has maintained fast-paced development, ranking among the first few rental platforms to become fully functional, and has also become the de-facto rental protocol whenever ERC-4907 is mentioned.</p>
<p>Since <a target="_blank" href="https://ethereum-magicians.org/t/eip4907-erc-721-user-and-expires-extension/8572/2">ERC-4907</a> reached the final status, the highly recognized NFT rental standard has received considerable attention from various crypto media and the entire industry — thanks to its unique rental approach. Crypto-native media <a target="_blank" href="https://www.theblock.co/post/155242/new-ethereum-token-standard-paves-way-for-rentable-nfts">The Block</a> was the first to broadcast the final status of ERC-4907 outlining its use case in the metaverse and the gaming space.</p>
<p>A close look at the number of ERC-4907 integrations in the first week since the token standard became final, it seems like a lot of rental protocols and crypto gaming projects have been patiently waiting for it to be approved. Notable among several early integrations is <a target="_blank" href="https://twitter.com/PlayerOneWorld/status/1542865051056422913">PlayerOne</a>, a Metaverse project who announced the adoption of the ERC-4907 NFT standard for their <a target="_blank" href="https://twitter.com/hashtag/Metaverse?src=hashtag_click">Metaverse</a> parcel rentable system followed by <a target="_blank" href="https://twitter.com/0xRilascio">Rilascio NFT Rental Protocol</a> <em>**</em>which published <a target="_blank" href="https://medium.com/@Rilascio/can-we-rent-or-borrow-nfts-significance-of-the-interface-proposed-by-the-extended-standard-erc-4907-df15813dfae6">technical documentation</a> for the implementation of the standard on its rental protocol.</p>
<p>A more expanded and broad <a target="_blank" href="https://ankr.hashnode.dev/build-and-deploy-a-rentable-nft-smart-contract-on-optimism">technical documentation</a> was also published by decentralized blockchain infrastructure provider Ankr, the piece took a deep dive into the implementation of the ERC-4907 rental standard on Ethereum’s Layer 2 blockchain Optimism and how the standard could revamp the NFT space. Ankr demonstrated how this standard is not only a game changer for Ethereum-based NFTs but also for other Layer 2 blockchains.</p>
<p>Elsewhere, ERC-4907 has received several reactions from the Crypto Twitter community. A web3-focused firm <a target="_blank" href="https://thirdweb.com/">thirdweb</a> took to Twitter to dig into several powerful new NFT use cases engineered by ERC-4907, as noted in a <a target="_blank" href="https://twitter.com/thirdweb_/status/1546516193938477056">series of tweets</a>.</p>
<p><em>“People often want to access the utility of certain NFTs without making the commitment to purchase them. 'Renting' NFTs lets people pay a fraction of the price to hold the NFT in their wallet temporarily, using the NFT to unlock utility or digital experiences.”</em></p>
<p>thirdweb believes that the expires function in ERC-4907 is a powerful innovative feature that will “greatly reduce the integration cost of utility NFT rentals.”</p>
<p>Although the use-cases for ERC-4907 are primarily focused on the deployment of NFT rental, one <a target="_blank" href="https://twitter.com/ericnemeth23/status/1547026590902546434">Twitter user</a> Eric Nemeth seems to be looking at its applications from another perspective — a potential use case in DeFi products and services. <a target="_blank" href="https://twitter.com/ericnemeth23/status/1547026590902546434">Eric believes</a> that ERC-4907 has a potential use case in the DeFi sector especially in enforcing agreements between two parties who wish to exchange cash flows in the future.</p>
<p>Another revolutionary area ERC-4907 is finding interesting use cases is in the adoption of POAP (Proof of Attendance Protocol). This is already possible as portrayed in a tweet from <a target="_blank" href="https://twitter.com/WhaleSharkETH/status/1551464516726439936">WhaleShark.eth</a>, “We are relaunching our legendary Project Showcase programming from Episode 1 to reflect the launch of our POAPs…” Ideally, POAPs are unique NFT badges given out to attendees of either virtual or real-world events. It proves beyond doubt the validity of anyone’s membership or participation in an event, summit, concert or conference, etc.</p>
<p>In another tweet, WhaleShark.eth <a target="_blank" href="https://twitter.com/WhaleSharkETH/status/1550328667472924672">ranks</a> ERC-4907 among the list of 4 key areas/infrastructures capable of leading the next NFT bull run. Unarguably, NFT rental powered by ERC-4907 will be crucial in sustaining the next waves of NFT adoption. </p>
<p><strong>The Bottom Line</strong></p>
<p>With increased access to NFTs made possible via NFT rental, users can seamlessly gain entrance into the Web 3.0 economy. The key factor driving users to consider renting NFTs is tied to utility NFTs. While more people look to build business models on NFTs assets, engage in gameplay, or leverage other NFT use cases, ERC-4907 presents seamless implementation tools for developers to leverage in order to unlock these use cases.</p>
<p>ERC-4907 provides cutting-edge features whose use cases could extend beyond NFTs — finding intriguing applications in the implementation of DeFi Protocols. It is believed that the continued adoption of NFT rental will fuel astronomical growth in the NFT sector.</p>
]]></content:encoded></item><item><title><![CDATA[A Deep Dive On EIPs Addressing NFT Usage Rights and Rentals]]></title><description><![CDATA[A good understanding of NFT standards, the metadata that makes them up, and the web3 technology will allow us to have a deeper understanding of the ecosystem as a whole. It is indisputable that NFTs have aided in the rising popularity of blockchain a...]]></description><link>https://doubleprotocol.hashnode.dev/a-deep-dive-on-eips-addressing-nft-usage-rights-and-rentals</link><guid isPermaLink="true">https://doubleprotocol.hashnode.dev/a-deep-dive-on-eips-addressing-nft-usage-rights-and-rentals</guid><category><![CDATA[EIPs, NFT, Web3]]></category><category><![CDATA[Web3]]></category><category><![CDATA[NFT]]></category><category><![CDATA[NFT Rental]]></category><dc:creator><![CDATA[Double Protocol]]></dc:creator><pubDate>Mon, 25 Jul 2022 17:47:30 GMT</pubDate><content:encoded><![CDATA[<p>A good understanding of NFT standards, the metadata that makes them up, and the web3 technology will allow us to have a deeper understanding of the ecosystem as a whole. It is indisputable that NFTs have aided in the rising popularity of blockchain and crypto, bringing a whole new audience who have found NFTs and digital art to be a fantastic way to own digital valuables.</p>
<p>Non-Fungible Tokens have attracted an increasing number of users, resulting in an untapped market that has achieved outstanding results in a short period of time. NFTs will revolutionize how we produce, consume, and share digital material in the near future, allowing for unimaginable capabilities.</p>
<p>For a rapidly evolving technology like blockchain, there has been a handful of innovations and improvements geared towards deploying new features to token standards especially as it concerns NFT usage and Rentals.</p>
<p>Being a leader in smart contract execution and adoption, Ethereum is setting the standard with respect to NFT creation and deployment. To this effect, there have been several <a target="_blank" href="https://coinmarketcap.com/alexandria/glossary/ethereum-request-for-comment-erc">Ethereum Request for Comment (ERCs)</a> and <a target="_blank" href="https://coinmarketcap.com/alexandria/glossary/ethereum-improvement-proposal-eip">Ethereum Improvement Proposal (EIPs)</a> focused on improving existing standards.</p>
<p>For the record, the Ethereum Requests for Comment (ERCs) was the <a target="_blank" href="https://www.coindesk.com/learn/what-are-eip-and-erc-and-how-are-they-connected/">first draft proposal</a> written by developers, which was eventually polished into an EIP for various application tiers and standards. This includes token standards (ERC-20),  wallet formats, URI schemes, and library/package formats (EIP-82).</p>
<p><strong>ERC-721: The Token Standard That Birthed NFTs</strong></p>
<p>The <a target="_blank" href="https://eips.ethereum.org/EIPS/eip-721">ERC-721 token standard</a>, which was inspired by the ERC-20 token standard, was proposed in January 2018. <a target="_blank" href="https://eips.ethereum.org/EIPS/eip-20">The EIP-20</a> is designed for fungible (replicable and interchangeable) assets, however, it does not support the unique structure of non-fungible tokens (NFTs), as each asset is unique (non-fungible).</p>
<p>As a result, the ERC-721 became the standard interface for NFTs such as artwork and music. Each ERC-721 token has its own ID, which is mirrored on the blockchain. Other persons or programs can then use that ID to verify and authenticate ownership. Since the establishment of <a target="_blank" href="https://eips.ethereum.org/EIPS/eip-721">EIP-721</a>, there have been several EIPs that have improved on the original token standard especially as it concerns NFT usage rights and rentals.</p>
<p><strong>A Look at EIPs With Focus on NFT Usage and Rentals</strong></p>
<p>These standards propose an extension to ERC721 Non-Fungible Tokens (NFTs) to support rental and mortgage functions. These functions are necessary for NFTs to emulate real property, just like those in the real world.</p>
<ul>
<li><strong>EIP-4907: An improvement on  ERC-721 With A User And Expiration Extension</strong></li>
</ul>
<p><a target="_blank" href="https://ethereum-magicians.org/t/eip4907-erc-721-user-and-expires-extension/8572">EIP-4907</a> token standard is an ERC721 extension, with various improvements. It adds a new role user and a valid duration indicator that expires. It helps users and developers to control use rights in a more straightforward and effective manner.</p>
<p>The user role is added to these NFTs to manage them. These users can do particular usage activities, but they cannot authorize or transfer the NFT as an owner may. EIP-4907 is a standard that separates NFT ownership and usage using a Dual-Role design. The dual-role standard is expirable, which means that rental NFTs have an automatic expiration date. The borrower's use rights expire at the end of the rental term without requiring any further on-chain transactions.</p>
<p>EIP-4907 is well utilized in NFT Rental with <a target="_blank" href="https://beincrypto.com/double-protocols-mission-to-make-productive-nfts-available-to-all/">Double NFT Rental Protocol</a> leading the pack. The Dual-Role setting of the NFT smart contract is a vital component that allows <a target="_blank" href="https://double.one/">Double Protocol</a> to achieve its goal of enabling NFT lending without necessitating the lender to transfer ownership. The dual-role standard is also expirable, which means that rental NFTs have an automatic expiration date, which means that the renter's use rights automatically expire at the end of the rental period without any further on-chain transactions.</p>
<ul>
<li><strong>EIP-2615: Non-Fungible Token With Mortgage And Rental Functions</strong></li>
</ul>
<p>Because the ERC721 standard only defines one role (which is the Owner), it has proven difficult to implement rental and mortgage operations. A security deposit is usually required for trustless renting using ERC721, and ownership lockup inside a contract is required if an ERC721 property is mortgaged. These relationships must be tracked and facilitated separately from the ERC721 standard.</p>
<p>By integrating basic tenantship and lien rights, the <a target="_blank" href="https://eips.ethereum.org/EIPS/eip-2615">EIP-2615</a> proposal eliminates these requirements. These functions are required for NFTs to accurately simulate real-world property. <a target="_blank" href="https://eips.ethereum.org/EIPS/eip-2615">EIP-2615</a> has enabled NFT owners to be able to rent out their NFTs and take out a mortgage by simply collateralizing their NFTs. This standard is designed to ensure that the user, not the owner, has the right to use an application (i.e. tenant).</p>
<p>This standard can apply to DAO membership tokens, virtual items, physical items, intellectual property rights, and virtual items. EIP-2615 is currently being advocated by a group of <a target="_blank" href="https://medium.com/blockchain-game-alliance/nft-rental-and-mortgage-eip-2615-working-group-48b9bf8b164e">Blockchain Game Alliance</a> led by Blockade Games, Yield Gaming Guild, and Delphi Digital.</p>
<ul>
<li><strong>EIP-4884: Rentable NFT Standard</strong></li>
</ul>
<p><a target="_blank" href="https://ethereum-magicians.org/t/erc-4884-rentable-nft-standard/8305">EIP-4884</a> is an add-on to the ERC-721 standard introducing various new functionalities for renting NFT tokens to another account. This allows NFT owners to rent out their assets for a specified length of time. As a result, the token's owner will be temporarily changed.</p>
<p>This type of capability is very valuable in the gaming industry. A gamer's ability to give an NFT to someone else for a certain amount of time is important. You can, for example, donate an NFT to someone else to play for a certain amount of time. So it will be able to share an NFT. EIP-4884 can be applied to ERC-721 and <a target="_blank" href="https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/">ERC-1155</a> contracts, as both contracts support fungible tokens (FT) and non-fungible tokens (NFT).</p>
<p>The EIP-4884 rentOut function transfers ownership to the renter. After the rental time has ended, the actual owner can reclaim possession by using the finishRenting function. Renters can also complete their tenancy prematurely.</p>
<ul>
<li><strong>EIP-809/1201: Rental Right/Tokenization of Rental Rights</strong></li>
</ul>
<p>ERC809 enables the creation of an API that allows any rival NFT to be rented. In this scenario, the NFT is considered a rival if owning it hinders access to users. The ERC-809 standard recognizes rental rights but does not tokenize them. Another standard, ERC-1201, proposes to tokenize rental rights so that they can be readily exchanged between parties.</p>
<p><em>Here is a detailed pictorial representation with each EIPs placed side by side:</em>
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1658771157674/DGfnIXR0S.png" alt="EIP (2).png" /></p>
<p><strong>NFTs Are Here To stay</strong></p>
<p>Hundreds of EIPs and ERCs have been created in recent years as a result of NFT-related implementations, offering novel use-cases. This advancement has not slowed down, and it is furiously projecting itself into the actual world by overcoming present limitations by utilizing already-laid out groundwork and technologies. NFT-based technologies are expanding beyond the digitalization of art and games and will find fertile ground in applications and services that are yet to be fully explored.</p>
<p>NFT innovation and advancement are projected to sweep several markets, unlocking web3's potential. The new internet intends to connect digital creators and users without the usage of other middlemen. NFT will enable the creation and building of new types of property in the future, but this should come with both rights and obligations.</p>
]]></content:encoded></item></channel></rss>