# Guide

Using Venzo Swap is as straightforward as exchanging currency in a traditional banking app.

{% stepper %}
{% step %}
**Select Assets:** Choose the asset you wish to swap (source) and the asset you want to receive (destination) from the supported list. The interface automatically detects the chain of each asset.
{% endstep %}

{% step %}
**Enter Amount:** Input the amount you want to exchange. The Venzo Swap interface instantly displays the estimated output, exchange rate, price impact, and any applicable fees.
{% endstep %}

{% step %}
**Review and Confirm:** Review the transaction details, including the guaranteed minimum output (accounting for your slippage tolerance setting). Adjust slippage tolerance if needed.
{% endstep %}

{% step %}
**Execute Swap:** Upon confirmation, the Venzo Swap engine executes the trade across the optimal routing path. The newly acquired assets are immediately credited to your Venzo wallet.
{% endstep %}

{% step %}
**Track Status:** For cross-chain swaps, you can track the transaction status in real-time through the Venzo dashboard, including bridge confirmation progress.
{% endstep %}
{% endstepper %}

All swap transactions are recorded in your Venzo transaction history with full details including execution price, fees paid, route taken, and timestamp.

<br>


---

# 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://venzofinance.gitbook.io/venzofinance-docs/venzo-swap/guide.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.
