> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/nft-standard/kusama-network/rmrk2.0.md).

# RMRK2.0

## RMRK 2.0 - NFT Standard

### What is RMRK 2.0?

RMRK 2.0 is an advanced Non-Fungible Token (NFT) standard built on the Kusama and Polkadot networks. Think of it as the next-generation model of a car, offering unique features and functionalities that go beyond the capabilities of ordinary vehicles.

### How does it work?

RMRK 2.0 operates based on a system called "remarks," which are akin to graffiti on blockchain blocks. Imagine a public wall where people leave their messages - that's what these remarks are in the world of blockchains. These messages do not change the wall itself, but they communicate important information to those who know how to interpret them.

The rules for interpreting these graffiti are called RMRK. Just as an art critic might interpret different graffiti to understand the underlying message, the RMRK rules interpret these blockchain graffiti to simulate certain types of interactions without the need for smart contracts.

In the new version, RMRK 2.0, we introduce the concept of NFT legos. Picture these as individual pieces of a Lego set. Alone, they are simple, but when combined, they can create intricate and complex structures. This concept allows for the development of rich and smart NFT projects without the need for custom logic and smart contracts.

### Unique Features

#### Nestable NFTs

One of the standout features of RMRK 2.0 is the concept of Nestable NFTs. Imagine a dollhouse owned by a doll, that's what Nestable NFTs are like - NFTs that can own other NFTs. Sending an NFT to another NFT is like moving a smaller doll into the dollhouse. Some NFTs can even have special conditions for parent-child relationships, just like how certain rooms in the dollhouse might have specific rules.

### Conclusion

RMRK 2.0, with its unique features and enhanced functionalities, is like a next-gen vehicle in the world of NFT standards. Its concept of Nestable NFTs and NFT legos introduces new possibilities for the creation and interaction of NFTs, paving the way for innovative and complex NFT projects.

There are tools available to interact with RMRK NFTs, like the KodaDot, similar to having a user manual and a toolkit for your vehicle. As we delve deeper into these tools and the unique features of RMRK 2.0, we will better understand the vast capabilities of this advanced standard.


---

# 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://hello.kodadot.xyz/nft-standard/kusama-network/rmrk2.0.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.
