# Core Features

* **Zero-Knowledge Transactions**: Utilizes zk-SNARKs to ensure deposits and withdrawals remain unlinkable.
* **Multi-Layered Obfuscation**: Implements fake transaction noise and time-delayed withdrawals.
* **Stealth Addressing**: Generates unique, one-time-use wallets for each transaction.
* **100% On-Chain & Trustless**: Operates entirely on the Solana blockchain without intermediaries.
* **Cross-Chain Compatibility**: Future plans to integrate Ethereum, BSC, and Arbitrum.
* **Burner Wallet Support**: Allows users to create temporary wallets for transactions.
* **Reentrancy Guard**: Implements smart contract security best practices to prevent vulnerabilities.
* **No KYC, No Logs**: Absolute anonymity with no personal information stored or tracked.


---

# 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://wixcash.gitbook.io/wixcash-docs/getting-started/core-features.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.
