# Reward and Fee in Veilnyx

### Privacy Guarantees in the Protocol

Privacy guarantees depend on transaction behaviour. A small number of deposits and low transaction frequency result in low privacy, while large deposits and high transaction frequency provide high privacy.

### Reward Structure

To encourage privacy and anonymity, Veilnyx rewards users with a Shield Score (SS). This score is based on several factors, including:

* Amount deposited
* Duration of the deposit in the system
* Number of transactions conducted after the deposit

Users can later convert their Shield Score into assets to claim rewards.

### Two Roles in Veilnyx Privacy

* **Privacy Makers:** Users who are rewarded for providing liquidity that enhances transaction anonymity.
* **Privacy Takers:** Users who utilize Veilnyx's privacy features to conduct transactions

<figure><img src="/files/c9DxRgHgQ3VWj3XFi500" alt=""><figcaption><p>Small deposit of assets and low transaction frequency creates low privacy guarantee</p></figcaption></figure>

<figure><img src="/files/FvAiv2ec664JLPwsN7C7" alt=""><figcaption><p>Big deposit of assets and high transaction frequency creates high privacy guarantee</p></figcaption></figure>

### Fee Structure

Privacy takers will pay a small fee, typically around 5 basis points (bps), for asset withdrawals or when interacting with DeFi functions such as swapping, staking, yield farming, or other integrations.&#x20;

Fees for DeFi integrations are determined by the protocols and are optional.

<figure><img src="/files/ckeF9gECDEIyhF3qlkVu" alt=""><figcaption><p>Fee for p2p transaction interactions &#x26; DeFi interaction</p></figcaption></figure>

More details about rewards & fees for P2P transactions and DeFi interactions will be shared soon.


---

# 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/reward-and-fee-in-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.
