Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions wallet-sdk/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# WalletConnect Wallet SDK

**Wallet SDK** is WalletConnect's modular SDK for integrating secure, multichain, policy-aligned wallet access directly into your infrastructure. Enable your wallets users to securely connect to any app, powered by the WalletConnect Network

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

## Quickstart

<CardGroup cols={2}>
<Card title="Android" icon="android" href="/wallet-sdk/android/installation">
Get started with Wallet SDK in Android.
</Card>

<Card title="iOS" icon="apple" href="/wallet-sdk/ios/installation">
Get started with Wallet SDK in iOS.
</Card>

<Card title="React Native" icon="react" href="/wallet-sdk/react-native/installation">
Get started with Wallet SDK in React Native.
</Card>

<Card title="Flutter" icon="flutter" href="/wallet-sdk/flutter/installation">
Get started with Wallet SDK in Flutter.
</Card>

<Card title="Web" icon="js" href="/wallet-sdk/web/installation">
Get started with Wallet SDK in Web.
</Card>

<Card title=".NET" icon="code" href="/wallet-sdk/c-sharp/installation">
Get started with Wallet SDK in .NET.
</Card>
</CardGroup>

## Features

<Frame>
![Wallet SDK banner](https://mintlify.s3.us-west-1.amazonaws.com/reown-5552f0bb/images/walletkit.png)
</Frame>

Some of the key features of Wallet SDK include:

* **Sign API**: Allows dapps to request that the user sign a transaction or message.
* **Auth API**: Allows dapps to verify wallet address ownership through a single signature request, realizing login in one action.
* **Chain agnostic**: Wallet SDK is designed to work with any blockchain, so you can easily support multiple chains without having to write separate integration code.

## Use Cases

* Custom wallet infrastructure.
* Governance flows with onchain or offchain execution.
* Secure DeFi access from custody-controlled environments.
* Seamless cross-chain policy enforcement.
* In-app and in-wallet payments
* Secure in-app signature workflows.
* Access to 65,000+ onchain apps.
* Chain Agnostic by design.
* Fast, frictionless integration.
* Transparent and open source.
* Battle-tested and audit-proven security.
* No dropped connections, no interruptions.
---
title: WalletConnect Wallet SDK
sidebarTitle: Overview
Expand Down