polymerdevs / Quest-Into-The-Polyverse-Phase-1

All information related to phase 1 of the polymer incentivized testnet (PIT)
82 stars 73 forks source link

NFT twins protocol to make it easy to swap and trade NFT without other intermediary and friction. #33

Closed zomico closed 6 months ago

zomico commented 6 months ago

TLDR: Think of this as trading baseball cards but protocol.

The NFT Twins Protocol aims to streamline the process of swapping and trading non-fungible tokens (NFTs) by eliminating intermediaries and reducing friction. Its core functionality revolves around creating "twin" NFTs that are esentially mirrored copies of existing NFTs on different blockchain networks.

The protocol works as follows:

  1. A user deposits their original NFT into a smart contract vault on the native blockchain.

  2. The protocol then creates and mints a "twin" NFT on a desired target blockchain, representing the locked original NFT.

  3. This twin NFT can be freely traded, swapped or used just like any regular NFT on the target chain.

  4. To redeem the original NFT, the owner simply burns or sends back the twin NFT to the protocol's vault.

  5. The protocol then releases the original, locked NFT back to the owner's wallet on the native chain.

By creating these interoperable "twin" NFT representations, users can bypass the need for centralized exchange platforms or other intermediaries. Trades between NFT twins on different chains can occur directly through peer-to-peer atomic swaps using connected smart contracts.

Key benefits include:

The protocol aims to abstractaway the underlying cross-chain mechanisms, providing a seamless experience where NFTs can easily traverse blockchain networks without sacrificing security or ownership.