+
+
+
+
+
+The `useAppKitWallets` hook returns list of injected and WalletConnect wallets let you render directly in the connect page.
+
+If you configure your AppKit as multi-chain, we suggest rendering a namespace selection component where users should select which namespace to connect when using browser extensions. This could be achieved with the `connectors` array of the `WalletItem`.
+
+If user select a WalletConnect wallet, you can show the QR code to the users and let them scan it with their preferred wallets. To handle the QR flows, you can use the `isFetchingWcUri`, `wcUri`, and `resetWcUri` props from the `useAppKitWallets` hook.
+
+
+
+
+WalletConnect supports 500+ wallets. You can let users to search their own wallets to connect to your app.
+
+