# Introduction

![IXFI Protocol](/files/F2ZvrJ5DIPd81dsKeHPx)

## IXFI Protocol Documentation

Welcome to the comprehensive documentation for the IXFI Protocol - a revolutionary cross-chain infrastructure that enables seamless token swaps, cross-chain communication, and gasless transactions across multiple blockchain networks.

### What is IXFI?

IXFI is a cross-chain protocol that facilitates:

* **Cross-Chain Token Transfers**: Send tokens between different blockchain networks
* **DEX Aggregation**: Access 37+ DEX protocols across 7 chains for optimal swap routing
* **Gasless Transactions**: Execute transactions without holding native gas tokens
* **General Message Passing**: Send arbitrary data and function calls across chains

### Quick Start

{% content-ref url="/pages/mrto2L0mqUYCtl0m3ktk" %}
[Installation](/getting-started/installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/8ld4qQhBqoLhHcDYwFQ7" %}
[Quick Start](/getting-started/quick-start.md)
{% endcontent-ref %}

### Core Features

#### 🔗 Cross-Chain Infrastructure

* Supports 7 major blockchain networks
* 1:1 XFI backing mechanism
* Decentralized relayer network

#### 🔄 DEX Aggregation

* 37+ supported DEX protocols
* Optimal routing algorithms
* Multi-protocol quote comparison
* V2 and V3 concentrated liquidity support

#### ⛽ Gasless Transactions

* IXFI-based gas credit system
* Meta-transaction support
* Seamless user experience

#### 🛡️ Security & Reliability

* Comprehensive audit coverage
* Decentralized architecture
* Emergency recovery mechanisms

### Supported Networks

| Network   | Chain ID | Status |
| --------- | -------- | ------ |
| Ethereum  | 1        | ✅ Live |
| BSC       | 56       | ✅ Live |
| Polygon   | 137      | ✅ Live |
| Avalanche | 43114    | ✅ Live |
| Arbitrum  | 42161    | ✅ Live |
| Optimism  | 10       | ✅ Live |
| Base      | 8453     | ✅ Live |

### Architecture Overview

{% @mermaid/diagram content="flowchart TB
A\[User] --> B\[IXFI Gateway]
B --> C\[Cross-Chain Aggregator]
B --> D\[Meta-Tx Gateway]
C --> E\[37 DEX Protocols]
B --> F\[Relayer Network]
F --> G\[Destination Chain]
G --> H\[IXFI Gateway]
H --> I\[Target Contract]" %}

### Getting Help

* 📖 Browse the documentation sections
* 💬 Join our [Discord community](https://discord.gg/ixfi)
* 🐛 Report issues on [GitHub](https://github.com/DINetworks/IXFI-Contracts)
* 📧 Contact support: <support@ixfi.com>

### Documentation Structure

This documentation is organized into the following sections:

* **Getting Started**: Installation, setup, and basic usage
* **Core Concepts**: Understanding IXFI's architecture and mechanisms
* **DEX Aggregation**: Multi-protocol trading and routing
* **Cross-Chain**: Bridge operations and message passing
* **API Reference**: Complete function and event documentation
* **Guides**: Step-by-step tutorials and best practices
* **Examples**: Real-world integration patterns

***

*Ready to build with IXFI? Start with our* [*Quick Start Guide*](/getting-started/quick-start.md)*!*


---

# 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.ixfi.fi/getting-started/readme.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.
