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

# Trade

Swap between assets privately on chain without exposing your wallet.

<figure><img src="/files/mNPte1Q6WKrglYHJdGxC" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Connect Wallet

Connect your wallet (Phantom, Solflare, etc.).
{% endstep %}

{% step %}

#### Select Asset

Choose the asset(SOL or SPL token) you want to swap.
{% endstep %}

{% step %}

#### Set swap amount

Enter the swap amount (min. 0.2 SOL equiv)
{% endstep %}

{% step %}

#### Set Asset which is swapped

Choose the asset(SOL or SPL token) which is swapped.
{% endstep %}

{% step %}

#### Swap

Swap your asset to others privately.
{% endstep %}
{% endstepper %}

Fee:

&#x20;   \- SOLVEIL holders: 0.5% of swap amount + 0.006SOL(rent fee) + Jupiter fees

&#x20;   \- Non-holders: 1% of swap amount + 0.006SOL(rent fee) + Jupiter fees


---

# 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:

```
GET https://solveil.gitbook.io/solveil/user-docs/images-and-media.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.
