> For the complete documentation index, see [llms.txt](https://dev.ada-anvil.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ada-anvil.io/quick-start-examples/cip-25.md).

# Minting (CIP-25)

[CIP-25](https://cips.cardano.org/cip/cip-25) is the original and most widely adopted standard for creating NFTs on Cardano. It defines a metadata structure that is stored off-chain and linked in the minting transaction.

This section provides examples of how to mint NFTs according to the CIP-25 standard, which is ideal for traditional, immutable NFTs.

{% content-ref url="/pages/N4yaLumdBgmyJw1JdT7R" %}
[TS/JS + Fetch](/quick-start-examples/cip-25/cip-25.md)
{% endcontent-ref %}

{% content-ref url="/pages/DDFHfNhZgynP0E7Nw4YQ" %}
[CLI (TS/JS + Fetch)](/quick-start-examples/cip-25/cip-25-cli.md)
{% endcontent-ref %}
