# StreamNFT Protocol

**StreamNFT** provides liquidity layer for NFTs to unlock value transfer across **chains and protocols**. It is to be believed that the next set of NFT adoption will be brought by the utilitarian aspect and we look to provide an **Infrastructure** to power the next generation of NFTs. \
\
**StreamNFT** is building a scalability layer for NFTs to maximize liquidity & utility for a more accessible Web3 future. It enables **liquidity** with its composable protocols (i.e. P2P Rent, P2P loan, Staking) deployed across chains to facilitate value transfer and **offer utility** to existing NFT collection to build new distribution channels. \
\
🌟 ***Composable Contracts***: Take a loan for instant cash and put on rent to maximize returns from NFT assets at the same time\
✨ Proposed [ERC-7066](https://eips.ethereum.org/EIPS/eip-7066) to bring locking functionalities into NFTs on EVM chains\
🟢 Live on Solana, Mantle, Hedera, Polygon, and Other EVM-compatible chains\
\
We have a modular smart contract where conditional ownership protocol is the base for the below protocols :

* **Rent Protocol**: Assist NFT owners in generating interest from an idle asset. We provide smart registry as well as wrapped token method to enable rentals for end users on EVM whereas on Solana, rentals are enabled by transfer of actual NFT and using freezing authority. Protocol feature includes&#x20;
  * Private rentals for whitelisted users &#x20;
  * Custom Payment Token to bring balance between sink & faucet for economy
  * To Learn more, Go to [Rent Protocol ](/streamnft-protocol/rent-protocol.md)Section and Explore Integration [here](broken://pages/g0wSoDdR7yv3kZsjOuOk)[ ](https://docs.streamnft.tech/streamnft-protocol/rent-protocol)<br>

* **Loan Protocol:** It is a peer-to-peer decentralized NFT-backed loan protocol. The borrower can deposit NFT from any collection to get an instant loan whereas lenders can place in a bidding pool for a collection. We've simplified term loans by providing fixed-term loans.&#x20;
  * To Learn more, Go to [Loan Protocol](/streamnft-protocol/loan-protocol.md) Section

* **Utility Protocol:** Add exclusive offers to specific NFT collections and attract engagement from holders. It helps creators with new distribution channels.

## How StreamNFT Protocol is Unique?

* **Escrow-less**: NFT is never kept in an escrow account. Instead, it is sent to the relevant address and then NFT is frozen so that the conditional owner cannot move the asset while using the rent/loan protocol.<br>
* **Collateral-less**: No need to squeeze liquidity by providing collateral to access rent and loan protocol. StreamNFT protocol transfers NFTs in a secure and restrictive way with pre-determined conditions, eliminating the need for collateral.<br>
* **Composable**: It's not possible to **use** multiple financial instruments at a time but we've made this a reality. StreamNFT can enable the use of loans and rentals at a time by atomic transactions. Imagine taking a loan and then putting it on rentals to maximize liquidity.

NFTs on EVM are not inherently lockable, therefore StreamNFT has proposed[ ERC7066](https://eips.ethereum.org/EIPS/eip-7066) to enable escrowless financialization tools on EVM.&#x20;

<br>


---

# 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://docs.streamnft.tech/introduction/streamnft-protocol.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.
