> For the complete documentation index, see [llms.txt](https://docs.beamswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beamswap.io/products-and-features/decentralized-exchange/advanced-trading.md).

# Advanced Trading

Switch to Advanced Trading to expand on asset trading options with improved charting tools, order and liquidity history, limit orders, and a list of open orders.

Go to <https://app.beamswap.io/expertswap>. You can also find it in the Beamswap app in the top menu under Exchange > Swap > "Turn on Advanced Trading" button below the token pair chart.

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

### Core features

Navigate listed assets and trade them using advanced tools powered by TradingView.

#### Search token pair

In the top search field, find the token pair by symbol name, contract, or individual token, or simply choose from the drop-down list.

#### Top tokens

Right below the search field, check out the top tokens on Beamswap and their real-time market values.

**Trading chart and tools**

Powered by TradingView, trading charts and tools represent the core instruments and features for an optimal trading experience.

<figure><img src="/files/6u8D3aVJD3vEH0RHkkuL" alt=""><figcaption></figcaption></figure>

#### Exchange/Liquidity

On the right-hand side of the screen, you can exchange tokens in seconds or add liquidity to the pool.

#### Trade history

Right below the Exchange/Liquidity field, the Trade History lists the latest trades on Beamswap in USD, USDC, and WGLMR values.


---

# 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.beamswap.io/products-and-features/decentralized-exchange/advanced-trading.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.
