# Mintear con Metadatos Existentes

{% embed url="<https://youtu.be/Em7Q8YP1jU0>" %}

Utiliza esta herramienta para [**mintear NFTs con metadatos (CIDs) existentes**](https://tools.kabila.app/es/nft-creation/mint-existing-metadata) en una Colección existente. Aprende más sobre los Metadatos de NFT en [**esta sección**](/nft-academy/hedera-nfts/metadatos-del-nft.md).

Los 5 elementos que necesitarás antes de mintear son:

* **Token ID.** Esto significa una Colección en la que mintear tus NFTs.
* **Cantidad a Mintear.** Cuántos NFTs deseas mintear.
* **Tipo de Mint.** Si estás minteando NFTs idénticos o diferentes.
* **CID Links.** Uno o varios enlaces CID dependiendo del Tipo de Mint.
* **Supply Key.** La Supply Key de la Colección será requerida en el último paso para firmar la operación.

<figure><picture><source srcset="/files/Rwl60RmpY1EBZSNPYljh" media="(prefers-color-scheme: dark)"><img src="/files/kpSoULPalGpAE4om4EiF" alt=""></picture><figcaption></figcaption></figure>

### Mintear NFTs Idénticos con un CID Link

Para mintear NFTs idénticos, deberás introducir un CID Link.

Puedes generar CID Link de Metadatos con la herramienta [Gestor IPFS](/productos/tools/gestor-ipfs.md).

Una vez que ingreses el CID Link, los datos del NFT aparecerán antes de confirmar el mint. Ten en cuenta que estos metadatos no se pueden cambiar. Si necesitas detalles de Metadatos diferentes, utiliza otro CID Link o crea uno nuevo con la herramienta Gestor IPFS.

Para finalizar, haz clic en Continuar y firma la operación con tu Wallet.

<figure><picture><source srcset="/files/SeI4YMOcj0kENLVWsv86" media="(prefers-color-scheme: dark)"><img src="/files/EnzghAS4BtCBH3XMeJ8p" alt=""></picture><figcaption><p>Minting identical NFTs with an existing Metadata CID</p></figcaption></figure>

### Mintear NFTs Diferentes con varios CID Links

Finalmente, para mintear diferentes NFTs con Metadatos Existentes, deberás proporcionar los CID Links. Tendrás dos opciones para proporcionar los CID Links de los Metadatos:

* Copiar y Pegar tus CIDs desde una hoja de cálculo.
* Importar un archivo .cKBL que contenga todos los CIDs generados previamente con la herramienta de Gestor IPFS .

<figure><picture><source srcset="/files/ZsFFvi9AgYGeTkMcIHjP" media="(prefers-color-scheme: dark)"><img src="/files/YCoOfykZy739pR9Msu2n" alt=""></picture><figcaption><p>Table to input the Metadata CIDs before minting</p></figcaption></figure>

Después, podrás revisar todos los metadatos de los NFTs dentro de la tabla antes de proceder con el proceso de minteo. Ten en cuenta que no podrás modificar ningún detalle con los CIDs de Metadatos ya generados.

Finalmente, se requerirá la Supply Key para firmar la operación y mintear los NFTs.


---

# 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://academia.kabila.app/productos/tools/creacion-nft/mintear-con-metadatos-existentes.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.
