> For the complete documentation index, see [llms.txt](https://about.vestige.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.vestige.fi/how-to-guides/complete-a-swap.md).

# Complete a Swap

To complete a swap, you must first complete the [Connect Your Wallet Step](/how-to-guides/connect-your-wallet.md).  Once you have connected your wallet, you are ready to complete a swap, view your transactions, etc.  Before completing a swap, please review our guides for [Enable or Disable Swap Routes](/how-to-guides/complete-a-swap/modify-swap-routes.md) and [Adjust Swap Slippage](/how-to-guides/complete-a-swap/adjust-swap-slippage.md).&#x20;

### Step 1

Once your Wallet is Connected, find the **Algorand Standard Asset (ASA)** that you would like to swap with.   For this example, we will use [VEST](https://vestige.fi/asset/700965019) &#x20;

### **Step 2**

**With the** [**VEST #700965019**](https://vestige.fi/asset/700965019) **ASA page open, you will see the Trade section.** &#x20;

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

### Step 3

**Enter the amount you would like to Swap.  You can free type the amount, or select a percentage (25, 50, 75, 100%) based on your available amounts.**

**Note: The top value will always be how much you will pay and the bottom amount is the minimum amount you will receive once the swap is completed.** &#x20;

**On the swap screen, the user will show what type of swap will be completed (Single or Multi) and which Route(s) will be utilized to complete the swap.  In the example below, we are completing a Single Route swap using Humble.**

<figure><img src="/files/5z3tXFIZvBXjWC8EwtMH" alt=""><figcaption></figcaption></figure>

**Based on the amount you are swapping, the aggregator will automatically (based on your slippage and enabled route settings) display a multi route swap.  In the example below, the user can complete a swap using 3 routes at the same time in one transaction group.**

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

### **Step 4**

**Select the** Buy VEST **button which will initiate the transaction.  For this step, you will need to use your wallet to accept the transaction and complete the request.**

![](/files/OZ4Rl0o318nWnDToMA1x)![](/files/x35o9nnoJlfHCX1DsmMh)

### Step 5&#x20;

**Once the swap has completed, the user will see a Swap Successful note at the bottom of the trade section.** &#x20;

<figure><img src="/files/0ZNaSJmZBPXDF5KhnvHU" alt=""><figcaption></figcaption></figure>

Success! **You have completed a swap using Vestige.**


---

# 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://about.vestige.fi/how-to-guides/complete-a-swap.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.
