# Fee Structure

## V1 (Currently released)

<table><thead><tr><th width="186">Type of Transfer</th><th width="277">Description of Scenario</th><th width="271">Fees Charged By AnyToAny</th><th data-hidden align="center">Scenario Identifier</th></tr></thead><tbody><tr><td>Intrachain</td><td>Swapping within a DEX</td><td>FREE</td><td align="center">A</td></tr><tr><td>Cross-Chain</td><td>Any token to Any token </td><td>0.5% (Minimum $0.25) </td><td align="center">D</td></tr></tbody></table>

## V2 (Not yet released)

<table><thead><tr><th width="186">Type of Transfer</th><th width="277">Description of Scenario</th><th width="271">Fees Charged By AnyToAny</th><th data-hidden align="center">Scenario Identifier</th></tr></thead><tbody><tr><td>Intrachain</td><td>Swapping within a DEX</td><td>FREE</td><td align="center">A</td></tr><tr><td>Cross-Chain</td><td>Any token to Any token </td><td><p>Message Fee: $0.25</p><p>Swap Fee: 0.3%</p></td><td align="center">D</td></tr></tbody></table>

Fees displayed in the above tables are fees charged by AnyToAny. **Other fees will be incurred when swapping into the liquidity pools of other DEXs.**&#x20;


---

# 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://docs.vialabs.io/additional-products/anytoany.io/fee-structure.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.
