# LaunchLab AFK

## 1. Create Task & General Settings

* Go to the 'Defi' tab
* Press Create Tasks
* Choose a task name
* Select LaunchLab AFK
* Select the wallets to use

{% hint style="info" %}
Using the following filters will add a delay to your tasks

* [At Least 1 Social (Includes Has Twitter, Telegram & Website)](#id-4.-token-settings)
* [Max Dev Deploys](#max-dev-deploys) (not implemented yet in LaunchLab task)
* [Enable PumpIt](#enable-pumpit)
* [CEX Funded](#id-7.-cex)
  {% endhint %}

## 2. General DeFi Settings

* Enter & Select all the general task settings
* A detailed guide can be found [here](/defi/general-defi-settings.md)

## 3. Extended Sell Settings

### Trailing Stop

* A stop loss % that is adjusted according to your take profit positions

### Stop Loss

* The stop loss as a % (just input 35 if you want to set stop loss at 35% , there is no need for % symbol)

### Sell If Dev Sells

* Close position if dev sells X% of their holding

### Sell Bonding Curve Progress

* Sell part of your position when there is X% growth

### Sell Bonding Curve Position

* How much of your position to sell on X% growth

### Inactivity Timeout

* Close position if there are no trades in seconds

### Profit Timeout Position

* How much of the position to sell if the following values are not met

#### A. Profit Timeout %

* How much profit % to be achieved in the timeframe

#### B. Profit Timeout Delay

* The amount of time the profit must be achieved in (in s)

{% hint style="info" %}
For the values 100, 25 & 10\
100% of your position will be sold if 25% profit is not achieved in 10s
{% endhint %}

### Sell On Migration

* How much (%) of your position to sell on migration

<figure><img src="/files/fU9npWnVb4GHjfjDvwyJ" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>

## 4. Token Settings

### Social Settings

* Filters based on connected social media accounts
* Select the required accounts

#### At Least One Social

* Will only buy tokens with at least one REAL social media account linked.

#### Has Twitter

* Will only buy tokens with a REAL twitter account linked.

#### Has Telegram

* Will only buy tokens with a REAL Telegram account linked.

#### Has Website

* Will only buy tokens with a Website linked.

### Name Positive & Negative Keywords

* When a keyword is detected in the name, Lunar will either purchase or avoid depending whether it is a positive or negative keyword

### Ticker Positive & Negative Keywords

* When a keyword is detected in the ticker, Lunar will either purchase or avoid depending whether it is a positive or negative keyword

### Minimum Curve Progress & Timeout

* The minimum amount of bonding curve a token should reach (in %)
* The time it should take to reach this minimum (in s)

{% hint style="info" %}
For 20 & 60, the token must reach 20% bonding in 60s of creation otherwise it will be ignored
{% endhint %}

### Max Curve Progress&#x20;

* The maximum bonding curve (in %) Lunar can buy at

### Min Unique Purchases

* Minimum number of distinct trader purchases in a coin

### Max Holders Holding %

* The maximum supply the top 10 holders can hold

### Min & Max Unique Holders Count

* The min & max amount of unique holders&#x20;

### Max buy per holder

* Enter the maximum number of purchases allowed per holder in this field. Lunar will not buy coins that meet or exceed this purchase limit.

### Min. buy amount

* Define the minimum purchase amount per token by specifying the threshold (x) and the count of transactions below it (e.g., 0.1,3 to omit coins with 3 purchases at or below 0.1 sol).

### Min. buy post buy SOL balance (only for Pump.fun)

* Specify the minimum amount of SOL required in the wallet after making a purchase. If the wallet contains less than this amount, Lunar will skip

### Buy when dev sell

* Buy the coin when dev sell it.

<figure><img src="/files/u9scqcJAtBkNM3lmkM7F" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>

## 5. Dev Settings

### Sub Launchpad

* Choose a Launchpad to snipe: raydium, letsbonk.fun

### Min & Max Dev Initial Buy

* The min & max amount of token dev can buy (in SOL)

### Max Dev Deploys

* Maximum amount of previous tokens dev has launched (not yet implemented)

### Dev Address

* Will purchase all coins created by the dev creator address

### Dev Min Holding&#x20;

* The min amount of total supply dev can hold (in %)

### Dev Max Holding&#x20;

* The max amount of total supply dev can hold (in %)

### Sell If Dev Sell X%&#x20;

* enter % of supply that if the dev sells, lunar will sell your position.

### Enable PumpIT

* Toggle to only purchase from whitelisted wallets by PumpIT

### Select trader blacklist file

* Import a custom list of trader addresses that you want to avoid. Lunar will exclude any coins from monitoring if one of these traders has bought before you. (The input file should be a .txt file with content formatted as: add1,add2,add3...)

### Whitelisted Wallets

* Toggle to only purchase from your whitelisted wallets

### Filter out non Pump CA (only for Pump.fun)&#x20;

* Skip all coins with CA not containing PUMP

### Mint must contains CU instructions

* If the mint transaction of the coin doesn't contain a CU price and CU limit instruction, Lunar will skip the coin (high chance to be botted).

<figure><img src="/files/0pThphgE0idggiLIF4Dn" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>

## 6. Volume Settings

### Time Window

* The amount of time the following filters must apply within

{% hint style="info" %}
If neither is detected within the time window, your entire position will be closed
{% endhint %}

### Min Txs Count

* The min amount of tx during the time period

### Min Sol Delta

* The min amount of growth (in SOL) during the time window

<figure><img src="/files/TwYD7HTvBPQGCqSgQI8q" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>

## 7.  CEX&#x20;

### CEX Funded

* Only buy tokens launched by a dev wallet funded from CEX

### CEX

* Select what CEX

### CEX Funded Addresses

* Enter CEX funded addresses
* You can select multiple if separated by a comma

### Min & Max Funding Amount

* Range of SOL used to fund token

<figure><img src="/files/Bx0JKaXoM2guEftYGjbg" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>


---

# 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://guide.lunar.trade/defi/launchlab-afk.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.
