> For the complete documentation index, see [llms.txt](https://quantum-swap.gitbook.io/quantum-swap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantum-swap.gitbook.io/quantum-swap/readme.md).

# Welcome

#### **What is Quantum Swap?**

[Quantum Swap](https://quantum-swap.vercel.app/) is a decentralized swap protocol built on Solana that lets you exchange **any token to any token, across chains**, without needing to hold native tokens. By eliminating the “middle token” step, Quantum Swap delivers faster, cheaper, and more efficient swaps — all while keeping the experience simple and seamless.

#### **Vision & Mission**

At Quantum Swap, our mission is to **make crypto truly fluid**.\
We believe users shouldn’t be forced into unnecessary steps, extra costs, or technical hurdles when moving between assets. By combining Solana’s scalability with powerful cross-chain mechanics, we’re building a future where swapping tokens is as effortless as sending a message.

Our bigger picture:

* **Remove friction** from token transactions
* **Cut hidden costs** by eliminating native-token dependencies
* **Empower communities** with transparent, decentralized infrastructure

#### **Key Features**

* **Any-to-Any Token Swaps** – exchange any token directly to any other, without detours
* **Solana Integration** – ultra-fast, low-fee transactions at scale
* **Seamless User Experience** – a clean, intuitive interface designed for everyone
* **Community-Driven Roadmap** – built alongside our users, shaped by your feedback

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Make your first swap</td><td><a href="https://images.unsplash.com/photo-1632594737623-bea601083890?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw2fHxzdGFydHxlbnwwfHx8fDE3NTczNDIxMzR8MA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1632594737623-bea601083890?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw2fHxzdGFydHxlbnwwfHx8fDE3NTczNDIxMzR8MA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>QSWAP Token</strong></td><td>Learn about QSWAP</td><td><a href="https://images.unsplash.com/photo-1533988902751-0fad628013cb?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHx0b2tlbnxlbnwwfHx8fDE3NTcyOTM5Mzl8MA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1533988902751-0fad628013cb?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHx0b2tlbnxlbnwwfHx8fDE3NTcyOTM5Mzl8MA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/RuFf5H0tlzutImTH6vH1">/pages/RuFf5H0tlzutImTH6vH1</a></td></tr><tr><td><h4><i class="fa-globe-pointer">:globe-pointer:</i></h4></td><td><strong>Community</strong></td><td>Join our comunity</td><td><a href="https://images.unsplash.com/photo-1505243542579-da5adfe8338f?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw5fHx0b2dldGhlcnxlbnwwfHx8fDE3NTczNDIxODh8MA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1505243542579-da5adfe8338f?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw5fHx0b2dldGhlcnxlbnwwfHx8fDE3NTczNDIxODh8MA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/ywR6rwhSc7dylUsc72dH">/pages/ywR6rwhSc7dylUsc72dH</a></td></tr></tbody></table>


---

# 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://quantum-swap.gitbook.io/quantum-swap/readme.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.
