# TON Connect 2.0 vs 1.0

TON Connect 2.0 solves many problems of the first version of the protocol. TON Connect 2.0 provides the highest level of security, user experience driven by real-time UX, and ease of development of decentralized applications. See the protocols comparison below:

|                                    | TON Connect v1   | TON Connect v2                                       |
| ---------------------------------- | ---------------- | ---------------------------------------------------- |
| Connecting to web-based dapps      | ✔︎               | ✔︎                                                   |
| Sending transactions               | ✔︎               | ✔︎                                                   |
| Connecting dapps within the wallet |                  | ✔︎                                                   |
| Scanning QR code                   | for every action | once, during connection                              |
| Serverless dapps                   |                  | ✔︎                                                   |
| Realtime UX                        |                  | ✔︎                                                   |
| Switching accounts                 |                  | soon                                                 |
| Messages from the app to the user  |                  | soon                                                 |
| Wallets                            | Tonkeeper        | Tonkeeper, OpenMask (soon), TonHub (soon) and others |


---

# 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://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-2.0-vs-1.0.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.
