> For the complete documentation index, see [llms.txt](https://docs.insilicoterminal.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insilicoterminal.com/documentation/changelog/v5.2.5.md).

# v5.2.5

* **WalletConnect integration:** Hardware wallets (including Tangem) can now be connected to the terminal via WalletConnect.
* **OKX regional domain support:** OKX accounts configured for the EU/EEA or US regions now connect to the correct regional endpoints (`wseea.okx.com` / `wsus.okx.com`) for both REST and WebSocket connections, fixing connectivity issues for users on those regional plans.
* **Privacy mode — fuzzy entry & last price:** When privacy mode is enabled, the entry price and last price shown in the positions table now display as deterministically fuzzed approximate values (prefixed with `~`) rather than exact figures, consistent with how other prices are obscured.
* **Mobile position action drawer fix:** Fixed a bug on mobile where, if the positions list re-sorted while an action drawer was open, subsequent actions (close, TP/SL, add margin) could be applied to the wrong position. The list now pauses re-sorting for the duration the drawer is open.


---

# 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.insilicoterminal.com/documentation/changelog/v5.2.5.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.
