> For the complete documentation index, see [llms.txt](https://docs.npc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.npc.com/introduction/making-nfts-more-like-memecoins.md).

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