# Multiply

{% hint style="info" %}
If you understood [Long](/leverage/long.md) and [Short](/leverage/short.md), you will have no trouble understanding Multiply. Multiplies are curated Long and Short strategies with higher Loan to Value, Liquidation Thresholds and smart asset combinations for maximum efficiency and minimum risk. Powered by [E-Mode](/xoxno-ecosystem/lend-and-borrow/e-mode.md) 💥
{% endhint %}

Multiply strategies are ways to *borrow and lend your tokens in smart combinations* so that you can:

* Maximize rewards (staking, fees, etc.)
* Minimize risk (price swings, bad debt)
* Stay efficient in volatile or expensive markets

We’ll break them down one by one, but first:

**Key Terms**

* **Token**: A basic crypto asset (like EGLD).
* **xToken**: A version of a token that earns rewards automatically (like XEGLD = staked EGLD).
* **LP Token**: A token you get for providing liquidity on an exchange. It earns trading fees.
* **APY**: Annual % Yield. How much you're earning or paying over time.
* **Collateral**: What you deposit to borrow something else.

## Strategy Overview

| Strategy                                              | Collateral | Debt       | Complexity | Risk   | Best For               |
| ----------------------------------------------------- | ---------- | ---------- | ---------- | ------ | ---------------------- |
| [Liquid Boost](/multiply/liquid-boost.md)             | xToken     | Base token | ⭐ Easy     | Low    | Staking yield leverage |
| [Smart Collateral](/multiply/smart-collateral.md)     | LP token   | Base token | ⭐⭐ Medium  | Medium | LP fee earners         |
| [Smart Debt](/multiply/smart-debt.md)                 | xToken     | LP token   | ⭐⭐⭐ Hard   | Medium | Rate arbitrage         |
| [Smart Debt Classic](/multiply/smart-debt-classic.md) | Base token | LP token   | ⭐⭐⭐ Hard   | Medium | Incentive programs     |

## Related Topics

* [Leverage Trading](/leverage.md) - Directional price exposure
* [Lend and Borrow](/xoxno-ecosystem/lend-and-borrow.md) - Core lending mechanics
* [E-Mode](/xoxno-ecosystem/lend-and-borrow/e-mode.md) - Efficient collateral mode
* [Understanding Risk Factor](/leverage/understanding-risk-factor.md) - Health factor explained


---

# 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.xoxno.com/multiply.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.
