> For the complete documentation index, see [llms.txt](https://dealin-1.gitbook.io/dealin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dealin-1.gitbook.io/dealin/privacy-protection-demand-is-increasingly-urgent/privacy-protection.md).

# privacy protection

The urgent need of users for privacy protection is essentially an appeal for the reconstruction of the "digital financial trust system". In traditional finance, users rely on the credit endorsement of banks, payment institutions and other agencies, believing that they will abide by the privacy protection regulations; but in the decentralized DeFi ecology, the trust of intermediaries can only be based on "technology security". If the privacy protection technology is missing, users will lose their trust in DeFi due to "data streaking", and finally choose to exit the market. This lack of trust has become a key bottleneck restricting the large-scale development of DeFi: according to industry research, more than 40% of potential users refused to try DeFi services due to "fear of privacy leakage" in 2024; nearly 60% of users who have used DeFi said that they "will prefer agreements with privacy protection functions" and are willing to pay 5% -15% of the additional cost for privacy services. This data clearly shows that privacy protection is no longer a "differentiated selling point", but the "ticket" for DeFi products to enter the mainstream market. Financial services, with the function of privacy protection, will become the "first choice" of users and the "mainstream" of the market.


---

# 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, and the optional `goal` query parameter:

```
GET https://dealin-1.gitbook.io/dealin/privacy-protection-demand-is-increasingly-urgent/privacy-protection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
