> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/french/bienvenue-sur-pancakeswap/contact-us/faq/what-is-an-approval-transaction.md).

# Qu'est-ce qu'une Transaction d'Approbation ?

**La première fois que vous effectuez un Swap ou ajoutez de la Liquidité, vous devez approuver le token que vous souhaitez swapper. Cela accorde au smart contract de PancakeSwap la permission de swapper ce token depuis votre Portefeuille.**

La transaction d'approbation autorise PancakeSwap à swapper le token depuis votre Portefeuille. Vous devez effectuer une transaction d'approbation pour chaque token que vous souhaitez swapper via PancakeSwap.

Voici un guide pour effectuer une transaction d'approbation :

1. Saisissez les détails de votre Swap.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step1%20%281%29%20%281%29.png" alt=""><figcaption></figcaption></figure>
2. Sélectionnez "Confirmer le Swap" après avoir vérifié les détails.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/4536.png" alt=""><figcaption></figcaption></figure>
3. Dans votre application ou extension de Portefeuille, approuvez la dépense pour le token que vous souhaitez swapper.

Autorisez l'utilisation du token pour le Swap dans votre Portefeuille.

*Votre Portefeuille peut vous demander de saisir le nombre de tokens que vous souhaitez approuver. Veuillez entrer un nombre supérieur ou égal au nombre de tokens que vous souhaitez swapper.*

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/1%20%281%29.png" alt=""><figcaption></figcaption></figure>

4. Après l'approbation, une nouvelle transaction apparaîtra vous demandant de confirmer le Swap.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/3.png" alt=""><figcaption></figcaption></figure>
5. Une fois le Swap confirmé, la transaction est soumise à la blockchain (en attente).

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step%2004.png" alt=""><figcaption></figcaption></figure>
6. Un message "Succès" accompagné d'une coche verte s'affichera à l'écran lorsque la transaction aura été effectuée avec succès.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/5.png" alt=""><figcaption></figcaption></figure>

L'approbation du token est valable pour une certaine durée ; le token devra être approuvé à nouveau ultérieurement via une demande de signature. Une signature d'approbation ne nécessite pas de frais de réseau.


---

# 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.pancakeswap.finance/french/bienvenue-sur-pancakeswap/contact-us/faq/what-is-an-approval-transaction.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.
