L1X Foundation
  • Getting Started
    • L1X Overview
      • Mission and Vision
      • Why Layer One X?
      • L1X Coin
      • Infrastructure Essentials
    • Glossary
    • Quick Links
      • Foundation Website
      • WhitePaper
      • Social Media Links
      • Blog
      • Others
  • Ecosystem
    • Multifunction Utility
    • Products
    • Partnerships
      • L1DEX - Decentralised Exchange
      • DigaLabs
      • Omchain
      • Healthlink
      • L1X_Labs
      • UWA
      • Prysm Group
      • Hype Talent
  • L1X Technology Explained
    • Abstract
    • Introduction
    • Scalability and Interoperability Limitations of Existing Blockchain Networks
    • L1X Network
      • Design Principles
      • Prominent Features
      • L1X Benefits
    • Mobile Nodes
    • L1X Architecture
      • Components
      • Consensus Mechanism
    • L1X Transaction Lifecycle
    • X-Talk
      • X-Talk Architecture
      • Use Case: Advertise BSC NFT Sale in OpenSea Ethereum Marketplace
      • X-Talk Workflow
      • Benefits
    • Virtual Machine
    • L1X Time Units
    • Validator Nodes
      • Validator LifeSPAN
      • Validator Lifespan Algorithm
      • Validator Selection
      • Validator Selection Algorithm
      • Vigilant Nodes
      • Radix Nodes
      • Cluster Assignment
      • Lexicon
    • L1X Reward Mechanism
      • Friction on the Network
      • Consensus Mechanism and Incentive Scheme
      • Resource Costing Model
      • Token Distribution and Pricing Strategy
      • Consensus Mechanism and Token Pricing with Respect to Token Inflation
      • Token Participant Distribution and Pricing
      • Ongoing Distribution Rules, Governance, and Token Pricing
      • Layer Two Tokenomics Vs Layer One Tokenomics
      • L1X Coins
    • Tokenomics
    • L1X Applications
      • Staking
      • Exchange
      • Ledger Tokenization
      • Micropayment Transactions
      • Micro Trading
      • Gaming
      • Metaverse
    • L1X Components - Example Use-Cases
      • L1X Fungible Token Smart Contract
      • L1X Non-Fungible Token Smart Contract
      • X-Talk Token Swap
      • X-Talk Token Staking
      • X-Talk Fungible Token Lending and Borrowing
      • X-Talk NFT Liquidity Provision
      • X-Talk NFT Leasing Provision
      • Health Smart Contract
      • L1X Wallet SDK
    • Conclusion
  • L1X Tokenomics
  • Node Hosting on L1X
    • Node Architecture & Consensus Mechanism
Powered by GitBook
On this page
  • Example:
  • Technical Workflow
  • Workflow explained
  1. L1X Technology Explained
  2. L1X Components - Example Use-Cases

X-Talk NFT Leasing Provision

PreviousX-Talk NFT Liquidity ProvisionNextHealth Smart Contract

Last updated 1 year ago

The ability to lease an NFT on Chain A by the lessor and the lessee utilizing it on Chain B. X-Talk allows leasing NFT across any blockchain network. The NFT will automatically be custom actioned when the agreed leasing term completes. This allows the NFT to be leased from other platforms and utilized for various purposes.

Example:

The ability to mint and own an NFT on Solana and lease it on Polygon. The NFT on Solana will be locked, and the lessee will be able to use it on Polygon. The NFT on the destination chain can be used, displayed, and monetized in accordance with the agreed terms.

Technical Workflow

Workflow explained

  1. User assigns NFT rights to the L1X MultiSig smart contract on the Solana.

  2. User initiates the Smart Contract on the L1X Chain that makes the Execution Manager ready in terms of listening to the MultiSig contract initiation events.

  3. Execution Manager informs the Rule Engine about Transaction Type. In this use case, it’s ‘L1X_Lease’.

  4. Rule Engine verifies the event and forwards it to the Rule Processor.

  5. Rule Processor filters and sends relevant information to the Rule Database.

  6. Rule Database gives the response for the associated function call.

  7. Rule Engine sends an event for an empty struct to the Execution Manager with function/rules and its relevant variable/function parameter details.

  8. Execution Manager requests the Execution Register to store the information about NFT transfer to the MultiSig.

  9. Execution Register stores the event information and informs Execution Manager.

  10. Execution Manager invokes the user and L1X to sign the MultiSig on the Polygon blockchain network.

  11. L1X MultiSig Smart Contract triggers an event once the MultiSig is signed by the user and L1X.

  12. Rule Engine sends the corresponding event for the transaction struct to the Execution Manager.

  13. Execution Manager updates the Execution Register to store information that L1X MultiSig on the Polygon blockchain network is signed by the user and L1X.

  14. Execution Registers informs the Execution Manager about information storage.

  15. Execution Manager invokes L1X MultiSig Smart Contract on Polygon blockchain network to mint NFT.

  16. Event is triggered once NFT is successfully minted on Polygon.

  17. Rule Engine sends the corresponding event for the transaction struct to the Execution Manager.

  18. Execution Manager provides the information about successfully NFT minting on Polygon to Execution Register.

  19. Execution Register stores the information and updates Execution Manager.

  20. User is informed about successful NFT leasing on Polygon.

Figure 20 X-Talk NFT Leasing Provision Workflow