> For the complete documentation index, see [llms.txt](https://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/security.md).

# Security

## Biometric Authentication

For end-user app security we enable biometric authentification using any available option on the phone : \
\- Face \
\- FingerPrint \
\- Weak or Strong biometric (depending on availability).

### Secure Storage

*\[For our customers who have chosen this option for Key Management]*\
For protecting the end-user private key and seed phrase, the secret data is stored in the phone using : \
\- Keychain for iOS devices. [More information here](https://developer.apple.com/documentation/security/keychain_services#//apple_ref/doc/uid/TP30000897-CH203-TP1).\
\- AES encryption is used for Android devices. AES secret key is encrypted with RSA and RSA key is stored in KeyStore (more info here on [Android KeyStore system](https://developer.android.com/privacy-and-security/keystore))&#x20;

### Spam Token

To protect the end-user from interacting with spam tokens, we maintain a database of spam token (manuel + De.Fi Scanner integration) so that we hide those token from the portfolio and flag the receive transaction in the transaction history.&#x20;


---

# 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://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/security.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.
