# How to swap?

Eddy Finance supports an AMM-based swapping interface to the users of ZetaChain.&#x20;

To start the interaction, simply follow the steps below:

1. Go to <https://app.eddy.finance/swap>. Make sure you you have selected "Swap" as the sub-header under "Transfer"

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

2. Switch chain to "ZetaChain" and enter your "to" token and "from" token. Input the value of the tokens you want to swap

<figure><img src="/files/3pdpF9AI4rMsyRXiQ70r" alt=""><figcaption></figcaption></figure>

3. Initiate swap and sign the transaction. Voila, you have succesfully performed your first swap on Eddy Finance

<figure><img src="/files/9IuZGgjHT1XAoY34xM0k" alt=""><figcaption></figcaption></figure>


---

# 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.eddy.finance/user-guide/how-to-swap.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.
