# Metaplex2

{% embed url="<https://developers.metaplex.com/>" %}

The [Metaplex Protocol ](https://www.metaplex.com/)is a decentralized platform built on the X1 blockchain, designed to facilitate the creation, sale, and management of digital assets. It offers tools and standards for developers, creators and businesses to build decentralized applications. Metaplex powers digital assets including NFTs, fungible tokens, RWAs, gaming assets, DePIN assets and more.

### Token Metadata

The Token Metadata program is one of the most important programs when dealing with NFTs on the Solana blockchain. Its main goal is to attach additional data to Fungible or Non-Fungible [Tokens](https://spl.solana.com/token) on X1.

{% embed url="<https://developers.metaplex.com/token-metadata>" %}

### Core

Metaplex Core (“Core”) sheds the complexity and technical debt of previous standards and provides a clean and simple core spec for digital assets. This next generation Solana NFT standard uses a single account design, reducing minting costs and improving Solana network load compared to alternatives. It also has a flexible plugin system that allows for developers to modify the behavior and functionality of assets.

{% embed url="<https://developers.metaplex.com/core>" %}

### Candy Machine

The Metaplex Protocol **Candy Machine** is the leading minting and distribution program for fair NFT collection launches on Solana. Much like its name suggests, you can think of a Candy Machine as a temporary structure which is first loaded by creators and then unloaded by buyers. It allows creators to bring their digital assets onchain in a secure and customisable way.

{% embed url="<https://developers.metaplex.com/candy-machine>" %}

### Core Candy Machine

The Metaplex Protocol Candy Machine is the leading minting and distribution program for fair NFT collection launches on Solana. With the introduction of the `Metaplex Core Protocol` simplifying the NFT process on Solana it was only fitting for a Core edition of the Candy Machine to come to the masses. Much like its name suggests, you can think of a Candy Machine as a temporary structure which is first loaded by creators and then unloaded by buyers. It allows creators to bring their digital assets onchain in a secure and customizable way.

{% embed url="<https://developers.metaplex.com/core-candy-machine>" %}

More [programs and tools](https://developers.metaplex.com/programs-and-tools) are to be available on X1 in the near future.

### Metaplex support

{% embed url="<https://t.me/x1_builders>" %}

{% embed url="<https://discord.com/invite/metaplex>" %}


---

# 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.x1.xyz/build-on-x1/metaplex2.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.
