# Simplified

The Simplified page is a simpler trading interface geared towards newcomers and less advanced defi users. It offers 1-click looping strategies.

These strategies are not vaults: they're looped positions on money markets, with no guaranteed ROE, just like those that you can open on [Advanced](https://docs.contango.xyz/app/advanced). All values displayed are for information purposes only.

These are the main sections of the interface:

<figure><img src="https://3340088086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8rJ5VtVb4DsRxSyBXhOT%2Fuploads%2FlUDTXHcMSm8H9Wi81HaJ%2FStrategies%20numbered.png?alt=media&#x26;token=ab4fcf4b-95e9-4a6a-bd4f-a3468004a492" alt=""><figcaption><p>Main sections of the Simplified interface</p></figcaption></figure>

## 1. Main tabs

* **ETH, BTC, AVAX and MATIC Staking** → This subsection displays staking and restaking strategies on ETH and MATIC. It is aimed at those users who want to [loop up on LST and LRT](https://docs.contango.xyz/basics/use-cases#loop-up-on-lst-lrt-pairs) pairs. Some of these pairs might offer airdrops or points, in which case they're flagged with a 🪂 icon.&#x20;
* **USD Farming** → This subsection only shows stablecoins pairs, like USDC/DAI, and is the go-to page for farmers interested in [farming USD rates](https://docs.contango.xyz/basics/use-cases#farm-usd-rates) differentials. These pairs can offer rewards from the underlying money markets.

## 2. Active Positions

Any position open through the above tabs will be shown in this section, according to the tab you have selected. The *edit* button allows you to:

* Open/Increase a position
* Close/Modify a position&#x20;
* Modify leverage

In order to add a SL/TP or migrate a position please use the [Trade](https://docs.contango.xyz/app/advanced) interface.

## 3. Filters

Beside the obvious filters (chains, assets, markets) there are 3 important inputs you should use to filter pairs:

**Amount to invest** → depending on your input, the pairs listed below will change, as well as their ROE, which takes into account the size of your trade.

**Min ROE%** → depending on your input, the pairs listed below will change, as well as their ROE and *max amount*, which takes into account the size of your trade.

**Include rewards in sorting** → toggling this will affect the list of pairs below, as the ROE of rewards will be included in the sorting. Please be aware that the ROE of rewards is not displayed in the following screen when you click 'create position'.

## 4. Available strategies

Not all pairs available on the [Advanced](https://docs.contango.xyz/app/advanced) page will be shown on the Simplified page: here only strategies with a minimum liquidity of either $1000 (for USD Rates), 1 ETH (for ETH Staking) or 1,000 MATIC (for MATIC Staking) will be displayed.

They're ranked by highest ROE. You can also toggle *include rewards in sorting* to account for extra rewards.


---

# 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.contango.xyz/app/simplified.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.
