# WheelX Docs v2

## WheelX Docs v2

- [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)
- [Getting Started](https://docs.wheelx.fi/api-and-developer/getting-started.md)
- [API Overview](https://docs.wheelx.fi/api-and-developer/getting-started/api-overview.md)
- [Quick Start](https://docs.wheelx.fi/api-and-developer/getting-started/quick-start.md)
- [API Reference](https://docs.wheelx.fi/api-and-developer/getting-started/api-reference.md)
- [Authentication & Rate Limits](https://docs.wheelx.fi/api-and-developer/getting-started/authentication-and-rate-limits.md)
- [Troubleshooting](https://docs.wheelx.fi/api-and-developer/getting-started/troubleshooting.md)
- [Integration Notes](https://docs.wheelx.fi/api-and-developer/integration-notes.md)
- [EVM Support](https://docs.wheelx.fi/api-and-developer/integration-notes/evm-support.md)
- [Solana Support](https://docs.wheelx.fi/api-and-developer/integration-notes/solana-support.md)
- [Tron Support](https://docs.wheelx.fi/api-and-developer/integration-notes/tron-support.md)
- [Hyperliquid Support](https://docs.wheelx.fi/api-and-developer/integration-notes/hyperliquid-support.md)
- [Prediction Market Support](https://docs.wheelx.fi/api-and-developer/integration-notes/prediction-market-support.md)
- [📦 SDK & Widget](https://docs.wheelx.fi/sdk-and-widget.md)
- [SDK Overview](https://docs.wheelx.fi/sdk-and-widget/sdk-overview.md)
- [Python SDK](https://docs.wheelx.fi/sdk-and-widget/python-sdk.md)
- [JavaScript SDK](https://docs.wheelx.fi/sdk-and-widget/js-sdk.md)
- [Go SDK](https://docs.wheelx.fi/sdk-and-widget/go-sdk.md)
- [MCP Server](https://docs.wheelx.fi/sdk-and-widget/mcp-server.md)
- [Widget](https://docs.wheelx.fi/sdk-and-widget/widget.md)
- [Quick Start](https://docs.wheelx.fi/sdk-and-widget/widget/quick-start.md)
- [Customization](https://docs.wheelx.fi/sdk-and-widget/widget/customization.md)
- [Referral Commission](https://docs.wheelx.fi/sdk-and-widget/widget/referral-commission.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wheelx.fi/overview/what-is-wheelx.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.
