# Who can use Veilnyx?

## Independent Users

Veilnyx provides users with a [shielded account](https://labyrinth.gitbook.io/labyrinth/labyrinth-sdk-for-developers/shielded-account) and an app to manage it.

### Private Payments App

The Veilnyx app serves individual, institutional, and business users, making it easy to interact with the Veilnyx ecosystem and compliance dashboard.&#x20;

Users can top up their shielded accounts, perform private P2P transactions, and securely receive crypto salaries.&#x20;

The app displays private balances and transaction history, allowing users to prove ownership of their assets and transactions using viewing keys in a zero-knowledge manner for compliance.

Additionally, Veilnyx uses stealth addresses for transactions, enabling users to generate one-time, random-looking addresses to maintain their anonymity.\
Veilnyx is available via [private beta access](https://labyrinth.ac/) before the mainnet launch 🚀.

## For Developers

Developers can access the SDK to create private, compliant applications and integrate Veilnyx into their protocols.

### Pluggable Privacy For DeFi Protocols, AI/ML, Social

The Veilnyx protocol allows both new and existing DeFi protocols to integrate easily.&#x20;

Developers don’t need to change deployed contracts or have prior experience with zero-knowledge proofs (ZK). The SDK simplifies the process of creating private transactions and generating proofs.&#x20;

Developers only need to write and deploy a simple contract that acts as a logic layer between Veilnyx and the core smart contract of the integrating protocol.

For more information, see the Veilnyx[ SDK](https://labyrinth.gitbook.io/labyrinth/labyrinth-sdk-for-developers/what-is-labyrinth-sdk).

<br>


---

# 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.veilnyx.com/veilnyx-overview/who-can-use-veilnyx.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.
