# Trade Log

### Where to find the Trade Log

{% stepper %}
{% step %}
Go to the <mark style="color:blue;">`Portfolio`</mark> page.

<div align="left"><figure><img src="/files/Y6A1T7VzWSDjVPCCLeay" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap the <mark style="color:blue;">`Activity`</mark> button on the card of the lead trader you copied.

<div align="left"><figure><img src="/files/jteLyQPWzqlffn2zKrum" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
You’ll see a chronological list of trade activities, with the option to tap any entry for full details.

{% endstep %}
{% endstepper %}

### Trade List View

On each lead trader’s profile you’re copying, you’ll see a chronological list of their trade activities.

Each entry shows:

* Asset (e.g., $HYPE)
* Direction (Long/Short, Open/Close)
* Timestamp
* Trade Status (Executed / Skipped)
* Reason (if skipped)

### Activity Details

Tapping into a specific trade entry opens the **full metadata** for that trade.

#### Copy Trade Info (your execution)

* Asset
* Direction (e.g., *Close Full Short*)
* Status (Executed / Skipped)
* Reason (if skipped) — e.g. *below min order size*, *outside 3% entry rule*, *no position to close*
* Quantity
* Price (entry or close)
* Trade Value
* Leverage
* Available-to-Trade balance
* Your wallet address
* Timestamp

#### Leader Order Info (lead trader’s execution)

* Lead trader’s wallet
* Direction & Quantity
* Entry Price
* Leverage
* Start Position → End Position
* Copy Ratio (how your allocation maps to the trader’s size)
* Available-to-Trade balance
* Transaction Hash (on-chain reference, if available)
* Order ID (OID) & Trade ID (TID)
* Timestamp

***

#### Reasons for Skipped Trades

The log shows why a trade didn’t execute on your account, reducing confusion.

Possible reasons include:

* No open position to close
* Trade size below Hyperliquid’s **$10 minimum order size** (Coinpilot now bundles small balances together until they reach 10 USDC, then executes)&#x20;

  <div align="left"><figure><img src="/files/XQboDynNLx047bcVFB5N" alt="" width="188"><figcaption></figcaption></figure></div>
* Entry price outside the **3% rule** for existing positions
* Insufficient available balance


---

# 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/trade-log.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.
