# OpenClaw: Finding and Analyzing Wallets

You can have OpenClaw search for holders within a specific market and extract their trading data. By calculating the backtested copy-trading profit using a specific model (Buy with +2% slippage, Sell with -2% slippage, and Redeem with 0 loss), a positive result indicates that the address is suitable for copy trading.

* Actual Total PnL: **$5935.88**
* Backtest Total PnL: **$5406.58** (Buy +2%, Sell -2%, Redeem 0 Slippage)
* Slippage Cost Rate: **12.92%**
* Avg Profit/Loss Ratio: **1.24**
* Avg Market ROI: **11.15%**
* Total Markets Traded: **121**
* Hedged Markets: **7 (5.8%)**
* Win Rate: **58.82%**

Additionally, you can have it analyze the PnL of the last 20 trades to evaluate the address's recent performance.

* API for retrieving market Holder addresses: GET <https://data-api.polymarket.com/v1/market-positions?market={condition\\_id}\\&status=ALL\\&sortBy=TOTAL\\_PNL\\&sortDirection=DESC\\&limit=20>
* API for retrieving an address's transaction history: GET <https://data-api.polymarket.com/activity?user={wallet\\_address}\\&limit=500\\&offset={offset}>

<img src="/files/LTst0A47G6Yb2yjPCav9" alt="" width="563">


---

# 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.polycop.ai/discover-wallets/openclaw-finding-and-analyzing-wallets.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.
