# Transaction Fees

Cost to perform a basic smart contract interaction (token swap). Data from July 27, 2022.

| Chain               | Transaction Fees | Notes                     |
| ------------------- | ---------------- | ------------------------- |
| **Loot Chain**      | <$0.001 - $0.50  | Using Polygon as DA layer |
| Ethereum            | $6.49            | Uniswap transaction       |
| Polygon             | $0.02            | Quickswap transaction     |
| Binance Smart Chain | $0.14            | Pancakeswap transaction   |
| Avalanche           | $0.22            | Trader Joe transaction    |
| Solana              | negligible       | Raydium transaction       |
| Tron                | negligible       | Token send                |
| Fantom              | $0.24            | Spookyswap transaction    |
| Arbitrum            | $0.41            | From l2fees.info          |
| Optimism            | $0.31            | From l2fees.info          |


---

# 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://loot-chain.gitbook.io/loot-chain-documentation/performance/transaction-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.
