> ## Documentation Index
> Fetch the complete documentation index at: https://companyname-a7d5b98e-fill-boc-serialization-page.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WalletKit: TON Connect for custodial and non-custodial wallets

**TON Connect WalletKit** is an open-source SDK that helps integrate your custodial or non-custodial wallet with TON in a secure and streamlined fashion.

It's designed for institutions, non-custodians, and custodians that need full control over key management, signing, and access without compromising UX or compliance.

## Features

<Note>Awaits a partial or full release of the WalletKit</Note>

## Use cases

<Note>Awaits a partial or full release of the WalletKit</Note>

## Quick start

First, follow this step-by-step guide: [How to integrate a wallet with TON](/ecosystem/ton-connect/wallet).

Then, follow relevant usage recipes:

<Tabs>
  <Tab title="Web" icon="globe">
    <Columns cols={3}>
      <Card title="Initialize the kit" href="/ecosystem/ton-connect/walletkit/web/init" />

      <Card title="Manage TON wallets" href="/ecosystem/ton-connect/walletkit/web/wallets" />

      <Card title="Handle connections" href="/ecosystem/ton-connect/walletkit/web/connections" />
    </Columns>
  </Tab>
</Tabs>

## See also

Read more about the TON Connect itself: [TON Connect overview](/ecosystem/ton-connect).

Skim the reference pages with more in-depth information:

* [TON Connect manifests](/ecosystem/ton-connect/manifest)
* [`@tonconnect/protocol`, external API reference](https://ton-connect.github.io/sdk/modules/_tonconnect_protocol.html)
