> ## Documentation Index
> Fetch the complete documentation index at: https://docs.canton.network/llms.txt
> Use this file to discover all available pages before exploring further.

# WalletConnect

> Connect mobile and cross-device wallets to Canton dApps via WalletConnect.

WalletConnect lets mobile and cross-device wallets connect to dApps. Wallets add Canton
support through the WalletConnect wallet SDK; dApps enable WalletConnect by registering the
`WalletConnectAdapter`, which is covered in
[Wallet discovery](/sdks-tools/sdks/dapp-sdk/guides/wallet-discovery).

## Add Canton support to your wallet

Follow the official WalletConnect documentation for adding Canton Network support:
[WalletConnect: Canton chain support](https://docs.walletconnect.network/wallet-sdk/chain-support/canton).

Your wallet must still honor CIP-103 at runtime, the same as any other integration path.

## Production considerations

* Handle relay unavailability and session expiry gracefully.

## Next steps

* [CIP-103 Specification](https://github.com/canton-foundation/cips/blob/main/cip-0103/cip-0103.md) — The required methods and events behind the namespaces.
