# TON Connect overview (https://docs-orhepa2tm-ton-core-docs.vercel.app/llms/ecosystem/ton-connect/overview/content.md)



To integrate with TON, the standard wallet connection protocol is used — TON Connect. It is similar to WalletConnect on Ethereum, but made specifically for TON and covers basic integration aspects. For deeper integrations, it is common to utilize various supplementary SDKs and APIs.

<Image src="/images/ton-connect/basic-schema.svg" darkSrc="/images/ton-connect/basic-schema-dark.svg" alt="Basic communication schema of TON Connect" />

## About TON Connect [#about-ton-connect]

<video className="w-full rounded-xl" src="/videos/TonConnect.mp4">
  Your browser does not support the \<video> tag.
</video>

TON Connect enables secure communication between wallets and decentralized applications, allowing users to authorize transactions while maintaining control of their private keys.

Currently, TON Connect supports over 30 wallets and connects to hundreds of major applications across the TON ecosystem. As the mandatory connection protocol for all Telegram Mini Apps, it serves as the gateway to TON's entire ecosystem of applications and services.

Think of it as the essential infrastructure that your institutional clients will need to access any TON-based services — from DeFi protocols to gaming applications to payment systems.

For technical architecture details: [TON Connect protocol specification on GitHub](https://github.com/ton-blockchain/ton-connect).

## Are you building a web3 app? [#are-you-building-a-web3-app]

Explore the demo apps made with React.

<Columns cols="2">
  <Card title="Demo TON dApp with React" icon="link" horizontal="true" href="https://tonconnect-sdk-demo-dapp.vercel.app/" arrow="true" />

  <Card title="Demo TON dApp GitHub repository" icon="github" horizontal="true" arrow="true" href="https://github.com/ton-connect/demo-dapp-with-react-ui" />
</Columns>

Proceed with integration and usage recipes.

<Columns cols="2">
  <Card icon="flask" horizontal="true" title="How to integrate a dApp with TON" href="/ecosystem/ton-connect/dapp" />

  <Card icon="wrench" horizontal="true" title="Common usage examples" href="/ecosystem/ton-connect/dapp#usage" />
</Columns>

Skim the related reference pages.

<Columns cols="2">
  <Card title="App manifest" icon="book" horizontal="true" href="/ecosystem/ton-connect/manifest#app-manifest" />

  <Card title="@tonconnect/sdk" horizontal="true" arrow="true" href="https://ton-connect.github.io/sdk/modules/_tonconnect_sdk.html" />

  <Card title="@tonconnect/ui" horizontal="true" arrow="true" href="https://ton-connect.github.io/sdk/modules/_tonconnect_ui.html" />

  <Card title="@tonconnect/ui-react" horizontal="true" arrow="true" href="https://ton-connect.github.io/sdk/modules/_tonconnect_ui-react.html" />
</Columns>

## Are you building a web3 wallet? [#are-you-building-a-web3-wallet]

Follow the step-by-step guide.

<Card icon="flask" horizontal="true" title="How to make a wallet on TON" href="/ecosystem/ton-connect/wallet" />

Or skim the related reference pages.

<Columns cols="2">
  <Card title="Wallet manifest" icon="book" horizontal="true" href="/ecosystem/ton-connect/manifest#wallet-manifest" />

  <Card title="WalletKit reference" icon="book" horizontal="true" href="/ecosystem/walletkit/overview" />

  <Card title="@tonconnect/protocol" arrow="true" horizontal="true" href="https://ton-connect.github.io/sdk/modules/_tonconnect_protocol.html" />
</Columns>

{/* ## Complete integration recipes

  Comprehensive guides that walk you through complete integration scenarios, covering everything from initial setup to production deployment. Each recipe includes code examples, best practices, and troubleshooting tips.

  <Columns cols={1}>
  <Card
    icon="flask"
    horizontal="true"
    title="How to integrate TON into a Centralized Exchange (CEX)"
    href="/guides/cex"
  />
  </Columns> */}

{/* ## Curated guides and tutorials from the community

  Tutorials and guides created by the TON community to help developers integrate TON into their applications. They provide practical, real-world examples and alternative approaches to common integration challenges.

  <Columns cols={1}>
  <Card
    icon="scroll"
    horizontal="true"
    title="Index of curated community tutorials"
    href="/guides/more"
  />
  </Columns> */}

## Join the community [#join-the-community]

If you have questions about integrating TON into your project, need help troubleshooting issues, or want to discuss best practices with other developers, join our community channels.

<Columns cols="2">
  <Card icon="telegram" horizontal="true" title="Telegram folder with many developer chats" arrow="true" href="https://t.me/addlist/1r5Vcb8eljk5Yzcy" />

  <Card icon="user-group" horizontal="true" title="List of skilled professionals and agencies" arrow="true" href="https://ton.org/en/talents" />
</Columns>

## See also [#see-also]

* [Technical specification of the TON Connect protocol (GitHub)](https://github.com/ton-blockchain/ton-connect)
* [Official list of wallets that support TON Connect (GitHub)](https://github.com/ton-blockchain/wallets-list)
* [HTTP bridge for TON Connect](https://github.com/ton-connect/bridge)
