> For the complete documentation index, see [llms.txt](https://vine-money.gitbook.io/vine-money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vine-money.gitbook.io/vine-money/protocol/privacy-mechanics.md).

# Privacy Mechanics

In the realm of decentralized finance, privacy is a paramount concern, and Vine Money prioritizes this through vUSD. By design, vUSD is crafted to offer the highest degree of privacy, ensuring that all user-related information, including deposits, loans, and other financial activities, remains confidential. This commitment to privacy means that personal details linked to user transactions are not visible on the public blockchain, safeguarding against any unauthorized access or scrutiny.

## Full Privacy

Vine Money achieves this level of privacy by leveraging advanced cryptographic techniques and a robust privacy-centric framework. These technologies obscure the details of transactions, while still maintaining the integrity and security of the blockchain.&#x20;

This approach ensures that users can engage in DeFi activities with confidence, knowing their financial data and personal information are shielded from public view.

## Transparency and Compliance

The protocol also recognizes the need for transparency in certain aspects of its operations, particularly regarding the liquidation process. To ensure the stability and health of the system, it is necessary to publicly display specific information such as loan amounts, deposit values, and the collateral ratios of addresses that are nearing liquidation thresholds. This transparency is crucial for maintaining a fair and efficient liquidation process, allowing participants to act on accurate and timely information.

The information made visible for liquidation purposes is limited to what is essential for the process, ensuring that the privacy of users is not compromised beyond what is necessary for the protocol's stability. By striking this balance, Vine Money maintains its commitment to user privacy while upholding the necessary transparency for critical protocol operations.


---

# 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://vine-money.gitbook.io/vine-money/protocol/privacy-mechanics.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.
