# Fees

## Stargate Transaction Fees/Rebates

In V1, Stargate charged a flat 6 bps fee for all transactions via V1 pools. In V2, with the help of the AI Planning Module (AIPM) Stargate V2 enables dynamic fees.&#x20;

**How the Transaction Fee/Rebate is calculated:**

This refers to the difference between the input by the user on the source chain and the received amount on the destination chain.&#x20;

**Why rebates exist**:&#x20;

As mentioned, the AIPM is in charge of ensuring liquidity is evenly distributed among all Stargate pools based on their utilisation. When a specific pathway has seen high levels of demand and the pool's liquidity depletes, a rebate is offered to help rebalance the liquidity in the system.

**Fee allocation breakdown:**

* **veSTG Holders:** 1/6 of all fees generated
* **Protocol treasury:** 5/6 of all fees generated&#x20;

## Stargate Gas Fees

The Gas cost paid in the native gas token by the user entails payment for 2 things.&#x20;

1. LayerZero's execution fee&#x20;
2. Fee to the DVN for verifying the message between LayerZero endpoints


---

# Agent Instructions: 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://stargateprotocol.gitbook.io/stargate/v2-user-docs/whats-new-in-stargate-v2/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.
