# Build Web4 Apps

The Tonomy SDK allow applications to log in and interact with Tonomy identities. This is done through a familiar Single Sign-On (SSO) flow, like with oAuth 2.0 or OpenIdConnect.

**Integration is expected to take 10-30 minutes**

## Features

* **Single Sign-On 🔑:** Authenticate and login users via Tonomy ID
* **1-Click Free Transactions ⚡:** Secure, instant, and gasless smart contract execution. Users don't even need to leave your apps.
* **Verifiable Credentials ✅:** Use W3C-compliant signed credentials for private, off-chain verifiable data
* **Server Authentication 🔐**: Verify users with your server without trusting a centralized third-party
* **Multichain Crypto🌐:** Manage multiple cryptos with Tonomy ID
* **Multichain Web3 Transaction🌐:** Sign web3 transactions using WalletConnect or Anchor protocol
* **Passphrase Recovery 🔄**: Restore via username + 6-word passphrase
* **SDK languages🛠️:** JavaScript support for web, React Native, and Node.js

## Reference App

Checkout this React website's use of the SDK to log in with Tonomy ID and sign data and transactions here:

* Demo website: <https://demo.tonomy.io>
* Code: <https://github.com/Tonomy-Foundation/Tonomy-App-Websites/tree/master/src/demo>


---

# 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.tonomy.io/build-web4-apps.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.
