StreamNFT
Home
  • 👋Taking NFT mainStream!
  • Introduction
    • 👨‍💻StreamNFT Protocol
    • 🏃Roadmap
    • 🔐Security Audit
  • StreamNFT PROTOCOL
    • 🔓Rent Protocol
    • 💰Loan Protocol
      • How does a loan work?
    • 💰Utility Protocol
      • How does it work?
    • 🎮Web3 Gaming Services
      • Matchmaking
        • Token Gated Matchmaking
    • ®️ERC-7066
      • Overview
  • UseCases : Case Studies
    • 🤝NFT Rentals
    • 💎Ephemeral / Consumable NFTs
    • 📝NFT Mandates
    • 🎆Post-Mint Utility
    • 💼Partial Payment at Mint
  • For Developers
    • NFT Rental
    • API Reference
      • ⚙️Utility Integration
        • 👥Client
          • Register
          • Verify
          • Redeem Code
          • Get All Claimed Utility User
        • 👨‍💻Developer
          • Get All Benefits By Collection
      • 👾Rental Integration
        • User NFTs
        • Raw Transactions (Advanced)
      • 💰Loan Integration
        • User Loans
        • Raw Transactions (Advanced)
      • 🛒Marketplace
    • SDK Reference
      • Utility Integration
      • Rental Integration
        • EVM
        • Solana
      • Loan Integration
        • EVM
        • Solana
      • Marketplace
    • On-Chain Reference
    • Wallet Provider Reference
      • 🔏Rental
        • EVM
        • Solana
      • 🔐Loan
        • EVM
        • Solana
    • ⛓️Supported Chains
  • For Users
    • 📚Step By Step Rent Tutorial
    • 📚Step By Step Loan tutorial
    • 📚Step by Step Utility Tutorial
      • Step by Step Utility Creation Tutorial
      • Step by step utility discover tutorial
    • 💡Hedera Token Association
    • 🔏Privacy Policy
    • 🔑Terms of Service
  • Community
    • 🌐Website
    • 👽Discord
    • 🐦Twitter
Powered by GitBook
On this page
  • How NFT can be used for its utility while on loan?
  • Things to consider

Was this helpful?

  1. StreamNFT PROTOCOL
  2. Loan Protocol

How does a loan work?

The owner of the NFT can initialize a smart contract and Program derived address ( PDA ) is created from the mint key of the NFT to store specific data including interest, duration, transferability, and state (issued, transferred, or terminated).

  • Lender interacts with protocol to offer capital to the collection-specific pool with defined interest & duration.

    • Lender can choose to cancel the offer bid anytime if an order doesn't fill for longer.

  • Owner agrees to the best offer for a specific collection pool and the protocol locks NFT in the owner's wallet.

  • If the loan is repaid with interest within the specified loan duration then NFT is unfreeze.

  • If the loan is not repaid within the specified loan duration then NFT is transferred to the lender.

The lifecycle of the offer is completed upon cancellation, or necessary payments are settled, and the token is returned back to the right owner.

How NFT can be used for its utility while on loan?

StreamNFT locks NFT in your wallet during the loan, despite using it as collateral. We want to bring same benefit with your NFTs as real-world financing. If you take a bank loan against a house, you still get to live inside it and retain conditional ownership unless the loan defaults.

You can remain in your DAO, vote in governance, get airdrops, and get in-game utility for gaming NFTs.

During the loan period, the lender cannot transfer the NFT as it is locked in the wallet. If the borrower doesn’t pay back, it will be transferred to the lender automatically. If the borrower does, then NFT is unlocked & freed.

Things to consider

  • Each collection has multiple sub-pools with variable interest & duration. So, lenders can access their risk appetite and opt for better-suited sub-pool

  • NFTs in a collection are regarded as equal at the moment, so you don’t need to pick your super rare NFT as collateral. Rather, you can pick an NFT you’re comfortable parting with. That way, in the unlikely event of a default, you don’t lose a sentimental NFT

  • The main risk Lenders have to consider, is the event of the NFT’s value dropping below the loan offer. If you think the NFT is worth 50 SOL/ETH/HBAR, but tomorrow you think the value is now 45 SOL/ETH/HBAR, then if the Borrower defaults, you lose money. This is why Lenders often choose to over-collateralize, meaning they offer lower than what they think the NFT is worth. It’s up to you and your bullishness on a project. Maybe you think the value would go up, and no chance of it going down.

  • In the case of a default, you get the NFT instead of your loan payment. So you should be comfortable with your loan offer in exchange for the NFT. You want to pay as low of a cost as possible for this consideration.

  • The reason you shouldn’t offer 0.001 SOL/ETH/HBAR, is that it’s a terrible deal for the Borrower, and they may not ever take your offer. If your offer is always lower than what other Lenders offer, then it could be a long time, if ever, before your loan is accepted.

PreviousLoan ProtocolNextUtility Protocol

Last updated 1 year ago

Was this helpful?

💰