> 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/readme/help/what-is-an-approval-transaction.md).

# Was ist eine Genehmigungstransaktion?

**Beim ersten Mal, wenn Sie tauschen oder Liquidität hinzufügen, müssen Sie das Token, das Sie tauschen, genehmigen. Dadurch erhält der PaySwap-Smartvertrag die Erlaubnis, dieses Token aus Ihrer Brieftasche zu tauschen.**

Die Genehmigungstransaktion ermöglicht es PaySwap, das Token aus Ihrer Brieftasche zu tauschen. Sie müssen für jedes Token, das Sie über PaySwap tauschen möchten, eine Genehmigungstransaktion durchführen.

Hier ist eine Anleitung, wie Sie eine Genehmigungstransaktion abschließen können:

1. Geben Sie Ihre Tauschdetails ein.

   <figure><img src="/files/jncKXJBjdQzHet2kvBoo" alt=""><figcaption></figcaption></figure>
2. Wählen Sie nach Überprüfung der Tauschdetails "Tausch bestätigen".

   <figure><img src="/files/ewHNaNJ6jnjQZ3H5E6za" alt=""><figcaption></figcaption></figure>
3. In Ihrer Wallet-App oder Wallet-Erweiterung genehmigen Sie die Ausgaben für das Token, das Sie tauschen.

Erlauben Sie das Token, in Ihrer Brieftasche zum Tausch verwendet zu werden.

*Ihre Brieftasche kann Sie dazu auffordern, die Anzahl der Token einzugeben, die Sie genehmigen möchten. Bitte geben Sie eine Zahl ein, die größer oder gleich der Anzahl der Token ist, die Sie tauschen möchten.*

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

4. Nach der Genehmigung wird eine weitere Transaktion angezeigt, die Sie auffordert, den Tausch zu bestätigen.

   <figure><img src="/files/d3gYDqPqS2rjpKEDsM0s" alt=""><figcaption></figcaption></figure>
5. Sobald der Tausch bestätigt ist, wird die Transaktion an die Blockchain gesendet (ausstehend).

   <figure><img src="/files/23rTtCb9vI7q0jUcl1gO" alt=""><figcaption></figcaption></figure>
6. Sie sehen "Erfolg" und ein grünes Häkchen auf dem Bildschirm, wenn die Transaktion erfolgreich abgeschlossen wurde.

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

Die Genehmigung für das Token gilt für einen bestimmten Zeitraum. Das Token muss später erneut mit einer Signaturanfrage genehmigt werden. Eine Genehmigungssignatur erfordert keine Netzwerkgebühr.


---

# 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:

```
GET https://docs.payswap.org/deutsch/readme/help/what-is-an-approval-transaction.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.
