# Swap Assets

## Swap

**Swap** or **simple trading** takes the market price and trades your token with the other one whichever pair you trade with.&#x20;

{% hint style="danger" %}
Less popular tokens may have poor liquidity. Poor liquidity can lead to big price impacts in which you may receive less assets than what you expected to.

Always check the trade summary before proceeding!
{% endhint %}

<figure><img src="/files/NTK6vmuYJeMXvSqGjrwv" alt=""><figcaption><p>Swap in LRC/ETH pair</p></figcaption></figure>

## Order Book

**Order book** or **advanced trading** provides graphs and indicators for the user's benefit. This tools will help them to decide when it is a good trade or not. The order book graph updates by the minute to help users get into their trades as accurately as possible.

It is also possible to set limit orders on this window (see lower left box).&#x20;

After successfully setting a limit order, this will appear on the **Open Order** (see bottom box) portion while the order is unsettled.&#x20;

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

Trading activity within the selected pair is also reflected on the **Order book** box (center left) and **Trades box** (right-most) where most recent trades are logged.

## Assets On- and Off-ramp

Get your assets to and from your traditional bank account using the on- or off-ramp feature.

Currently, Banxa and Ramp are partnered with Loopring to provide this feature.

On-ramp your traditional bank assets to Loopring L2 using Ramp or Banxa and off-ramp your crypto assets to your traditional bank using Banxa.

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

{% hint style="info" %}
D**id you know?**

Ramp offers an off-ramp service too for your Layer 1 assets. This is not available on the website as the website only supports L2 interface.

The [Loopring Smart Wallet](https://docs-wallet.loopring.io/) supports this feature! Head onto [this article](https://docs-wallet.loopring.io/funding/fiat-off-ramp/l1-off-ramp) to learn more.
{% endhint %}


---

# 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-dapp.loopring.io/trade/swap-assets.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.
