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

# 🏠 Overview

- [What is WheelX](https://docs.wheelx.fi/overview/what-is-wheelx.md)
- [Solutions](https://docs.wheelx.fi/overview/solutions.md)
- [Cross-Chain Swaps Protocol](https://docs.wheelx.fi/overview/solutions/cross-chain-swaps-protocol.md)
- [Payment Infrastructure](https://docs.wheelx.fi/overview/solutions/payment-infrastructure.md)
- [How It Works](https://docs.wheelx.fi/overview/how-it-works.md)
- [Aggregating](https://docs.wheelx.fi/overview/how-it-works/aggregating.md)
- [Bridging](https://docs.wheelx.fi/overview/how-it-works/bridging.md)
- [Swapping](https://docs.wheelx.fi/overview/how-it-works/swapping.md)
- [Tools](https://docs.wheelx.fi/overview/how-it-works/tools.md)
- [Tutorial](https://docs.wheelx.fi/overview/how-it-works/tutorial.md)
- [Features](https://docs.wheelx.fi/overview/features.md)
- [WheelX Payment](https://docs.wheelx.fi/overview/features/wheelx-payment.md)
- [Smart Contracts](https://docs.wheelx.fi/overview/features/smart-contracts.md): Explore WheelX's smart contract architecture and published deployment addresses. Use these resources to understand the protocol's core components and verify the addresses used by WheelX.
- [Architecture](https://docs.wheelx.fi/overview/features/smart-contracts/architecture.md)
- [Deployment Addresses](https://docs.wheelx.fi/overview/features/smart-contracts/deployment-addresses.md)
- [AI Route Optimization](https://docs.wheelx.fi/overview/features/ai-route-optimization.md)
- [Multi-Router Quote Comparison](https://docs.wheelx.fi/overview/features/multi-router-quote-comparison.md)
- [Gas Fee Estimation](https://docs.wheelx.fi/overview/features/gas-fee-estimation.md)
- [Supported Chains](https://docs.wheelx.fi/overview/features/supported-chains.md)
- [Supported Tokens](https://docs.wheelx.fi/overview/features/supported-tokens.md)
- [Safety & Security](https://docs.wheelx.fi/overview/safety-and-security.md)
- [MEV Protection](https://docs.wheelx.fi/overview/safety-and-security/mev-protection.md): MEV Protection Protect your transactions from Maximal Extractable Value (MEV) attacks.
- [Contract Audit Reports](https://docs.wheelx.fi/overview/safety-and-security/contract-audits-reports.md)
- [Programs](https://docs.wheelx.fi/overview/programs.md)
- [Community Dividend Program](https://docs.wheelx.fi/overview/programs/community-dividend-program.md)
- [Affiliate Program](https://docs.wheelx.fi/overview/programs/affiliate-program.md)
- [Influencer Program](https://docs.wheelx.fi/overview/programs/influencer-program.md)
- [Ambassador Program](https://docs.wheelx.fi/overview/programs/ambassador-program.md)
- [Resources](https://docs.wheelx.fi/overview/resources.md)
- [Media Kit](https://docs.wheelx.fi/overview/resources/media-kit.md)
- [Technical Support](https://docs.wheelx.fi/overview/resources/technical-support.md)
- [Find Us](https://docs.wheelx.fi/overview/resources/find-us.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, and the optional `goal` query parameter:

```
GET https://docs.wheelx.fi/overview.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.
