# Security Model

**Key Security**

* **Never stored in plaintext**: Private keys / Seed Phrase are AES-256 encrypted and only decrypted in memory when needed.
* **Zero-knowledge storage**: Seed phrases are user-encrypted and never sent to servers.
* **Hardware Security Module (HSM) integration** (future roadmap).

#### **Transaction Security**

* **Client-side signing**: Transactions are signed locally before submission.
* **Gas estimation**: Prevents stuck transactions.

#### **Network & API Security**

* **TLS 1.3** for all communications.
* **OAuth 2.0 / JWT** for secure API access.
* **IP whitelisting & DDoS protection** for backend services.
* **Real-time alerts** for suspicious activity.


---

# 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://ribbit-wallet.gitbook.io/ribbit-wallet-whitepaper/technical-overview/security-model.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.
