> For the complete documentation index, see [llms.txt](https://docs.tesseract.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tesseract.finance/features.md).

# Features

1. **Seamless cross-L1 swaps on Avalanche**

Tesseract solves liquidity fragmentation by routing swaps across the Avalanche ecosystem, supporting both the C-Chain and your favourite Avalanche L1s, decentralized exchanges (DEXes), and tokens. You'll also be able to use the Tesseract UI to bridge tokens across Avalanche.&#x20;

Here's how a Tesseract swap works:&#x20;

<figure><img src="/files/iAEC3lh6xXNjrpADx60i" alt=""><figcaption></figcaption></figure>

2. **Best Prices via ecosystem-wide liquidity**

Benefit from the entirety of the Avalanche Ecosystem.  Tesseract checks for the best price for your swap, taking into account gas-fees and leveraging multi-hop routes on both the C-Chain and on Avalanche L1s.&#x20;

3. **Simple integration for Avalanche L1 developers**

Running an Avalanche L1?  Deploy Tesseract in a few simple steps to access all of Avalanche's deep liquidity.  With Tesseract deployed there's no need to manage your token(s) liquidity on your L1, as Tesseract will seamlessly connect users to its C-Chain liquidity.&#x20;

4. **Fast and Optimal user experience with automatic liquidity sourcing**

&#x20;Experience complete round trips to and from the C-Chain in less than 10 seconds, setting the standard for cross-L1 efficiency.  The Tesseract's UI keeps users updated on progress as the transaction progresses.&#x20;

5. **No RPC Switching**:&#x20;

Conduct swaps from your source L1 without the need to switch Remote Procedure Call (RPC) endpoints.

6. **Cost-Effective**:&#x20;

Tesseract ensures reasonable slippage and gas costs, optimizing your trading experience.

7. **Open-Source**:&#x20;

Tesseract smart contracts and front-end are open-source, ensuring transparency and encouraging community contributions and collaboration.  Check out the [Tesseract Github](https://github.com/tesseract-protocol/smart-contracts)

8. **Extensive L1 and Token Support**:&#x20;

Tesseract will support a core set of popular L1s and tokens, while offering long-tail support for a wide range of Avalanche L1s, DEXes, and tokens.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tesseract.finance/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
