# Invisible SDK (DEPRECATED)

### 🚨 <mark style="color:red;">THE INVISIBLE SDK IS NO LONGER MAINTAINED. THERE WILL NOT BE NEW FEATURES OR BUG FIXES.</mark> &#x20;

The Ready Invisible SDK provides a seamless blockchain experience to your users. Invisible SDK is a combination of two Ready products: [WebWallet](/ready-wallets/web-wallet.md) and [Session Keys](/aa-use-cases/session-keys.md).&#x20;

Users can interact with your Dapp using just their email address - no more seed phrases or private keys. Behind the scenes, the SDK combines a self-custodial web integrated wallet with session keys to make blockchain interactions completely invisible to the user.

### The SDK provides:

#### For Users

✅ Sign up with an email address

✅ No wallet extension needed

✅ No transaction popups during dApp usage

✅ Completely seamless blockchain interactions

✅ Self-custodial security

🔄 Passkeys

#### For Devs

✅ Quick and easy integration with your Dapp

✅ Session keys management

✅ Paymaster support

✅ Free account deployment

{% hint style="success" %}
Ready is sponsoring every account deployments. You don't need to worry about deploying your users' accounts anymore. &#x20;
{% endhint %}

\
↗️ [More about web wallet](https://www.ready.co/blog/exploring-web-wallets-architecture)

↗️ [Tutorial](https://www.ready.co/blog/implement-invisible-sdk)

{% hint style="info" %}
Need a tailored Invisible SDK implementation ? Reach out !
{% endhint %}


---

# 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.ready.co/tools/invisible-sdk-deprecated.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.
