# Make an NFT

## Creating NFTs on æternity with AEX-141

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>AEX-141 Documentation</td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/QFGf7Jv8oKZYNy3tIoLX">/spaces/yxhRUAwn7tH8JUboTur7/pages/QFGf7Jv8oKZYNy3tIoLX</a></td><td><a href="/files/vZyGDyzw08V42czk9Gxx">/files/vZyGDyzw08V42czk9Gxx</a></td></tr></tbody></table>

Ready to create your first NFT on the æternity blockchain? In this tutorial, we'll walk through implementing the AEX-141 standard to create your own unique digital assets. The AEX-141 standard provides a robust framework for NFTs, combining the security of æternity's FATE virtual machine with the flexibility of the Sophia programming language. Whether you're building a collection of digital art, gaming assets, or any other unique tokens, this step-by-step guide will show you how to mint, transfer, and manage your NFTs using the battle-tested AEX-141 standard. You'll learn how to handle metadata, implement proper ownership tracking, and add custom functionality to your NFTs. Let's dive in and create something unique on æternity!<br>

{% embed url="<https://youtu.be/vv_Wl93dEWo?si=tiA-dClIYGo6GABu>" %}


---

# 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.aeternity.com/aeternity-user-tools-and-services/make-an-nft.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.
