non-fungible-tokens-(nfts)

NFT — це унікальні, взаємозамінні цифрові активи, що зберігаються в блокчейні, які представляють право власності на такі предмети, як мистецтво, музика або предмети колекціонування.

Non-Fungible Tokens (NFT) — це криптографічні токени, які існують у блокчейні та представляють право власності на унікальний актив. На відміну від криптовалют, таких як Bitcoin, які є взаємозамінними (взаємозамінними), кожен NFT є унікальним і не може бути безпосередньо обміняний на інший того ж типу. NFT можуть представляти широкий спектр цифрових і фізичних предметів, включаючи твори мистецтва, музику, відео, предмети в грі та нерухомість.

NFT використовують смарт-контракти для встановлення та перевірки права власності, що дозволяє творцям і власникам доводити справжність і відстежувати походження. Метадані, пов’язані з NFT, що зберігаються в блокчейні, надають інформацію про актив, наприклад, його творця, опис та історію власності. Ця технологія відкрила нові форми цифрової власності та відкрила нові ринки для творців і колекціонерів.

        graph LR
  Center["non-fungible-tokens-(nfts)"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_smart_contracts["smart-contracts"]:::related -.-> Center
  click Rel_smart_contracts "/terms/smart-contracts"
  Rel_nft["nft"]:::related -.-> Center
  click Rel_nft "/terms/nft"
  Rel_erc_721["erc-721"]:::related -.-> Center
  click Rel_erc_721 "/terms/erc-721"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Перевірка знань

1 / 3

🧒 Простими словами

NFTs are like digital collector's items, such as a unique [trading](/uk/terms/trading) card or a one-of-a-kind painting, but they live on a computer network ([blockchain](/uk/terms/blockchain)) so everyone can see who owns them.

🤓 Expert Deep Dive

NFT smart contracts, often following ERC-721 or ERC-1155 standards, manage ownership mapping (owner address to token ID) and metadata URIs. The metadata itself is frequently stored using decentralized storage solutions like IPFS or Arweave to ensure greater resilience than centralized servers, though the link's integrity remains a critical factor. The 'non-fungible' property is enforced by the uniqueness of the tokenId within a given contract and the distinct metadata associated with each token. Smart contract vulnerabilities (e.g., reentrancy attacks, access control flaws) can compromise token security and transferability. Architectural choices involve selecting the blockchain platform (considering transaction fees, speed, and security), the metadata standard, and the storage solution. The concept of 'ownership' is tied to control of the private key associated with the blockchain address holding the NFT, not necessarily copyright or intellectual property rights unless explicitly defined.

🔗 Пов'язані терміни

Попередні знання:

📚 Джерела