> For the complete documentation index, see [llms.txt](https://docs.kerberus.com/kerberus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kerberus.com/kerberus/sentinel3/how-is-it-different/designed-for-everyone.md).

# Designed for everyone

Many Web3 builders make a big mistake designing their products for a minority of experienced users.

**Bridging the gap for inexperienced users is one of the keys to mass adoption.**

To our knowledge, every other Web3 security solution shares the same foundation: they believe that the key component for Web3 security is transaction translation/simulation.

While it's true that there is no reason why transactions should be hard to understand for users, wallets should improve this natively (unfortunately, they are very slow in releasing much-needed features).

Web3 security solutions that simulate/translate transactions effectively tackle this issue but [**don't provide real scam protection**](/kerberus/sentinel3/how-is-it-different/detects-scams-1-2.md).

This will likely become increasingly concerning as more inexperienced retail crypto users join the Web3 space, making themselves and their wallets vulnerable to attack. **They could be confused by translations** and end up ignoring them or missing out on legitimate opportunities.

{% hint style="info" %}
Some companies solve today's problems. Excellent companies solve today's **and tomorrow's** problems.
{% endhint %}

From its inception, Sentinel3 was designed to be a Web3 security solution for inexperienced and experienced users, catering to the current bear and future bull market.

### Sentinel3 requires no Web3 knowledge, allowing inexperienced users to experience a 99.9% scam detection rate, protecting their crypto and NFTs.

Here's what true scam detection looks like:

<figure><img src="/files/oDRKuY7GhH8UdfZq1nJC" alt=""><figcaption></figcaption></figure>

They try to 'mint' on a scam site, and Sentinel3 blocks the malicious transaction. Simple and effective.

**The burden of the decision is initially on Sentinel3**. The user can ignore it, but before that, he is presented with a clear warning not to. **This is crucial for mass adoption**.

**Sentinel3 prevents them from interacting with malicious websites without placing the burden of the decision on them**.


---

# 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://docs.kerberus.com/kerberus/sentinel3/how-is-it-different/designed-for-everyone.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.
