# TON Connect for Business

## Product features

* secure and private authentication with controlled disclosure of personal data;
* signing arbitrary transactions on the TON blockchain within a single user session;
* instant connectivity between your app and the user’s wallet;
* your app is automatically available right within the wallet.

## Impact on product metrics

* attract traffic through the wallets supporting TON Connect;
* increase user retention by saving the app to recently opened list and favorites apps list;
* increase user engagement through interaction with multiple applications;

## **Adopting TON Connect**

**Basic steps**

Implement TON Connect in your application using the SDK. The implementation requires minimal efforts, and can be performed by your app’s developer. The standard and documentation is available openly.

Users launch your app and connect it to one of the wallets that support TON Connect via QR code and or a universal link. Apps could also be opened within a wallet in a built-in browser.

Keep your up to date with future features in TON Connect.

**Integration assistance from the TON Connect developers**

Describe the existing user flow of your application.

Identify the operations you need (e.g. transaction authorization, message signing).

Describe your technology stack.&#x20;

Send information to our [bizdev team](https://t.me/tonrostislav). We will offer you the optimal solution for your application.

**Common implementation cases**

In this [SDK](https://github.com/ton-connect/sdk) you can find detailed instructions to implement TON Connect.&#x20;

Provided functionality allows:

* connect to your application with a TON wallet, &#x20;
* log in to your backend using the wallet's address,
* send transactions and then sign any actions with the wallet.

SDK, specifications and a demo app are available on Github: [https://github.com/ton-connect/](https://github.com/ton-connect/demo-dapp)

**Currently supported technology stack**:

* any web applications — serverless and backends;
* React-Native mobile apps;
* coming soon: SDK for mobile applications in Swift, Java, Kotlin.

TON Connect is an open protocol. You can implement and use it to develop dapps in any environment and with any programming language.&#x20;

For JavaScript applications, we have made a JS SDK that implements the protocol and allows you to integrate TON Connect in minutes. SDKs for other popular programming languages will be available in the future.


---

# 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-for-business.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.
