# Raydium quick task format

1 row = 1 task **group**

* [ ] **wallets** - aliases of wallets you want to use split by the **|** sign (for ex. one|two|three)
* [ ] **tip\_wallet** - alias of wallet you want to use for jito tips
* [ ] **rpc** - alias of rpc you want to use
* [ ] **buy\_transaction\_mode** - normal | hybrid | jito (Normal tx | Normal TX+Jito | Jito only)
* [ ] **sell\_transaction\_mode** - normal | hybrid | jito (Normal tx | Normal TX+Jito | Jito only)
* [ ] **token\_balance\_monitor\_mode** - Use http / https or ws / wss format , we recommend using http
* [ ] **amount** - amount of currency you want to spend on swap
* [ ] **buy\_slippage\_percent** - maximum slippage percent (ex. 10%, empty to have no slippage)\
  Value - "0" disables slippage functions
* [ ] sell\_**slippage\_percent** - maximum slippage percent (ex. 10%, empty to have no slippage)\
  Value - "0" disables slippage functions
* [ ] **tx\_retries** - local retry sends X sendTx requests for each tx
* [ ] tx\_node\_retries - node retry, via node
* [ ] **tx\_per\_buy** - amount of transactions you want to send per swap buy (0 to use spam mode)
* [ ] **tx\_per\_sell** - amount of transactions you want to send per swap buy (0 to use spam mode)
* [ ] **buy\_tx\_spam\_threads** - number of buy tx sending threads when using spam mode (1 by default)
* [ ] **sell\_tx\_spam\_threads** - number of sell tx sending threads when using spam mode (1 by default)
* [ ] **buy\_additional\_tx\_fee** - additional buy transaction fee for swap transactions (in SOL)
* [ ] **sell\_additional\_tx\_fee** - additional sell transaction fee for swap transactions (in SOL)
* [ ] **buy\_transaction\_tip -** tip amount for jito when buying token
* [ ] **sell\_transaction\_tip -** tip amount for jito when selling token

buy and sell tip you can put dynamic jito e.g 75p / 95p / 99p

Recommends put 99p and 0.05 jito max in config

* [ ] **autosell\_ms** - milliseconds to automatically swap purchased token back to currency after (-1 or empty to disable)

* **autosell\_tp - sell if reach % e.g 45%:25% <--- sell 25% token after hit 45% profit (check example screenshot)**

* **autosell\_sl:**&#x20;

* **autosell\_tsl:**

<figure><img src="/files/9zx1I3ho5p3TVCLiNPSV" alt=""><figcaption></figcaption></figure>

* [ ] **minimum\_liquidity** - minimum liquidity in pool for the bot to purchase the token. (for ex. if you want minimum 4000 SOL in the pool set it to 4000)
* [ ] **tx\_delay** - how much milliseconds to wait before sending another transaction
* [ ] tx\_retry\_delay - how many milliseconds to wait before sending another transaction \[local retry]
* [ ] **monitor\_delay -** Refresh time in ms of your monitor
* [ ] **prerun** - whether you want to prerun a pool, or run an existing one without waiting for activity
* [ ] **invert\_pool** - swaps token with currency (USDC/TOKEN -> TOKEN/USDC)
* [ ] **use\_wrapped\_sol** - whether to use preexisting wrapped solana for trades (please use this when using spam mode and only have enough wrapped SOL for your purchase)
* [ ] **use\_jito** - whether to use jito for submitting bundles
* [ ] **additional** - additional information field. nothing required.

{% hint style="success" %}
Example:

**To correctly set up Quick Tasks in the CLI, run the executable file and follow the steps: sol -> Quick tasks -> Raydium -> Raydium\_quick\_tasks.csv -> Token address or Pool AMM ID depending on the information from your monitor -> sol -> amount.**&#x20;

**Everything you copy from your desktop will be transferred to the bot, and you will start buying automatically.**
{% endhint %}

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

<mark style="color:red;">**autosell margin needs to be enabled for sell hotkeys to be enabled**</mark>

**HOTKEYS ONLY WORK ON ONE INSTANCE AT ONCE ON THE SAME SYSTEM**

**Sell hotkeys WINDOWS:**

* CTRL+L=100%
* CTRL+K=75%
* CTRL+J=50%
* CTRL+H=25%
* CTRL+G=10%

Sell hotkeys LINUX:

* ENTER=100%

Buy hotkeys:

{% hint style="danger" %}
The "Rebuy" or hotkeys shopping option only works on WINDOWS operating system. It does not work on LINUX/MAC
{% endhint %}

* CTRL+M=100% of initial purchase amount
* CTRL+N=50% of initial purchase amount
* CTRL+B=25% of initial purchase amount


---

# 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://dashaio.gitbook.io/dashaio-2.0/tasks-solana/raydium-quick-task-format.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.
