# FAQ

### What is Smart margin?

Smart margin accounts are a unique Kwenta offering that allows traders to trade any market by using a single margin account. With smart margin accounts, traders can seamlessly trade different markets with fewer transactions and less hassle. Learn here how to trade Smart Margin.

### Can I have positions open on Smart and Isolated Margin?

Yes, it is possible to open positions on the same market on both smart margin and isolated margin. Traders can have e.g. an ETH-PERP long position open on smart margin, switch to isolated margin and open a short on ETH-PERP, and manage them independently.

### Is Smart Margin better than Isolated Margin?

Smart margin provides traders with powerful risk management tools, letting them tailor each position to their personal trading style with an optional fee rejection parameter. This allows traders to have orders rejected if the current dynamic exchange fee spikes beyond acceptable levels.

Under isolated market contracts, users are forced to risk all of the collateral in a single market they deposit and can only protect collateral from liquidation by completely withdrawing the collateral they wish to protect. With Smart Margin, traders are able to select the amount of collateral they are comfortable risking when opening a position while unused collateral will stay safe in the Smart Margin if liquidations should occur.

### How will a Smart Margin account affect my trading?

By default, all Synthetix Futures contracts are isolated markets with no advanced order support, requiring traders to deposit and withdraw separately for each asset they wish to trade. With a Smart Margin account, traders can seamlessly trade different markets from a single account while receiving access to more advanced order types such as limit and stop market orders.

### Is there a minimum deposit requirement?

The minimum deposit and position size value for Smart Margin accounts is 50 sUSD.

{% hint style="info" %}
In addition, the minimum position size must be 50 sUSD without any leverage. If your order is below the 50 sUSD minimum, reduce your leverage and reattempt the trade.&#x20;

**Example:** A 250 sUSD position order at 10x leverage will only require 25 sUSD in collateral, which will fail to execute. Reducing your leverage to 5x will now require 50 sUSD collateral (the minimum) to open a 250 sUSD position. Alternatively increasing your position size to 500 sUSD will also solve this.
{% endhint %}

### Multiple advanced orders per Smart Margin account?

**When Closing a Position**

Traders can set as many limit or stop market orders as they want when closing an open position. So long the advanced orders do not exceed the current open position the advanced order will not reserve additional margin.

#### **When Opening a Position**

Traders can set as many limit or stop market orders up until their account margin is exhausted.

### Are any fees charged if an advance order fails to execute?

No trade fees will be imposed unless the keeper has successfully executed a traders advanced order.

{% hint style="info" %}
This excludes eth paid to the network as a transaction fee
{% endhint %}

### What is account ETH balance?

Advanced orders such as limit and stop market are executed by Gelato Keepers. Keepers need ETH to pay for gas in order to submit transactions to the blockchain. These costs will be drawn out of your account ETH balance. Traders can withdraw their account eth balance at any time if they do not have any pending advanced orders open.

{% hint style="info" %}
The minimum account ETH balance is 0.01 ETH. Anytime your account ETH balance is below this minimum, the next advanced order will automatically deposit enough ETH to bring it back to 0.01 ETH.
{% endhint %}

### Smart Margin fees

Kwenta charges no additional fees for any of the tooling (advanced orders included); it provides outside of the required fees charged by our liquidity provider.

<table><thead><tr><th width="235">Order Type</th><th width="151">Kwenta Fee</th><th>Keeper Fee</th></tr></thead><tbody><tr><td>Trade Fee</td><td>0 bps</td><td>Dynamic depending on network gas prices, usually 2$</td></tr><tr><td>Limit</td><td>0 bps</td><td>Dynamic depending on network gas prices, usually 2$</td></tr><tr><td>Stop</td><td>0 bps</td><td>Dynamic depending on network gas prices, usually 2$</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://docs.kwenta.io/using-kwenta/perpetual-futures/smart-margin/trading-on-kwenta/faq.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.
