# Security Layer

The security layer ensures that the network is secure and accessible only by authorized entities.

**Tech Stack:**

* MESH VPN for secure communication
* Firewall for network traffic control
* Authentication Service via Wallet login for user authentication and authorization\
  \
  Here are some features of MESH VPN :

1\. Robustness: The network is highly resilient to individual node failures, thanks to multiple pathways for data transfer.

2\. Scalability: Adding new nodes does not significantly impact the overall network performance.

3\. Low Latency: Direct connections between nodes help minimize the number of transmission steps, reducing delays.

4\. Optimal Load Distribution: Traffic is evenly distributed, avoiding congestion and ensuring optimal performance.<br>


---

# 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.kaisar.io/kaisar-network/kaisar-architecture/detailed-architecture/architecture-layers/security-layer.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.
