> For the complete documentation index, see [llms.txt](https://docs.tradewithlash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradewithlash.com/modules/positions.md).

# Positions

## View Token Positions <a href="#view-token-positions" id="view-token-positions"></a>

Click on “**Positions**” to view all the tokens currently held in your account.

For each position, you’ll see:

* **Market information** such as **liquidity** and **market cap**
* Your **current holdings**
* **PnL** (profit and loss)

You can also click on the token **symbol** to view its price chart on supported platforms like **GMGN** or **Axiom**. Use the buttons below to switch between these platforms.

<img src="https://docs2.tradewithlash.com/img/docs/position1.png" alt="Positions" width="400">

## 🔄 Switching Tokens in the Position Panel <a href="#switching-tokens-in-the-position-panel" id="switching-tokens-in-the-position-panel"></a>

In the Position section, you can switch the token for the quick Buy/Sell buttons by simply clicking on the token's icon or name. This allows you to easily manage multiple tokens and trade the one you want with just a tap.

<img src="https://docs2.tradewithlash.com/img/docs/position2.gif" alt="Positions" width="400">

## Reclaim Fee (Account Rent Refund) <a href="#reclaim-fee-account-rent-refund" id="reclaim-fee-account-rent-refund"></a>

On Solana, holding any token requires a small deposit (account rent) to maintain a token account on-chain.

If you're no longer holding a specific token, you can close its token account to reclaim the deposit.

Click “Reclaim Fee” to see how many accounts can be closed and how much SOL you can recover.

<img src="https://docs2.tradewithlash.com/img/docs/position3.gif" alt="Reclaim Fee" width="400">

[<br>](https://docs2.tradewithlash.com/docs/using-the-platform/wallet)


---

# 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:

```
GET https://docs.tradewithlash.com/modules/positions.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.
