# Sell

**Sell Commands**

You can use the `/sell` or `/nukesell` commands to sell a specific percentage of your position or to instantly sell the entire position.

**Sell a Percentage of Your Position:**

```
/sell <tokenAddress> <sell_position%> <slippage%> <tip> <prio>
```

**Example1:**

```
/sell EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100
```

*Outcome: 100% Token balance will be sold using default Sell slippage, tip and prio settings*

**Full Example:**

```
/sell EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm 100 5 0.1 0.01
```

*Outcome: 100% Token balance will be sold with 5% slippage, 0.1 TIP and 0.01 Prio*

***Note: Example1 are minimum requirments, but extra settings of \<slippage*****%*****> \<tip> \<prio> can be added, in case these are not provided, default Sell settings will be applied for slippage, tip and prio.***

**Sell Entire Position with 99% slippage:**

```
/nukesell <tokenAddress>
```

**Example:**

```
/nukesell EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm
```

Outcome: *100% Token balance will be sold with 99% slippage using default Sell tip and prio settings*


---

# Agent Instructions: 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://rektbot.gitbook.io/solana/quick-bot-guide/quick-commands/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.
