# CNFTs structure

To better understand the structure of ArtaCardano Multiverse Collection we describe below the components of the CNFT Display Name:

![](/files/T3BJVid6CJviqWH5VNXI) ![](/files/yPCJGP85Ge1wYZOMfw1A) ![](/files/L3M9hmW0Aw0LXwtk52g2) ![](/files/IET0Nu3t3b5spLupEF3p)

### Name of the Cards: “BYRON U1C1 #001”&#x20;

Byron – the name of the Character represented in the Card&#x20;

U1 - meaning “Universe One”&#x20;

C1 - meaning “Chapter 1”&#x20;

\#001 - each Character is numbered from #001 to #156 (You can also identify the Rarity)&#x20;

### Metadata of the cards sample from “BYRON U1C1 #001” :

```
// Some code
{
  "721": {
    "a02ad105d4f5e66987dc09f2ba6f443932faedd6421af9a7a2d78f32": {
      "ByronU1C1002": {
        "name": "ByronU1C1#002",
        "image": "ipfs://QmVv4hB7uLAnL9KAGiSvQNxoux6RjkephTAb5EiKdWnLY3",
        "mediaType": "image/gif",
        "Project Name": "ArtaCardano Multiverse",
        "Rarity": "Legendary",
        "*": "This Card was forged in Universe ONE | Genesis",
        "Attributes": [
          "Body": "Active",
          "Levitation" : "Active",
          "Power": "Energy Vortex - Active",
          "Force": "Abyss Energy - Active",
          "Background 1": "Star System - Active",
          "Background 2": "White Mist - Active"
        ],
        "Project website": "https://www.artacardano.io",
        "Twitter": "https://twitter.com/ArtaCardanoCNFT",
        "files": [
          {
            "name": "ByronU1C1#002",
            "mediaType": "video/mp4",
            "src": "ipfs://QmZdyMCd68EribLaMJn4M33omG1mck6R75KwLbH9ahRMRE"
          }
        ]
      }
    },
    "version": "1.0"
  }
}
```


---

# 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://artacardano.gitbook.io/cardano-multiverse/cnfts-structure.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.
