diff --git a/docs/great-houses/house-of-NFTs.mdx b/docs/great-houses/house-of-NFTs.mdx index 9d399d58..ebb24933 100644 --- a/docs/great-houses/house-of-NFTs.mdx +++ b/docs/great-houses/house-of-NFTs.mdx @@ -7,6 +7,7 @@ import { mmDonts, ethSafetyLinks, List } from "../../src/components/list.js";
🤔 Wait, WTF are NFTs?
+ NFT stands for [Non-Fungible Token](https://opensea.io/blog/guides/non-fungible-tokens/). Which simply (assuming you have read [House of Ethereum](https://wiki.metagame.wtf/docs/great-houses/house-of-ethereum)) means that, unlike Fungible (ERC-20) tokens, each one is unique and not equivalent and interchangable. These are encoded in the standards [ERC-721](http://erc721.org/) and [ERC-1155](https://blog.enjin.io/erc-1155-token-standard-ethereum/) and some others, like composables: [ERC-998](https://github.com/ethereum/eips/issues/998). This blockchain innovation started first with [CryptoPunks](https://www.larvalabs.com/cryptopunks) before their was a standard in place. CryptoKitties was the first project, launched in 2017, to embed the Non-Fungible standard and take the idea mainstream.