# Ordzaar

## 1. Create Task&#x20;

* Go to the 'Tasks' tab
* Create a 'Task Group' on the right
* Select Ordzaar
* Choose a name for the group
* Press 'Create'
* Choose a name for the task
* Select the wallet group
* Select each wallet you want to use

## 2. Task Information

### Collection URL

* The URL of the NFT being minted

### Proxy Group

* The group of proxies used to access Ordzaar
* If you select multiple groups, Lunar will rotate through them

### Captcha

* The provider used to solve captcha requests

### Fees Rate

* The fees rate used per tx (in Sat/Vb)

{% hint style="info" %}
You can find the current fee rate [here](https://mempool.space/), but we recommend using at least 20% more
{% endhint %}

### Delay

* The delay between each tx sent (in ms)

### Start Date

* The time your tx spam will start **before** the drop (in ms)

### Delta

* The time before the release your tx/request spam will start (in ms)

### Threads

* The number of threads to run
* Increasing this will increase concurrent transactions

{% hint style="warning" %}
This can spend a lot of SOL in tx fees if not set correctly
{% endhint %}

### Max Reserve Retry

* The maximum amount of times Lunar will attempt to reserve

### Quantity

* The quantity to reserve per request

### Mode

#### Reserve

* Only reserves the token, you will have to log in to manually complete the purchase
* You can only reserve one NFT per wallet
* Thread amount will be used to spam the process

{% hint style="info" %}
As no tx is sent, you can run with empty wallets
{% endhint %}

#### Buy

* Reserves and sends a tx to purchase the NFT immediately

#### Master Buy

* Each thread will create a new wallet and spam the reservation process
* When a NFT is reserved, the master wallet will pay for the reservation
* All reserved tokens are bought in the same tx, meaning you will only pay fees once

{% hint style="info" %}
Quantity is automatically set to 1 per wallet
{% endhint %}

<figure><img src="/files/tWTplWQLOQAvrleplwvJ" 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/tasks/ordzaar.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.
