> ## Documentation Index
> Fetch the complete documentation index at: https://companyname-a7d5b98e-closes-94-guidebook-more.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:

<Card title="How to integrate a wallet with TON" href="/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" />
    </Columns>
  </Tab>
</Tabs>

## See also

Read more about the TON Connect itself:

<Card title="TON Connect overview" href="/ecosystem/ton-connect" />

Skim the reference pages with more in-depth information:

<Columns cols={2}>
  <Card title="TON Connect manifests" href="/ecosystem/ton-connect/manifest" />

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