> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/perpetuals/simple-mode.md).

# Simple Mode

## Enable Simple Mode&#x20;

To enable Simple mode switch the toggle to the line chart icon in the top right next to your balance

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

## Live-Tick Simple Chart

The live tick chart uses shows the price moving in real time in a 1 minute window of time. This chart starts on load and fills over time.

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

## Line Chart

This is a simple line chart with various timeframes.

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

***

### Focused Trading Module

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

#### Up or Down

Choose "up" or "down" to pick the direction you want your trade exposed to.

#### Trade Amount

Enter the amount of collateral you want to put up for margin.

#### Leverage Multiplier

Select how much leverage you'd like to multiply your position by.&#x20;

{% hint style="info" %}
The higher the leverage, the easier it is to get liquidated. Be careful setting leverage multipliers.&#x20;
{% endhint %}

***

## Positions

Shows all open perps positions.

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

***

## Live Trades

Shows live feed of all orders for a specific token on chain.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boba.xyz/perpetuals/simple-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
