> For the complete documentation index, see [llms.txt](https://docs.decoda.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decoda.vip/2-the-platform/the-wallet-engine.md).

# The Wallet Engine

The Wallet Engine is the core of the Decoda suite. It allows users to navigate the complexities of wallet history with immediate, fluid access to performance metrics. Every key data point is live, verified, and actionable.

#### Core Modules

**Cluster Vision**

* **The Problem:** Wallets rarely act alone. Sybils and entities split funds to hide intent.
* **The Solution:** Visualize related addresses instantly. Detect hidden entity networks, cabals, and coordinated movements with a single click.

**Counterparty Mapping**

* **The Problem:** Wash trading inflates volume and deceives trackers.
* **The Solution:** Unmask address interactions. Identify frequent trading partners and closed-loop trading circles to separate organic activity from manipulation.

**Historical States**

* **The Problem:** Current balances do not tell the story of past conviction.
* **The Solution:** Replay wallet snapshots. Analyze past liquidity depth and holdings as if you were present at that exact block height.

**True PnL**

* **The Problem:** Standard trackers often miscalculate gains due to transfers and bridging.
* **The Solution:** Audit trade history with forensic accuracy. We distinguish between realized and unrealized profitability to show the true performance of a trader.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.decoda.vip/2-the-platform/the-wallet-engine.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.
