> For the complete documentation index, see [llms.txt](https://artiproject.gitbook.io/v2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artiproject.gitbook.io/v2.0/arti-project/market-analysis/nft.md).

# NFT

### What is NFT?

#### <mark style="color:orange;">NFT stands for 'Non-Fungible Token' and refers to a token that represents a digital asset with scarcity. NFT utilizes blockchain technology, but unlike existing virtual assets, digital assets are assigned a separate and unique recognition value, so they are not interchangeable.</mark>

#### Digital ownership certificate such as ownership and sales history&#x20;

NFT is based on a blockchain, so all relevant information such as ownership and sales history is stored on the blockchain. Therefore, since the original issuer can be checked at any time, counterfeiting is impossible, and by clarifying the ownership of assets, it has recently become a powerful means of digitally tokenizing existing assets such as games, artworks, and real estate.

#### Non-**replaceable unique recognition value**

Unlike existing cryptocurrencies that have equal conditions depending on the issuer, NFTs contain separate unique recognition values ​​and cannot be exchanged with each other.

For example, each bitcoin has the same price and can be exchanged with each other, but when NFT is applied, one coin has a separate recognition value that cannot be replaced with other coins, and the price can be different. This technology can be applied to content fields such as pictures, music, and video, where authenticity and proof of ownership are important.

### NFT Market

#### Beginning of NFT&#x20;

The origins of NFT were 2017 startup Dapper Labs Dapper Labs is a Canadian game development company that spun off from Axiom Zen in 2018 to bring the benefits of decentralization to consumers. . We developed CryptoKitties, a game using blockchain-based cryptocurrency for the first time in the world, and released it in December 2017. CryptoKitties is an Ethereum ERC-721 token-based DApp.

<img src="/files/zGrYpI5MkUcXu4HT4BOr" alt="" data-size="original">

In particular, at the end of 2017, the most expensive cat character, 'Dragon', was traded for 600 Ethereum (ETH), and it has gathered a lot of attention, reaching 1.3 billion won at the current 2021.4 market price.

#### The Top  NFT of digital artist 'Beeple'

Christie,/ Beeple work Everydays:he First 5000 Days” The 10-second video clip created by digital artist 'Beeple' Winkelman can be viewed online anytime for free, but sold for $6.6 million on the NFT exchange in February 2021.

![NFT of digital artist 'Beeple'](/files/YvJX4OCEWGIxsxPVg3Zs) ![Source: NBA TOP SHOT](/files/elAgrXtJuWtJjnUvkKcn)

### NFT Market outlook&#x20;

According to a report published by NFT analysis site NonFungible.com and BNP Paribas Latelier Lab, the volume of NFT transactions in US dollars quadrupled from $62.86 million in 2019 to $250.85 million last year.

<div align="left"><img src="/files/AhFNohhmUxMKpv5pqhhs" alt=""></div>

The number of digital wallets used for NFT sales and holding has also doubled from the previous year to 222,179 in 2020. According to Dapp Radar, a media specialized in cryptocurrency, the growth rate this year is even steeper. In February, it rose to a whopping $342 million.

NFT is expected to continue its growth by combining with new trends such as the metaverse. Strategy Analytics (SA), a market research firm, predicts that the ‘metaverse economy’ represented by VR/AR will grow to $280 billion  in 2025, more than six times the current level.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://artiproject.gitbook.io/v2.0/arti-project/market-analysis/nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
