diff --git a/docs/nodle-wallets/nodle-client/connection.mdx b/docs/nodle-wallets/nodle-client/connection.mdx index aaeba14..69a8f13 100644 --- a/docs/nodle-wallets/nodle-client/connection.mdx +++ b/docs/nodle-wallets/nodle-client/connection.mdx @@ -9,7 +9,14 @@ The instructions below assume that you have either imported or created a wallet ### Step 1 - Welcome -The first step is to select the method that you want to use to connect your wallet to the Nodle Client. The available methods are Talisman, SubWallet, PolkadotJS, and Ledger. Once you have selected a method, you will be guided through the process of connecting your wallet. +The first step is to select the method that you want to use to connect your wallet to the Nodle Client. The available methods are Talisman, SubWallet, PolkadotJS, and Ledger. + +:::info We support connections through the Smoldot light client. + +We naturally use an RPC provider to connect you to the Nodle network. But at the bottom of the Connection modal, you will see a checkbox. Checking it will create a web-embedded node that interacts with the network as part of it. This functionality allows you to have a fully decentralized experience. Substrate connect is supported, so you can use this along with their extension. +::: + +Once you have selected a method, you will be guided through the process of connecting your wallet. diff --git a/static/img/docs/web-wallet/connect-step-1.png b/static/img/docs/web-wallet/connect-step-1.png index fb079f2..b79aaad 100644 Binary files a/static/img/docs/web-wallet/connect-step-1.png and b/static/img/docs/web-wallet/connect-step-1.png differ