> For the complete documentation index, see [llms.txt](https://docs.spartabot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spartabot.pro/getting-started/sell.md).

# 📉 Sell

**Selling Tokens**

You can sell tokens directly from the token page in the Sparta Terminal. Open any token through Discover, AI Picks, search results, or by pasting the contract address into the search bar, then use the **Sell** side of the trading panel.

**Placing a Sell** On the sell panel:

* Select the wallet
* Set the percentage or exact amount to sell
* Adjust gas or fee (GWEI / Solana fee)
* Set slippage

Then click **Sell** to execute the trade.

You can sell instantly at market price, or use **Sell Pump** and **Sell Order** to create limit-style sells. These will only trigger when the token reaches your chosen pump percentage or target market cap.

After the sell is placed, Sparta displays the transaction result and provides a direct link to the blockchain explorer so you can easily track the status.


---

# 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.spartabot.pro/getting-started/sell.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.
