> ## Documentation Index
> Fetch the complete documentation index at: https://docs.limora.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform Navigation

> A tour of the Limora trading interface

This guide walks you through the Limora trading interface and its key features.

***

## Main Navigation

The sidebar provides access to all major sections of the platform:

| Section            | Description                         |
| ------------------ | ----------------------------------- |
| **Trade**          | Open and manage leveraged positions |
| **Balances**       | View and manage your token balances |
| **Pending Trades** | Monitor trades awaiting matching    |
| **Match**          | Provide liquidity as a matcher      |
| **Match Trades**   | View your matched positions         |
| **Trade History**  | Review past trades and performance  |
| **Analytics**      | Platform statistics and metrics     |

***

## Trade Page

The main trading interface consists of several key areas:

### Header Bar

* **Logo**: Click to return to the main page
* **Network indicator**: Shows connected network (Base)
* **Wallet button**: Connect/disconnect wallet, view address

### Order Form

The order entry panel where you configure trades:

<AccordionGroup>
  <Accordion title="Trading Pair Selector">
    Dropdown menu to select the asset pair you want to trade. Shows current
    price and 24h change.
  </Accordion>

  <Accordion title="Direction Toggle">
    Switch between **Long** (bet price goes up) and **Short** (bet price goes
    down).
  </Accordion>

  <Accordion title="Collateral Input">
    Enter the amount of USDC to use as margin. Shows your available balance.
  </Accordion>

  <Accordion title="Leverage Slider">
    Adjust leverage from 2x to the maximum for the selected pair. Higher leverage
    \= higher risk.
  </Accordion>

  <Accordion title="Stop-Loss / Take-Profit">
    Optional price levels to automatically close your position.
  </Accordion>

  <Accordion title="Order Summary">
    Review position size, entry price, liquidation price, and fees before
    confirming.
  </Accordion>
</AccordionGroup>

### Active Positions

Below the order form, view your current open positions:

* Position details (pair, direction, size)
* Entry price and current price
* Unrealized P\&L (color-coded green/red)
* Close button to exit the position

### Price Chart

Interactive chart showing:

* Real-time price from oracles
* Your entry price (horizontal line)
* Liquidation price (horizontal line)
* Support for multiple timeframes

***

## Balances Page

Manage your trading capital:

### Token List

View all supported tokens with:

* Token icon and symbol
* Wallet balance
* Trading balance (deposited to protocol)
* Total value in USD

### Deposit/Withdraw

* **Deposit**: Move tokens from wallet to trading balance
* **Withdraw**: Move tokens from trading balance to wallet

<Note>
  Tokens in your "Trading Balance" are available for opening positions. Tokens
  in your "Wallet Balance" need to be deposited first.
</Note>

***

## Pending Trades Page

Monitor trades waiting for liquidity:

### Pending Orders List

Each pending trade shows:

* Trading pair and direction
* Collateral and leverage
* Requested entry price
* Time in queue
* Cancel button

### Status Indicators

* **Waiting**: Trade is in queue for matching
* **Partially Matched**: Some liquidity allocated, more needed
* **Matching**: Currently being matched by a liquidity provider

***

## Match Page (For Matchers)

The liquidity provision interface:

### Deposit Pool

* Current deposit balance
* Pending match amount
* Available to withdraw

### Trade Queue

View pending trades available to match:

* Filter by pair, size, leverage
* Sort by time, size, or APR
* One-click matching

***

## Match Trades Page

View your matched positions as a liquidity provider:

### Active Matches

* Trader's position details
* Your exposure (opposite direction)
* Interest earning
* Time matched

### Completed Matches

* Settlement details
* Interest earned
* Final P\&L

***

## Trade History Page

Complete record of your trading activity:

### Filters

* Date range picker
* Filter by pair
* Filter by direction (long/short)
* Filter by outcome (profit/loss)

### History Table

| Column     | Description                      |
| ---------- | -------------------------------- |
| Date       | When the trade was opened/closed |
| Pair       | Trading pair (e.g., BTC/USDC)    |
| Direction  | Long or Short                    |
| Size       | Position size                    |
| Entry/Exit | Entry and exit prices            |
| P\&L       | Profit or loss (absolute and %)  |
| Fees       | Total fees paid                  |

### Export

Download your trade history as CSV for tax reporting or analysis.

***

## Analytics Page

Platform-wide statistics and your personal metrics:

### Platform Stats

* Total trading volume
* Open interest
* Number of active traders
* Average leverage used

### Personal Stats

* Total trades
* Win rate
* Average profit/loss
* Total fees paid
* Best/worst trades

***

## Mobile Experience

Limora is fully responsive for mobile trading:

* Collapsible sidebar navigation
* Stacked layout for order form
* Touch-friendly controls
* Mobile wallet support via WalletConnect

<Note>
  For the best experience, we recommend using a desktop browser for detailed
  analysis and mobile for monitoring and quick actions.
</Note>

***

## Keyboard Shortcuts

Power users can navigate quickly with keyboard shortcuts:

| Shortcut | Action              |
| -------- | ------------------- |
| `T`      | Go to Trade page    |
| `B`      | Go to Balances page |
| `H`      | Go to Trade History |
| `Esc`    | Close modals        |
| `Enter`  | Confirm actions     |

***

## Customization

### Theme

Limora uses a dark theme optimized for extended trading sessions. Theme customization coming soon.

### Notifications

Configure alerts for:

* Trade execution
* Approaching liquidation
* Price targets
* Matching activity (for matchers)

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Opening Trades" icon="arrow-right" href="/trading/opening-trades">
    Step-by-step guide to opening positions.
  </Card>

  <Card title="Closing Trades" icon="arrow-left" href="/trading/closing-trades">
    Learn how to close positions and take profits.
  </Card>
</CardGroup>
