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

# Selling

To close a leveraged token position head to the [Portfolio page](https://bounce.tech/portfolio). Here you can view your PnL, trade history, and manage your open positions. If preferred, users may also manage their open positions from the positions table on the Trade page.&#x20;

#### 1. Close position

Find the position you want to close then click Close position. From there, you can view position details and place an order to close your position.&#x20;

#### 2. Confirm details

<figure><img src="https://3196478238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbP0mVSZkn1FNFNjoaAxL%2Fuploads%2FJC097LytseyW64DetRXb%2FScreenshot%202026-09-11%20at%201.56.50%E2%80%AFPM.png?alt=media&amp;token=bad5ae07-a53b-4fae-8091-620168189dbf" alt=""><figcaption></figcaption></figure>

Enter the amount you want to close then conform order details:

* Asset to Close: The leveraged token position (e.g, HYPE5L)
* Close Amount: The amount of leveraged tokens to sell
* You receive: Estimated USDC received
* Min. received: The slippage protected minimum you will receive
* uPnL: Unrealized PnL, including the closing fee

#### 3. Place order&#x20;

After confirming details, click Close position. Close transactions typically fill in a second or less. Larger close transactions can sometimes take up 15 seconds depending on order size.&#x20;

#### 4. View completed trade

You will receive a confirmation popup once your order is filled. The confirmation includes your PnL sharecard as well as:

* Closed from: The position you sold
* Amount received: The USDC you received
* Transaction hash: View the close transaction on HyperEVM

From here you can Share to X, copy or download your PnL sharecard, or close the confirmation to return to [Trade](https://bounce.tech/trade) or Portfolio.&#x20;


---

# 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.bounce.tech/basics/guides/selling.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.
