> For the complete documentation index, see [llms.txt](https://docs.ston.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ston.fi/es/seccion-para-desarrolladores/dex/fees.md).

# Comisiones

## Modelo actual

* Configurable por pool: Las comisiones de trading se establecen para cada pool de liquidez.
* Predeterminado: comisión total del 0.3% — 0.2% para los proveedores de liquidez (LPs) y 0.1% para el protocolo STON.fi.
* Rango: La comisión total y su distribución pueden ajustarse por el administrador del protocolo dentro de un rango de 0%–1%.
* Devengo: Las comisiones de LP se acumulan en el pool y se materializan prorrateadas según la participación de liquidez de cada LP.

## Dónde ver las comisiones

* App: La comisión actual de cada pool es visible en su página dentro de la app.
* API/SDK: Las comisiones también están disponibles a través de la [API de DEX](/es/seccion-para-desarrolladores/dex/api.md) y [SDK](/es/seccion-para-desarrolladores/dex/sdk.md).


---

# 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.ston.fi/es/seccion-para-desarrolladores/dex/fees.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.
