> For the complete documentation index, see [llms.txt](https://oasisplatform.gitbook.io/oasis-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oasisplatform.gitbook.io/oasis-litepaper/cloud-security-and-decentralized-servers/security-measures.md).

# Security Measures

At Oasis, our commitment to security extends seamlessly into our Cloud Security and Decentralized Servers infrastructure. In the realm of cloud security, we employ a robust set of measures to fortify our platform against potential vulnerabilities. This includes leveraging encryption protocols, ensuring that data transference and storage within the cloud environment remains secure. By integrating advanced encryption techniques, we create a protective shield around user data, mitigating the risk of unauthorized access.

Biometric authentication is seamlessly integrated into our cloud security framework, offering an additional layer of protection. Beyond traditional access controls, biometric measures such as fingerprint or facial recognition elevate the security posture, allowing only authenticated and authorized users to interact with our cloud-based systems. This ensures that sensitive data and critical functionalities are accessible only to those with the proper credentials, enhancing the overall security of our cloud infrastructure.

Our commitment to security is further solidified through the implementation of decentralized servers. By distributing the server infrastructure, we minimize the risk of a single point of failure and enhance resilience against cyber threats. Decentralized servers not only contribute to the overall stability of our platform but also fortify our defenses against potential attacks, providing users with a secure and reliable environment for their cryptocurrency transactions. In this way, Oasis endeavors to establish a cloud and server architecture that not only meets but exceeds the highest standards of security in the cryptocurrency industry.


---

# 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://oasisplatform.gitbook.io/oasis-litepaper/cloud-security-and-decentralized-servers/security-measures.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.
