> For the complete documentation index, see [llms.txt](https://wen-swap.gitbook.io/wen-swap-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wen-swap.gitbook.io/wen-swap-bot/wen-swap/getting-started/how-does-it-work.md).

# How Does it Work?

## How Does It Work

{% hint style="info" %}
WenSwap utilizes our own proprietary aggregation technology to revolutionize cross-chain token swaps by automatically finding the best rates across multiple exchanges.
{% endhint %}

### Rate Aggregation

<figure><img src="/files/2EXqdsLgaJp0fIZIw4d7" alt="alt: &#x22;WenSwap rate aggregation process flowchart showing how user swaps get the best rates&#x22; title: &#x22;How WenSwap Aggregates Exchange Rates&#x22; description: &#x22;Diagram showing how WenSwap&#x27;s aggregator technology compares rates across multiple instant exchanges to find the best deal for users&#x22; keywords:   - crypto aggregator   - best exchange rates   - cross chain swap   - token exchange comparison   - WenSwap technology"><figcaption><p>Diagram showing how WenSwap's aggregator technology compares rates across multiple instant exchanges to find the best deal for users</p></figcaption></figure>

Our system continuously monitors multiple instant exchanges, automatically selecting the best available rate for your swap. **This ensures you always get the most tokens for your trade without manually comparing rates across platforms.**

### Key Advantages

{% tabs %}
{% tab title="Privacy" %}
🔒 **Privacy First**

* No KYC requirements\*
* No IP tracking
* Funds flow though hot wallets
  {% endtab %}

{% tab title="Performance" %}
💫 **Best Rates**

* Aggregates across major instant exchanges
* Wide coverage of popular blockchains
* Low fees through rate optimization
  {% endtab %}

{% tab title="User Experience" %}
🎯 **User-Friendly**

* Entire process in Telegram
* Simple interface
* Quick execution
  {% endtab %}

{% tab title="Community" %}
🤝 **Community Focused**

* Lucrative affiliate program
* Active user feedback implementation
* Regular feature updates
  {% endtab %}
  {% endtabs %}

### Technical Innovation

<figure><img src="/files/COYW3NUPPULahhPYlZan" alt="filename: wenswap-tech-factors.svg alt: &#x22;WenSwap&#x27;s four key technical factors visualized as interconnected nodes&#x22; title: &#x22;WenSwap&#x27;s Rate Optimization Factors&#x22; description: &#x22;Interactive diagram showcasing how WenSwap evaluates exchange rates, network fees, processing times, and reliability to optimize swaps&#x22; keywords:   - crypto exchange rates   - network fees   - swap processing time   - exchange reliability   - WenSwap optimization dimensions: 600x600"><figcaption><p>Interactive diagram showcasing how WenSwap evaluates exchange rates, network fees, processing times, and reliability to optimize swaps</p></figcaption></figure>

WenSwap compares rates across instant exchanges in real-time, factoring in:

{% hint style="success" %}

* 📊 Exchange rates
* 💰 Processing fees
* ⚡ Processing times
* ✅ Historical reliability
  {% endhint %}

Our data-driven approach ensures the best rates for the end user.

{% hint style="warning" %}
**Pro Tip:** For the **more privacy**, **avoid same-chain swaps on regular orders**. Instead, use Privacy Mode \
\
**For exmaple:**\
❌ **Don't Do Regular Mode:** SOL > SOL\
✅ **Do Privacy Mode:** SOL > SOL (*which will automatically chain hop - ie: SOL > TRX  > SOL*)&#x20;
{% endhint %}

### Continuous Improvement

WenSwap is continuously expanding supported chains and tokens based on community demand, making it the most efficient solution for cross-chain swaps on Telegram.

{% hint style="info" %}
**Want to suggest a new chain or token?** Join our [Telegram community](https://t.me/WenSwapChat) to participate in future integration discussions!
{% endhint %}

{% hint style="danger" %}
**\*Please see our** [**terms of use**](/wen-swap-bot/wen-swap/policies/terms-of-use.md) **to understand our standing on KYC.**
{% endhint %}


---

# 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://wen-swap.gitbook.io/wen-swap-bot/wen-swap/getting-started/how-does-it-work.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.
