# 수수료 및 조건

{% hint style="success" %}
Margex에서는 통화 변환에 대한 추가 수수료를 부과하지 않습니다.
{% endhint %}

현재 다음 통화에 대한 변환/교환 서비스를 제공합니다:

<table><thead><tr><th width="227">Currency</th><th>MIN amount (USD)</th><th>MAX daily limit (USD)</th></tr></thead><tbody><tr><td>ETH</td><td>10</td><td>30,000</td></tr><tr><td>BTC</td><td>10</td><td>30,000</td></tr><tr><td>SOL</td><td>10</td><td>30,000</td></tr><tr><td>LTC</td><td>10</td><td>30,000</td></tr><tr><td>POL</td><td>10</td><td>30,000</td></tr><tr><td>TRON</td><td>10</td><td>30,000</td></tr><tr><td>XRP</td><td>10</td><td>30,000</td></tr><tr><td>USDC</td><td>1</td><td>30,000</td></tr><tr><td>USDT</td><td>1</td><td>30,000</td></tr><tr><td>DOGE</td><td>100</td><td>30,000</td></tr></tbody></table>

**위 표에서 명시된 최대 변환 가능 금액은 거래당/일일 한도를 의미합니다.**


---

# 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://help.margex.com/help-center/ko/converter/fees-and-conditions.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.
