# Trading Interface Overview

The **Trade** page is your main terminal for swapping crypto majors and runes on Bound.

## Key areas

* **Asset selector** - Dropdown to select both buy and sell assets
* **Positions panel** - View your current open positions
* **PnL display** - Track profit/loss and average entry cost in real time
* **Markets page** - Overview of all tradeable markets on Bound
* **Portfolio page** - Unified view of your wallet balances across all networks and tokens

## Navigation

| Page      | What it shows                                 |
| --------- | --------------------------------------------- |
| Trade     | Trading terminal - swap assets                |
| Markets   | All available trading pairs                   |
| Portfolio | Your balances and positions across all chains |
| Analytics | Platform activity and statistics              |

{% hint style="info" %}
Detailed UI layout and screenshots will be added after the frontend rebuild is complete.
{% 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://bound-1.gitbook.io/bound-docs/trade/trading-interface-overview.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.
