# PnL Webapp

### Overview

The PnL Webapp provides an in-depth profit and loss (PnL) analysis for wallets on the Abstract network. The platform is designed for traders and analysts who want to view performance metrics, track wallet history, and compare results across the network

The tool automatically tracks wallets, updates their data on a regular basis, and displays the results in a sortable, interactive interface

All wallets scanned via our [Discord PnL bot](https://discord.gg/zTn3UqN2Rr) are automatically added to the site. Wallet data is refreshed approximately every 24 hours

**Access the live tool here:** [**https://pnl.prediqt.xyz/**](https://pnl.prediqt.xyz/)

***

### Main Table

The main table provides a ranked view of wallets with key performance metrics. You can sort the table by:

* **Total PnL** – The overall profit or loss for the wallet in USD terms
* **Winrate** – The percentage of profitable trades compared to total trades
* **Trades** – The total number of trades the wallet has executed
* **Total Volume** – The combined value of all trades executed by the wallet

Each row in the table displays:

* **Wallet Address** – The address of the wallet, linked to its detailed view
* **ABS Info** – Abstract Portal-specific details, such as tier and badges earned by the wallet
* **Total PnL** – The calculated net profit/loss for the wallet
* **Winrate** – The wallet’s success rate across trades
* **Trade Amount** – The number of trades the wallet has made
* **Total Volume** – The sum of all buy and sell trade values

***

### Wallet Details View

Clicking on any wallet in the main table opens a detailed information window. This view provides:

* **Biggest Wins** – The highest-profit trades the wallet has made
* **Biggest Losses** – The trades with the largest losses
* **Performance by Counterparty Wallet** – How this wallet has performed in trades against every other wallet it has interacted with
* **Full Trade History** – A complete list of every buy and sell transaction the wallet has made, including timestamps, token details, trade amounts, and resulting profit/loss

***

### Data Sources and Updates

* Wallet data is updated approximately every 24 hours
* Wallets are automatically added if they have been scanned via our Discord PnL bot
* Historical data is compiled from on-chain trade history and filtered based on calculation rules outlined below

***

### Calculation Logic

The way our system calculates PnL is designed to keep results accurate and avoid misleading conclusions

1. **Only ETH/WETH/USDC Pairs**
   * The system only tracks swaps involving ETH, WETH, or USDC
   * Token-to-token swaps (e.g., swapping one memecoin for another) are ignored, as these cannot be reliably tracked for profit/loss calculations
2. **Tracks Only Real Purchases**
   * For a given token, PnL calculations are based only on the amount purchased by the wallet
   * Example: If a wallet buys 1,000 $PRQT and later receives 500 tokens from another wallet, PnL is calculated using only the 1,000 purchased
   * Tokens received for free or transferred in from other wallets are treated as having a cost basis of zero and are excluded from PnL calculations


---

# 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.prediqt.xyz/current-utilities/pnl-webapp.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.
