> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/deutsch/products/ecollectibles/listing-pre-minted-nfts.md).

# Auflistung vorgeprägter NFTs

Hier ist eine schrittweise Anleitung zum Auflisten eines bereits geprägten NFTs zum Verkauf:

* Stellen Sie sicher, dass Sie einen Kanal erstellt haben. Eine Anleitung dazu finden Sie auf der folgenden Seite:

{% content-ref url="/pages/EPFyFo83iKO8DmZYqva6" %}
[CanCan](/deutsch/products/cancan.md)
{% endcontent-ref %}

* Gehen Sie zur Hauptseite des Kanals und klicken Sie auf die Schaltfläche **Produkt auflisten**

<figure><img src="/files/xFN8IlTaAlQdawYXenwF" alt=""><figcaption></figcaption></figure>

* Lesen Sie die Beschreibung jedes Parameters und geben Sie den entsprechenden Wert ein. Validieren Sie das Formular und nach einigen Sekunden sollten Sie Ihr NFT zusammen mit Ihren vorherigen NFTs sehen können. Laden Sie die Seite neu, falls Ihr NFT nicht angezeigt wird. Setzen Sie den Parameter **Benutzerdefinierten Präger verwenden** auf Ja, wie im Bild unten gezeigt, und geben Sie die Adresse Ihres NFT-Vertrags sowie die ID des NFTs, das Sie auflisten möchten, in das Feld **Prägeradresse** ein. Validieren und bestätigen Sie die Transaktion.

<figure><img src="/files/Ibyat5xtRDq6U0w0Lp0K" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/deutsch/products/ecollectibles/listing-pre-minted-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
