# Copy Trade Settings

### Set Your Budget

This is the total capital allocated to this trader.

You will see:

* Available Prediction Balance
* Quick allocation options (10%, 25%, 50%, Max)
* Manual input

Funds are only used when new trades are copied.

### Choose Trade Size Mode

You can control how each trade is sized using one of the following modes:

**Fixed Amount**

Each copied trade uses a fixed dollar amount.

Example: If set to $1, every trade uses $1.

**Fixed Ratio**

Each trade uses a percentage of the trader’s position size.

Example: If set to 10%, and the trader uses $100, your trade uses $10.

You can also define:

* Maximum per trade

***

Once configured, tap **Start Copy Trade**.

You can adjust your allocation later after copying begins.


---

# 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://docs.coinpilot.com/copy-trade/prediction-market/copy-trade-settings.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.
