# Making NFTs More Like Memecoins

### It's time to do something completely different.&#x20;

1. Every NFT (using the <mark style="color:blue;">ERC1155 standard</mark>) is the exact same. Let's call this the **base layer.** Think of it as your canvas.&#x20;
2. Make this base ERC1155 NFT *very liquid*. It's tradable on Uniswap as a memecoin and on NFT marketplaces. You can easily convert between the two forms 1:1 using a dApp.
3. Let's give it a massive supply to make it fun and ultra-accessible.&#x20;
4. Users can customize this base layer NFT however they like via a customization dApp. Virtually endless combinations are possible. To mint your creation, you burn your base layer NFT.&#x20;

### This unique model combines NFTs with memecoins in a way that can both scale for large communities and introduce endless variety...&#x20;

We're calling it the first <mark style="color:yellow;">meme-fungible token (MFT).</mark>

***

### A diagram for the tech-savvy people out there 🤓 &#x20;

<figure><img src="/files/nbz1864ttKta6cZBZ7aA" alt=""><figcaption></figcaption></figure>

### *But how does this look in practice? Introducing* [*<mark style="color:blue;">Non-Playable Coin</mark>*](/implementing-the-idea/introducing-non-playable-coin-npc.md) *<mark style="color:blue;">(NPC) ...</mark>* &#x20;


---

# 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://docs.npc.com/introduction/making-nfts-more-like-memecoins.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.
