# Usability is Security

This principle is the major differentiator between Casa and DIY security systems. There is a history of security software that fails to achieve widespread adoption due to the difficulty of using it compared to less secure alternatives. For us, **usability** is a key component of security, not an afterthought. It doesn’t matter how secure a system is if nobody uses it.&#x20;

Another reason why usability matters is that cryptographic systems often have “sharp edges” where mistakes can lead to lost data or loss of privacy. In security software, sharp edges are dangerous and should be minimized. It should be hard or impossible for users to shoot themselves in the metaphorical foot.

Our system can’t remove *all* danger from our users. For example, our 5-key vault can withstand two keys lost, but not three. When users do approach a dangerous situation, we warn them and provide mechanisms to recover with the goal of preventing a catastrophic loss.<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.casa.io/wealth-security-protocol/system-design-principles/usability-is-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.
