# Auto-Sell after Launch

### 1. Enable Autosell

### 2. Select the wallets that utilize Autosell

### 3. Press create Autosell

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

### 4. Adjust Sell Settings

<figure><img src="/files/1NvCm7z3F13H4zRQO0ta" alt=""><figcaption></figcaption></figure>

#### Settings Explanation

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4>Sell Pattern/ Round Robin</h4></td><td>A market-making strategy in which a percentage of tokens are sold based on every buy transaction. </td></tr><tr><td><h4>Sell Percent on Buy</h4></td><td>The percentage of the amount of tokens the task sells based on the detected buy amount. </td></tr><tr><td><h4>Marketcap Range</h4></td><td>The min/max marketcap range in which your auto sells executes.</td></tr></tbody></table>

***

## How it works

Round robin pattern automatically executes a sell on EVERY SINGLE buy transaction on the token. These sells are executed in the same block as the detected buy. The sell amount is based on a percentage of the total amount of tokens bought by the buy transaction.&#x20;

* **Example A:** You have your "sell percent on buy" set to 10%. A wallet buys 5 SOL worth of tokens. Your wallet will sell 0.5 SOL worth of tokens (10% of 5 SOL) right after that buy in the same block. These sells will only be executed in the desired marketcap range.&#x20;


---

# 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://docs.vyper.trade/vyper/launcher/auto-sell-after-launch.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.
