# Records

The Records page shows trade history, filtered events, errors, deposits, withdrawals, and target activity.

### **Main Tabs**

| **Tab**                          | **Meaning**                                                                                      | **Use Case**                                     |
| -------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------ |
| Copy buy and sell                | Shows pure copied target buy and sell trades.                                                    | Best for reviewing copy-trading performance.     |
| Copy buy without copy sell       | Shows copied trades plus manual actions such as quick sell, limit sell, add position, TP, or SL. | Best for viewing the full position lifecycle.    |
| All trades                       | Reserved for broader manual trading coverage in later phases.                                    | Currently similar to copy buy without copy sell. |
| Include deposits and withdrawals | Adds deposits, withdrawals, and wallet transfers.                                                | Best for reviewing actual fund flows.            |

### **Status Subtabs**

| **Subtab** | **Meaning**                              | **Notes**                                                     |
| ---------- | ---------------------------------------- | ------------------------------------------------------------- |
| Successful | Filled orders that executed.             | Includes actual fills.                                        |
| Failed     | Failed or skipped orders.                | Open each row to see the reason.                              |
| Filtered   | Orders skipped by your configured rules. | Examples include min size, time window, or disabled copy-buy. |

### **Failure Reason Reference**

| **Message**                     | **Meaning**                                                  | **Recommended Action**                              |
| ------------------------------- | ------------------------------------------------------------ | --------------------------------------------------- |
| Amount below Polymarket minimum | Copied amount is below the platform minimum order size.      | Enable minimum-size handling or raise sizing.       |
| Below subscription minimum buy  | Copied amount is below your minimum single-buy rule.         | Lower the minimum or accept the skip.               |
| Outcome cap reached             | The single-outcome exposure cap has been reached.            | Increase cap or wait for positions to close.        |
| Subscription spend cap reached  | The total spend cap for the subscription has been reached.   | Increase cap only if intentional.                   |
| Open market limit reached       | The maximum number of simultaneous markets has been reached. | Raise the limit or close positions.                 |
| Market cap reached              | The single-market cap has been reached.                      | Increase cap or avoid further exposure.             |
| Copy-buy disabled               | The subscription does not copy buys.                         | Enable copy-buy if desired.                         |
| Copy-sell disabled              | The subscription does not copy sells.                        | Enable copy-sell if desired.                        |
| Outside buy window              | Target traded outside your allowed time window.              | Adjust the time window.                             |
| Category mismatch               | Target market is outside your category allowlist.            | Update allowed categories.                          |
| Wallet not onboarded            | The wallet has not completed Polymarket onboarding.          | Run One-Click Onboard.                              |
| Insufficient USDC               | Wallet balance is too low.                                   | Deposit more funds or reduce sizing.                |
| No matching position to sell    | Target sold an outcome you do not hold.                      | This can happen if the original buy was not copied. |
| Abnormal price                  | Price is outside expected tick or market range.              | Rare. Review the market.                            |

### **Untriggered Target Trades**

If you enable **Target Address Trades**, Records can show the target's activity even when your subscription did not copy it.

Common reasons include:

* No active subscription exists for the target.
* The subscription is paused.
* Copy-buy or copy-sell is disabled.
* A size, price, category, or time-window rule filtered the trade.
* The engine is waiting or processing and later records the final skip or fill result.

### **Blockchain Links**

Successful records include PolygonScan links when available. Use them to verify that the transaction happened on-chain.


---

# 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://kage-fun.gitbook.io/kage-1/records.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.
