# Add a Wallet

Access this feature from the main menu → **📋 Copytrade** → **Add a wallet**.

***

## Steps

### 1. Enter the wallet address

```
Send the address of the wallet to copy:
```

Paste the public Solana address of the wallet you want to copy.

### 2. Configure the basic parameters

The bot will then ask for:

1. **Buy Amount** — how much SOL you spend on each copy
2. **Take Profit** — at what % you sell for profit
3. **Stop Loss** — at what % you cut the loss

These values can be changed at any time from the wallet's settings page.

### 3. Done

The wallet appears in your list and monitoring starts immediately.

***

## Manage your wallets

From the **📋 Copytrade** menu, you can see all your wallets with their status. Press a wallet to:

* Edit its configuration
* Enable or pause it
* Delete it

***

## Pause a wallet

Press **Active → Pause** from the wallet's page. Monitoring stops but the configuration is kept. Re-enable whenever you want.

***

## Delete a wallet

From the wallet's page → **Delete**. Positions already open from this wallet continue to be managed normally until they close.


---

# 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://dark-entry.gitbook.io/dark-entry-docs/copytrade/ajouter-wallet.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.
