> For the complete documentation index, see [llms.txt](https://wiki.subdao.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.subdao.network/product-guide/apps-and-settings/swap.md).

# Swap

SubDAO provides asset exchange services through access to UniSwap/Pancake/QuickSwap. The function is available to Supper Managers who are authorized to Swap. \
\
Two Ways to Access:&#x20;

1st: App\&Settings - Swap

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

2nd Connect and use the functions within to perform Swap transaction

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

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

**Authorize**&#x20;

First, authorize the amount for exchange, and the authorized amount cannot be greater than the Token balance;

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

**Swap**&#x20;

Enter the amount of USDT to be exchanged, and the DAI amount will be calculated automatically. Click **\[Swap]** after confirmation, and the MetaMask wallet signature will be confirmed;

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

**Swap successful**&#x20;

After the swap transaction is complete, it will be available in the Vault

![](/files/F8qFMrheS4ffDZgMduob)![](/files/eFQu1yAv77RALGXJCs9c)


---

# 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://wiki.subdao.network/product-guide/apps-and-settings/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.
