# Intro to NFTs

NFTs, or non-fungible tokens originated with Bitcoin-based colored coins around 2012-2013, but it wasn't until 2017, with the Ethereum blockchain, that they gained significant recognition.

<figure><img src="/files/LArEpwuHZfAekgiqD423" alt=""><figcaption><p>An Azuki NFT (left) and a Punk NFT (Right)</p></figcaption></figure>

Before NFTs, digital art and other digital things could be copied easily. NFTs changed the game by using blockchain technology to make digital items unique and truly owned.

People began exploring this technology, leading to the creation of some of today's most well-known collections, such as Punks, Azuki, Bored Apes, and more, with some fetching millions of dollars in secondary sales.

But still today, most people don't understand what NFTs are, and what they can be used for...

## What are NFTs?

Simply put, **an NFT is a digital certificate of ownership, that lives on the blockchain.**

Like a special badge that helps prove who owns what in the digital world.

It stands for "non-fungible token," which means it's one of a kind and can't be replaced with something else. When you own an NFT, you officially own the original version of a digital or physical item.

NFTs typically include one or more multimedia files, along with NFT information and royalties. You can find more details about the structure of NFT metadata in [**Hedera NFTs**](/nft-academy/hedera-nfts.md).

<figure><picture><source srcset="/files/X8iaBis9w8UvAQPM6xRc" media="(prefers-color-scheme: dark)"><img src="/files/f8pF2E6mb53fMz6P4qla" alt=""></picture><figcaption><p>A Karateka NFT viewed on Kabila Wallet</p></figcaption></figure>

## What are NFTs used for?

NFTs can be used for many [different purposes](https://blockworks.co/news/7-nft-use-cases).&#x20;

At Kabila, we're using NFTs to empower creators to reclaim ownership of their communities/audiences, which in turn will help them regain control over their monetization and social spaces.

We've called them: [**Brand NFTs**](/nft-academy/brand-nfts.md).


---

# Agent Instructions: 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:

```
GET https://academy.kabila.app/nft-academy/intro-to-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
