> 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/pancakeswap-infinity.md).

# PancakeSwap Infinity

> Si vous êtes développeur ou si vous recherchez une documentation technique détaillée, veuillez consulter ce doc <https://developer.pancakeswap.finance/>

**PancakeSwap Infinity** est la dernière version de l'AMM PancakeSwap, conçue pour rendre le trading décentralisé plus rapide, moins coûteux et plus flexible. Elle repose sur une architecture modulaire qui permet une plus grande personnalisation et prend en charge différents types de pools de trading et de modèles de tarification.

Avec Infinity, les développeurs peuvent créer de nouvelles fonctionnalités plus facilement grâce aux « hooks » — de petits fragments de code qui s'exécutent lors d'actions clés du cycle de vie d'un pool. Cela permet des cas d'usage tels que des oracles personnalisés, des pools à frais dynamiques, des fonctionnalités avancées de trading et de gestion de Liquidité, et bien plus encore.

Comparé à PancakeSwap v3, Infinity est plus économe en gas et pérenne. En découplant les fonctions fondamentales comme la comptabilité et la logique de trading, il permet l'intégration transparente de nouvelles courbes de tarification avec des capacités de hook — permettant au protocole d'évoluer sans nécessiter de redéploiement.

### ⭐️ Fonctionnalités Clés

1. Singleton
2. Flash Accounting
3. Hooks
4. Prise en charge des Tokens Natifs
5. Courbes de Tarification Personnalisées
6. ERC-6909
7. `donate()`

{% hint style="success" %}
**Open-source :** [PancakeSwap Infinity](https://github.com/pancakeswap/infinity-core) est publié sous licence open-source, encourageant les développeurs à innover, personnaliser et collaborer librement.
{% 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/pancakeswap-infinity.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.
