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

# User Guide

{% hint style="success" %}

#### LIVE!

{% endhint %}

#### 1. Go to <https://app.wolfeye.io/wolfswap>.&#x20;

Once you have the WolfSwap open, click on "Connect" button on top right to connect your wallet to the dApp.

![Fig. 8.1 - WolfSwap interface before wallet is connected.](/files/vz7NrGfaO254xBila4HQ)

#### 2. Connect your wallet.

Use the "Metamask" button if you are using a Metamask wallet. Use "WalletConnect" button if you are using other wallets.

![Fig. 8.2 - WolfSwap interface with option to connect wallet.](/files/kvubVSCVLMueuB8jdlmU)

#### 3. Make sure that your wallet is connected.

You should be able to see your WOLF balance and a "Disconnect" button on top right.

![Fig 8.3 - WolfSwap interface after wallet is connected.](/files/XPHVkCyKpy0IyP1CAnGX)

#### 4. Enter the amount of token.

Enter the amount of token you want to swap, either by using the "FROM" field on Fig. 8.4.1 or by using "TO" field on Fig. 8.4.2.

**Note:** If this is your first time using WolfSwap, you will need to approve the WolfSwap smart contract first. This is only required once. If this is not your first time using WolfSwap, then all you need to do is click on "Swap" button and confirm the transaction on your wallet.

![Fig. 8.4.1 - WolfSwap interface to swap from BNB.](/files/9jHxOFj0AdocTs2PV12W)

![Fig. 8.4.2 - WolfSwap interface to swap from token.](/files/w9zbfDiPpYEevtvwhMWz)

#### 5. Transaction in progress.

After confirming the swap transaction on your wallet, the "Swap" button will grey out and display a grey "Swapping" button with a loading sign.

![Fig. 8.5 - WolfSwap interface during swap.](/files/Ay57sOJMxbUhDH8wqWVj)

#### 6. Transaction success.&#x20;

After the transaction is confirmed and successful, you should see the confirmation page below, with a link to the block explorer and updated token balance on top right of the window.&#x20;

![Fig. 8.6 - WolfSwap interface after transaction successful.](/files/3LU6BgxUxvkcjHYT7cXV)


---

# 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://docs.wolfeye.io/products/wolfswap/user-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.
