# Welcome

**Swap.io** is a Solana-first trading interface that sources quotes from **multiple DEX aggregators** (including Jupiter) and **Swap.io CLMM** pools, then executes the **best executable route** on-chain.

***

### What you can do

* **Swap tokens on Solana** with routes chosen for expected output and reliability.
* **View your wallet balances** and track supported token holdings.
* **Provide liquidity** via **concentrated liquidity (CLMM)** on our verified fork of Raydium CLMM.
* **Build & integrate** using our public APIs and open components.

> Quotes in the UI are **net of AMM/Liquidity Provider fees and expected price impact** along the selected path. Swap.io **does add a small platform fee** to swaps. **CLMM pools have their own LP/AMM fees** set at the pool level.

***

### Quick links

* [**Swapping basics**](/swapping/swap-basics.md) → routing, slippage, pricing
* [**Swap.io Liquidity (CLMM)**](/liquidity-clmm/swap.io-liquidity-clmm.md) → LP guides, fee tiers, risks
* [**Security & Audits**](/liquidity-clmm/clmm-security-and-audits.md) → program ID, audits, verification
* **APIs & Dev** → app endpoints, Neptune (CLMM API)

***

### Stay in touch

[Telegram](https://t.me/swap_io) · [X (Twitter)](https://x.com/swapdotio) · [GitHub](https://github.com/swap-dot-io) · [Discord](https://discord.gg/swapdotio)


---

# 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.swap.io/welcome.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.
