> 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/echange/limit-orders.md).

# Ordres Limites & TWAP

{% hint style="warning" %}
**L'Ordre Limit (Orbs) a été abandonné.** Si vous avez des ordres en attente, veuillez les gérer [ici](https://pancakeswap.finance/swap/limit-v1). Assurez-vous d'utiliser la dernière fonctionnalité d'ordre Limit disponible ici : <https://pancakeswap.finance/swap/limit>
{% endhint %}

{% hint style="success" %}
**Les Ordres Limit Générateurs de Frais** sont une **fonctionnalité de trading inédite** disponible exclusivement sur PancakeSwap.
{% endhint %}

#### Qu'est-ce que c'est ?

Les Ordres Limit Générateurs de Frais vous permettent de définir un prix cible pour acheter ou vendre des tokens automatiquement, tout en **gagnant des frais**. Lorsque le prix du pool atteint votre cible, votre ordre s'exécute et les tokens de sortie souhaités + les frais sont envoyés directement dans votre Portefeuille.

* **Chaîne supportée :** BNB Chain
* **Taille minimale de l'ordre :** 50 $

#### Pourquoi l'utiliser ?

* Plus besoin de surveiller constamment les graphiques.
* Aucun frais d'exécution — au contraire, vous **gagnez des frais (0,1%)** lorsque votre ordre est exécuté.
* Fonctionne de manière transparente — entièrement on-chain, propulsé par l'architecture PancakeSwap Infinity.

***

TWAP (Time-weighted Average Price, ou Prix Moyen Pondéré dans le Temps) est un type d'ordre courant qui décompose un ordre en trades de plus petite taille et les exécute à intervalles réguliers. L'objectif principal d'un ordre TWAP est de réduire l'impact sur le prix de l'ordre.

{% hint style="info" %}
La fonctionnalité TWAP est développée par [Orbs](https://www.orbs.com/) et propulsée par la [technologie L3](https://www.orbs.com/overview/) d'Orbs.
{% endhint %}


---

# 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/echange/limit-orders.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.
