# Copytrading Groups

All the following instructions refer to the Copy Trading section and are essential to start a copy trading task in the defi section.

## 1. Create a New Group

* Press the "+" button to create a new Group.
* Enter a name for your group.

<figure><img src="/files/2xNpaQ4JhsX7wqksJVXi" alt=""><figcaption></figcaption></figure>

## 2. Import Wallets

To import wallets, you have two options: CSV or Manual Entry.

#### Importing via CSV

1. Click the "CSV Import" button located at the top right of the interface.
2. Select your CSV file, which should be formatted as follows:

   ```
   nickname,address
   main,address1
   second,address2
   third,address3
   ```

#### Manual Entry

1. Click the "+" button at the top right.
2. Enter the name and trader address you wish to add to the group.
3. Click then on Add Wallets.

{% hint style="info" %}
With manual entry you could also import multiple wallets at once adding them to the selection. An example is reported in the following image.
{% endhint %}

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

Lunar will begin monitoring trading activities related to the imported wallets. You can check each trader's statistics by clicking on the eye icon next to the address on the group page.

{% hint style="info" %}
\***Note**: Testing mode will not impact trader statistics; only real mode will!!
{% endhint %}

On the Lunar group page, your trades will be monitored, and you will receive statistics about the overall status of the wallets you are following.

By clicking on the trader address in the group you will be redirected to his solscan link.

Now you can start a task in copytrading mode.&#x20;


---

# 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/getting-started/copytrading-groups.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.
