# Swap

### **Why can’t I find the swapped assets from my accounts?**

Please refresh your page to review the latest balance in your account. If the balances are not updated, the swap could have failed. This could have been due to reasons such as there being insufficient liquidity for your desired asset.

### **How can I make a leveraged swap?**

Ensure the“allow borrowing” button is toggled. Simply choose the asset pair you would like to swap. If you do not have the deposits required for the trade and have enough borrowing power, the funds will be automatically borrowed backstage. If an asset is borrowed, it is a leveraged position.

### **How can I calculate the leverage applied in swapping?**

In most common cases, the maximum leverage you are able to place is 1 / (1 - LTV\_target\_coin).

### **Why does the exchange rate change dramatically when I reverse the swap pair?**

Liquidity is based on on-chain liquidity and trading volume, this may happen when there’s not enough liquidity for one asset.


---

# 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.ariesmarkets.xyz/aries-markets/faq/swap.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.
