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

# Welcome to Injex Finance

Injex Finance is an aggregator designed to find the best price and conditions for exchanging two assets. Currently, Injex has a beta version (v1.01) of the DEX aggregator and supports four DEXes within the [Injective](https://injective.com/) network: [Helix](https://helixapp.com/), [Astroport](https://astroport.fi/en), [DojoSwap](https://dojo.trading/), and [White Whale](https://whitewhale.money/).

In this documentation, you will find the following information:

### **Introduction:**

* [Overview](/injex-finance-dex-aggregator-protocol/welcome-to-injex-finance/introduction/overview.md)
* [The Injective Ecosystem](/injex-finance-dex-aggregator-protocol/welcome-to-injex-finance/introduction/the-injective-ecosystem.md)

### **Core Features**

* [Swap](/core-features/swap.md)
* [How Swap Works](/core-features/swap/how-swap-works.md)
* [Settings](/core-features/settings.md)
* [How to swap](/core-features/how-to-swap.md)

### **Injex in details**

* [Tokenomics](/injex-in-details/injex-finance-tokenomics.md)
* [Trading Fees](/injex-in-details/trading-fees.md)
* [API Widget](/injex-in-details/api-widget.md)
* [Roadmap 2024](/injex-in-details/roadmap.md)
* [Social Media Platforms & Support](/injex-in-details/social-media-platforms-and-support.md)
* [FAQ](/injex-in-details/faq.md)
* [Disclaimer](/injex-in-details/disclaimer.md)


---

# 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:

```
GET https://docs.injex.fi/injex-finance-dex-aggregator-protocol/welcome-to-injex-finance.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.
