REALBITS
  • 💛Welcome!
  • REALBITS
    • 🚎Solution
    • 🍜Sites
  • Ecosystem
    • 🇹🇰Ecosystem
    • 🇩🇰Rent Market
  • SERVICE
    • 🏈AVAME
    • 🎎DULLS
    • 🌅FICTURES
    • 💹MARKET
    • 👻PIXMON
    • 🧠THOTHY
  • CONTRACTS
    • MARKET
      • getAllRegisterData
      • getRegisterData
      • registerNFT
      • getAllRentData
      • getRentData
      • rentNFT
      • rentNFTByToken
    • NFT
      • safeMint
    • WAGMI
  • Coding
    • Connect wallet
    • Mint NFT
    • Fetch all registered NFT
    • Fetch all rented NFT
    • Fetch one rented NFT
    • Change the registered NFT metadata
    • Rent NFT by base coin
    • Rent NFT by ERC20 token
    • Fetch the metadata of NFT
Powered by GitBook
On this page
  • Flow Diagram
  • Process
  • NFT Minting and Registration
  • Renting Process
  • Fee Distribution

Was this helpful?

Export as PDF
  1. Ecosystem

Rent Market

Last updated 1 year ago

Was this helpful?

Flow Diagram

Process

NFT Minting and Registration

  • The NFT token owner (NO) mints an NFT and registers it within the NFT contract (N).

Renting Process

  • The user (U) initiates the process by renting the NFT from the market contract (M), leading to the settlement of the NFT within the market contract.

Fee Distribution

  • Following the rental, the market contract (M) distributes the rent fee to the NFT token owner (NO), the market owner (MO), and the service owner (SO) as part of the fee-sharing process.

🇩🇰