# PF AFK

{% hint style="info" %}
Settings marked with an asterisk \* are required fields
{% endhint %}

***

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FieEGvvfI1urS5EtlSE2Z%2Fuploads%2F0CmgDsfEqz8FlD2Qcr15%2F0902(1).mp4?alt=media&token=266e2fec-985e-4aaf-8720-e2ab7e66eae8>" %}

{% stepper %}
{% step %}

### AFK

#### <mark style="color:orange;">Social Media Filters</mark>

Only tokens that have the selected filters connected will be traded. All other tokens will be ignored

#### <mark style="color:orange;">Name Keywords</mark>

When positive keywords are detected in the name, they will be purchased. Negative keywords will be avoided.

#### <mark style="color:orange;">Ticker Keywords</mark>

When positive keywords are detected in the ticker, they will be purchased. Negative keywords will be avoided.

#### <mark style="color:orange;">Bonding Curve Progress</mark>

A bonding curve range you buy tokens from. Any token with a bonding curve outside of this range will be ignored.

#### <mark style="color:orange;">Vanity Address Keywords</mark>

When positive keywords are detected in the vanity address, they will be purchased. Negative keywords will be avoided.

{% hint style="info" %}
A vanity address is a custom contract address like "e3finjewfGUIDEdw12cw" or "fefwe1231vfPUMP"
{% endhint %}

#### <mark style="color:orange;">Advanced Volume Filters</mark>

The X amount of SOL to be traded in Y transactions in Z seconds for a token to be purchased.

{% code overflow="wrap" %}

```
For example

With the settings 2 SOL, 5 TX & 30s, I will only buy a token that in the last 30s has had over 5 TX that equal to at least 2 SOL combined.
```

{% endcode %}

#### <mark style="color:orange;">CEX Addresses</mark>

Only buy tokens where the creator wallet was funded directly from an exchange

#### <mark style="color:orange;">Custom CEX Addresses</mark>

Only buy tokens funded from the following custom CEX addresses

#### <mark style="color:orange;">CEX Funding Amount</mark>

The range of funding required from the CEX. Any token that has funding outside of this range will be ignored

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

***

{% endstep %}

{% step %}

### Dev

#### <mark style="color:orange;">Max Dev Deploys</mark>

The max amount of tokens a developer can have launched. If a tokens developer has launched more, it will be ignored.

#### <mark style="color:orange;">Dev Address</mark>

You will purchase all tokens created by this developer's address.

#### <mark style="color:orange;">Dev Initial Buy</mark>

The range of the developer's initial buy. Any token with an initial buy outside of this range will be ignored.

#### <mark style="color:orange;">Dev Holding Percentage</mark>

The range of the developer's holding %. Any token with a dev holding % outside of this range will be ignored.

#### <mark style="color:orange;">Buy On Dev Sell</mark>

Buy a token once the developer sells 100% of their position.

#### <mark style="color:orange;">Filter Non-Pump CA</mark>

Ignore all tokens that don't contain "PUMP" in the contract address.

#### <mark style="color:orange;">Must Contain CU Instruct</mark>

Ignore all tokens that don't contain a CU price and CU limit instruction in the mint transaction.

{% hint style="info" %}
There is a high chance that tokens that do not contain CU Instructions are botted
{% endhint %}

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

***

{% endstep %}

{% step %}

### Holders

#### <mark style="color:orange;">Unique Holder Count</mark>

The range for the number of unique holders. Any token with a unique holder amount outside of this range will be ignored.

#### <mark style="color:orange;">Min Buy</mark>

The minimum number of buy transactions

#### <mark style="color:orange;">Max Occurrence</mark>

The maximum number of times there is a buy with the minimum amount

{% code overflow="wrap" %}

```
For example

With a min buy of 0.1 SOL & 3 max occurence, when a token has more than 3 0.1 SOL buys it will be ignored.
```

{% endcode %}

#### <mark style="color:orange;">Min Unique Purchases</mark>

The minimum amount of unique trader purchases in a coin

{% hint style="info" %}
If a trader makes multiple trades, this will only count as 1 to this count as they are all from one trader
{% endhint %}

#### <mark style="color:orange;">Min Post-Buy SOL</mark>

The minimum amount all holders must have in their wallet after buying the token. If any holder has less than this amount, the token will be ignored.

#### <mark style="color:orange;">Max Holders Hold Percentage</mark>

The maximum supply that the top 10 holders can hold combined.

#### <mark style="color:orange;">Max Buy Per Holder</mark>

The maximum number of buys a holder can make. If any holder exceeds this limit, the token will be ignored.

<figure><img src="/files/iQt2TkjBmfeUoLDrtvan" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/lunar-cloud/pf-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.
