# A New Token Standard: The ERC11

## Introducing the ERC11

We believe memecoin-NFT hybrids are future of memecoins. So, the devs and community have come together to codify this into an easy-to-ship and audited token standard.

The <mark style="color:yellow;">ERC11</mark> is a new standard for memecoin developers which we hope will usher in "memecoins 2.0" with Non-Playable Coin leading the wave.&#x20;

The ERC11 combines two trusted token standard—the ERC20 and the ERC1155—into one. In layman's terms, this means that memecoins with media embedded in them can now trade on Uniswap.

* Read more via our [ERC11 whitepaper](https://www.npc.com/ERC11-White-Paper-By-Non-Playable-Coin.pdf) (select your translation!)
* [ERC11 GitHub](https://github.com/non-playablecoin/erc11/blob/main/ERC11.sol)

## Unique Use Cases

Memecoins no longer need to be symbolic with the ERC11. When you trade an ERC11 token, you are actually trading a piece of the culture. The Non-Playable Coin devs have put out a few proof-of-concept ideas (or experiMINTs as we call them) to give builders some inspiration.&#x20;

* [Biden v. Trump](https://www.npc.com/biden-vs-trump) — a two-sided memecoin. One NFT side is for Trump, the memecoin side is for Biden.
* [Groge](https://www.npc.com/groge) — a memecoin that is backed by a song dedicated to gray Doge (NPC's dog)
* [Lil NPC - 4EVA GRAY](https://www.npc.com/lil-npc-4-eva-gray) — another memecoin backed by a NPC trap song
* [NPC: The Game](https://www.npc.com/npc-game) — a memecoin backed by a video game, playable as an NFT.&#x20;

Please note, all of these experiMINTs are infinite mint and have no financial value.&#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/implementing-the-idea/a-new-token-standard-the-erc11.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.
