# Frequently Asked Questions

<details>

<summary>Why should I use <strong>Tesseract instead of my favourite Avalanche DEX?</strong></summary>

Tesseract will check the best price for you across multiple DEXes, saving you time & money.  Tesseract will also perform multi-hop routes, taking advantage of any arbitrage opportunities.&#x20;

But what makes Tesseract unique is that it will also check liquidity pools on other Avalanche L1s and route trades through them if it's cheaper to do so, saving you even more. &#x20;

</details>

<details>

<summary>Is Tesseract safe to use? </summary>

Tesseract has been audited by [OpenZeppelin](https://openzeppelin.com), a leading blockchain security firm. The audit can be found here: <https://blog.openzeppelin.com/tesseract-protocol-audit>

</details>

<details>

<summary> <strong>Which wallets will I be able to use with Tesseract?</strong> </summary>

We recommend using the Avalanche native [Core Wallet](https://join.core.app) for the best experience. However, Tesseract will also supports other Avalanche-compatible wallets such as Rabby, MetaMask and WalletConnect-compatible wallets.

</details>

<details>

<summary>Does Tesseract charge a fee? </summary>

Tesseract charges a protocol fee of 0.1% (10 bips) for swaps and multi-hop routes which benefit from Tesseract scanning both the Avalanche C-Chain and integrated L1s to provide the best price.  There is no fee for simple single-hop cross-chain transfers.

</details>

<details>

<summary>What happens if a swap fails mid-route? </summary>

In rare cases a swap may fail mid-route, for example if pricing changes dramatically mid-swap.  In these cases Tesseract will roll back your funds to the previous chain prior to the failure.  The Tesseract UI will notify you of where your funds are in these rare cases.&#x20;

</details>

### Support

If you don't see your question answered here, please create a Support Ticket in [Tesseract's Official Discord. ](https://discord.gg/BFk32ZVXgk)


---

# 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.tesseract.finance/frequently-asked-questions.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.
