> 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/spot-trading/trading-page.md).

# Trading Page

## Chart

We use classic trading view charts, a tool many advanced traders are familiar with. You can markup, change time interval and customize this chart however you see fit with different algorithms and indicators and swap between price and market cap view.

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

### Chart Flags

Chart Flags Show when a tracked wallet or KOL Has bought or sold a token.

<figure><img src="/files/FPw81xjlP9CSOtyxspgb" alt="" width="375"><figcaption></figcaption></figure>

Flags can be toggled off an on in the chart by clicking "Tracker" or "KOL" on the top of the chart

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

***

## Buy and Sell Module

Easily trade tokens and manage buy/sell settings from the module on the right side.

<figure><img src="/files/CDMjluYhQyt6xGzusLqB" alt="" width="311"><figcaption></figcaption></figure>

Boba users can buy and sell tokens instantly with funds across any chain we support using our cross-chain swaps.&#x20;

<table><thead><tr><th width="201.42578125">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Slippage</td><td>This refers to the % of slippage you are willing to accept on this trade.</td></tr><tr><td>Priority Fee</td><td>This is an additional, optional fee paid to validators to prioritize your transaction execution. This fee is not collected by Boba, it is an optional blockchain network fee.</td></tr><tr><td>Bribe Fee</td><td>This refers to an additional, optional fee paid specifically to negate MEV exposure. This fee is not collected by Boba, it is an optional blockchain network fee.</td></tr><tr><td>MEV Mode</td><td>Toggle allowing for native MEV protection on your transaction.</td></tr></tbody></table>

***

## Token Metrics

Boba provides several data  points for all tokens.

<div><figure><img src="/files/Pfei6AkCkz2zrFGvr5Bs" alt="" width="311"><figcaption></figcaption></figure> <figure><img src="/files/S1gQrUI9bmna7y38mMoI" alt="" width="311"><figcaption></figcaption></figure></div>

### Token Info

This card shows basic token information like net buys and sells, official token links and supply info.

### Token Audit

<table><thead><tr><th width="201.02734375">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Mintable</td><td>Designates if the token deployer can mint and issue new tokens, increasing supply.</td></tr><tr><td>Freezable</td><td>Designates if the deployer has the authority to prevent token transfers or sales.</td></tr><tr><td>LP Burned</td><td>Refers to the % of liquidity pools that is burned or unable to be withdrawn.</td></tr><tr><td>LP Locked</td><td>Refers to if >98% of the token's liquidity is burned or locked in an external protocol. </td></tr><tr><td>Top 10% Holding</td><td>Refers to the % of supply the top 10 holders control.</td></tr><tr><td>Dev Holding</td><td>Refers to the % of supply the deployer holds.</td></tr><tr><td>Bundler Holding</td><td>Refers to the % of supply held by token bundlers.</td></tr><tr><td>Insider Holding</td><td>Refers to % of supply held by insiders.</td></tr><tr><td>Sniper Holding</td><td>Refers to % of supply held by snipers. </td></tr></tbody></table>

***

## Holdings&#x20;

A list of all user holdings on the active chain.

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

### Holders

A list of all holders of the token currently being viewed.

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

### Top Traders

List of wallets sorted by profit/loss showing highest earning traders for token currently being viewed.

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

### Dev Tokens

A list of other tokens created by the same deployer.

<figure><img src="/files/qUZl5qdw4AJ7TiQMBm3b" 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/spot-trading/trading-page.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.
