# 4.1  Security

The BRC20 DEX Exchange prioritizes the security of user data and employs robust encryption measures to protect sensitive information. Encryption is a fundamental component of the platform's security infrastructure, ensuring the confidentiality and integrity of user data.

Key aspects of encryption and data security on the BRC20 DEX Exchange include:

1. <mark style="color:purple;">**Secure Communication:**</mark> The platform utilizes secure communication protocols, such as Transport Layer Security (TLS) or Secure Socket Layer (SSL), to establish encrypted connections between users' devices and the exchange servers. This encryption ensures that data transmitted between the user's browser and the platform remains confidential and protected from unauthorized access.
2. <mark style="color:purple;">**Data Encryption at Rest:**</mark> User data, including personal information and transaction history, is encrypted when stored on the platform's servers or databases. Encryption at rest safeguards data against unauthorized access in case of a breach or physical theft. The use of strong encryption algorithms and secure key management practices ensures the confidentiality and integrity of stored user data.
3. <mark style="color:purple;">**Password Protection:**</mark> User passwords are never stored in plain text on the BRC20 DEX Exchange. Instead, they are encrypted using industry-standard cryptographic algorithms and practices. This ensures that even if a breach were to occur, user passwords would remain securely protected.
4. <mark style="color:purple;">**Two-Factor Authentication (2FA):**</mark> The BRC20 DEX Exchange implements two-factor authentication as an additional layer of security. By requiring users to provide a second form of authentication, such as a unique code from an authentication app, the platform ensures that only authorized users can access their accounts, even if their login credentials are compromised.
5. <mark style="color:purple;">**Ongoing Security Audits:**</mark> The BRC20 DEX Exchange conducts regular security audits to identify and address any vulnerabilities or weaknesses in its systems. These audits may be performed by internal security teams or third-party security firms to provide an independent assessment of the platform's security measures.
6. <mark style="color:purple;">**User Privacy:**</mark> The BRC20 DEX Exchange adheres to strict privacy policies and regulations to protect user privacy. User data is handled in accordance with applicable data protection laws and is only collected and used for legitimate purposes outlined in the platform's privacy policy.


---

# 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://brc-20-dex.gitbook.io/brc-20dex/4.1-security.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.
