> For the complete documentation index, see [llms.txt](https://docs.tonomy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonomy.io/introduction/features.md).

# Features

### **Passwordless Single Sign-On (SSO)** 🔑

Users log in via Tonomy ID (like Google SSO but without third-party control).

**Why use it?**

* Easy onboarding for users
* Privacy-first: **No big tech**, **No centralized databases**

***

### ️**Sovereign Digital Signatures** ✍

Turn a user's phone into an authenticator for:

* **W3C Verifiable Credentials**
* **Documents (PDFs)**

**Why use it?**

* **Non-repudiation**: Proof that **only the user** signed it
* **Compliance-ready**: Supports **eIDAS** and **qualified electronic signatures** (coming soon).
* **Secure approvals**: Optional **multi-factor authentication (MFA)** for high-value operations.

***

### **Server Authentication** 🔐

Securely **authenticate users to your backend server**

**Why use it?**

* **Verify every request**: **Cryptographic proof** that **each request is user-authorized**.
* **No password dependencies**: Avoid risks tied to **database breaches**.
* **Non-repudiation**: Logs become **cryptographically verifiable** (proof the user initiated the action).

***

### **Sovereign Data Vault** 🗄️

Store user data locally (e.g., KYC, preferences), enabling:

* **Secure data storage** on user devices
* **Cross-app data sharing** with **user consent**

**Why use it?**

* Reduce onboarding friction (e.g., pre-fill user forms)
* **Compliance**: Built-in **privacy** and **GDPR alignment**.
* **Eliminate custody risks**: Apps **don’t need to hold sensitive user data**.

***

### **Smart Contract Transactions** 🌐

Enable **Seamless Web3 transactions**, signed securely by users.

**Why use it?**

* **Gasless, seamless UX**: Users can **execute transactions without leaving your app**.
* **Flexible signing**: Supports **smart contract actions**, **DAO votes**, and **token transfers**.
* **Optional MFA**: Increase security for **high-value actions**.
* **Performance**: Built on **Antelope’s scaleable protocol** (0.5s block times, high TPS).

***

### **Peer-to-Peer Messaging** 📩

DIDComm-based **end-to-end encrypted messaging** between users across apps.

**Why use it?**

* **User privacy by default**
* **Cross-app interoperability**


---

# 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.tonomy.io/introduction/features.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.
