# Security & Idenitity

- [Multi-Factor Authentication (MFA)](https://tychi.gitbook.io/tychi-whitepaper/security-and-idenitity/multi-factor-authentication-mfa.md): Tychi Wallet implements Multi-Factor Authentication to safeguard user accounts, sensitive wallet actions, and identity modules—ensuring robust protection without compromising user experience.
- [Decentralized Identity Wallet (DID)](https://tychi.gitbook.io/tychi-whitepaper/security-and-idenitity/decentralized-identity-wallet-did.md): Tychi Wallet introduces an integrated Decentralized Identity (DID) system that allows users to manage, verify, and share digital identities securely—without reliance on centralized authorities.
- [Social Recovery Wallet](https://tychi.gitbook.io/tychi-whitepaper/security-and-idenitity/social-recovery-wallet.md)


---

# 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://tychi.gitbook.io/tychi-whitepaper/security-and-idenitity.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.
