# Wallet Configuration

Each copied wallet has its own configuration page, accessible from **📋 Copytrade → \[your wallet]**.

***

## 💵 Buy Amount

How much SOL you spend each time this wallet buys a token.

***

## 📈 Take Profit

Percentage gain at which the bot sells your position.

| Example | Result                                 |
| ------- | -------------------------------------- |
| 100%    | Sells when you have doubled your stake |
| 200%    | Sells when you have tripled your stake |

***

## 📉 Stop Loss

Percentage loss at which the bot cuts your position.

| Example | Result                 |
| ------- | ---------------------- |
| -50%    | Sells if you lose half |

***

## ⏳ Buy Delay

Delay in milliseconds between detecting the trade and your own purchase.

| Value      | Effect                                            |
| ---------- | ------------------------------------------------- |
| 0 ms       | Immediate buy — maximum speed                     |
| 200–500 ms | Slight delay — may reduce risk on volatile tokens |

***

## 🔁 Copy Sells

When this setting is enabled, the bot sells your position as soon as the copied wallet sells the same token.

| State   | Behavior                                          |
| ------- | ------------------------------------------------- |
| **OFF** | Your positions are managed only by your TP and SL |
| **ON**  | The bot also sells when the copied wallet sells   |

***

## 1️⃣ First Buy Only

Only buys if it is the **first time** this wallet buys this token.

| State   | Behavior                                                  |
| ------- | --------------------------------------------------------- |
| **ON**  | Ignores additional buys from the wallet on the same token |
| **OFF** | Copies all buys, including DCA                            |

> Recommended to avoid entering at less favorable prices than the copied wallet's initial entry.

***

## 📊 Maximum Market Cap

Ignores buys if the token's market cap is too high.

| Value   | Effect                                              |
| ------- | --------------------------------------------------- |
| 0       | No limit                                            |
| 500 SOL | Doesn't buy if the token exceeds 500 SOL market cap |

***

## ⏰ Maximum Token Age

Ignores buys if the token was created too long ago.

| Value | Effect                                              |
| ----- | --------------------------------------------------- |
| 0     | No limit                                            |
| 300   | Doesn't buy if the token is more than 5 minutes old |

***

## 💤 Inactivity Watchdog

Automatically sells if no trade is detected on the token for a certain amount of time.

***

## Summary

| Parameter                  | Role                      |
| -------------------------- | ------------------------- |
| 💵 Buy Amount              | Budget per trade          |
| 📈 Take Profit             | Sell in profit            |
| 📉 Stop Loss               | Sell in loss              |
| ⏳ Buy Delay                | Wait before buying        |
| 🔁 Copy Sells              | Follow the wallet's sells |
| 1️⃣ First Buy Only         | Avoid DCA                 |
| 📊 Maximum Market Cap      | Filter by market cap      |
| ⏰ Maximum Age              | Filter by token age       |
| 💤 Inactivity              | Sell if token is dead     |
| 🛡️ Max Consecutive Losses | See dedicated page        |


---

# 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/config.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.
