# ETH Minting

## 1. Create Task&#x20;

* Go to the 'Tasks' tab
* Create a 'Task Group' on the right
* Select ETH Minting
* 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

### Contract Address

* The contract adress you want to mint from

### Price

* The price you want to pay

{% hint style="info" %}
If you want to mint multiple in 1 tx, multiple the price of 1 by the quantity you want
{% endhint %}

### RPC

* The RPC used for the task

<figure><img src="/files/LyiIrWyP5rBEeJIgv2yQ" 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/eth-minting.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.
