> For the complete documentation index, see [llms.txt](https://docs.asterdex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterdex.com/trading/spot/usdt-usdc-swap/how-to-swap.md).

# How to Swap

1. Go to **Portfolio** - <https://www.asterdex.com/en/portfolio/pro>
2. Click the USDC ⇄ USDT swap button
3. Select the token you want to swap from and to
4. Enter the amount
5. Review the estimated conversion rate and fees
6. Click **Swap**

Once completed, the converted balance will appear in your account immediately.

### Swap Rules

#### Minimum Swap Amount

The minimum swap amount is:

* 10 USDC
* 10 USDC.e
* 10 USDT

#### Swap Availability

The swap function may become temporarily unavailable under abnormal market conditions or when platform protection mechanisms are triggered. If unavailable, the swap button will be disabled.

***

#### Swap History

Users can view their swap history directly from the swap panel, including:

* Swap time
* From token and amount
* To token and amount

***

### Frequently Asked Questions

#### 1. Is the swap instant?

Yes. Successful swaps are processed immediately.

#### 2. Are there any trading fees during the promotion?

No. During the promotional period, all supported USDC ⇄ USDT swaps are 0 fee.

#### 3. Why is my available swap amount lower than my balance?

The available swap amount is determined by your remaining personal daily swap limit, the remaining platform-wide swap quota, and your available balance.&#x20;

#### 4. Can I swap directly between USDC and USDC.e?

No. Currently, swaps are only supported between:

* USDC / USDC.e → USDT
* USDT → USDC / USDC.e

#### 5. Why is the swap unavailable?

The swap feature may be temporarily disabled due to:

* Platform risk controls
* Abnormal stablecoin price deviations
* Daily limit exhaustion


---

# 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://docs.asterdex.com/trading/spot/usdt-usdc-swap/how-to-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.
