> For the complete documentation index, see [llms.txt](https://docs.zkbob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkbob.com/resources/release-notes/january-30-2023.md).

# January 30, 2023

## Latest Component Releases

* Relayer [v3.1](https://github.com/zkBob/zeropool-relayer/releases/tag/v3.0.1)[.0](https://github.com/zkBob/zeropool-relayer/releases/tag/v3.1.0)
* JS Library [v1.4.0](https://github.com/zkBob/zkbob-client-js/releases/tag/1.4.0)
* Core Library [v1.0.0](https://github.com/zkBob/libzeropool/releases/tag/1.0.0)
* UI (private) [v1.2.0 ](https://github.com/zkBob/zkbob-ui/releases/tag/v1.2.0)

## Update: Account compliance verification

This new feature reduces the risk of zkBob usage by malicious actors. An integration with TRM labs allows the application to detect suspicious wallets and prevent deposits from those wallets into zkBob. Withdrawals from zkBob also cannot be sent to wallets identified as suspicious. This is an important feature to reduce illicit funds from entering the zkPool and tainting existing Bob within the pool.&#x20;

-> [More on this integration is available here](https://mirror.xyz/0x6132eB883e88CD4E007552b871A6444Bfc34E837/-WqpbxDVqEiUGAk6f2qrohSXRewz0Ta580dUi4qIv8o).


---

# 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.zkbob.com/resources/release-notes/january-30-2023.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.
