diff --git a/apps/web/app/(dashboard)/app/wallets/page.tsx b/apps/web/app/(dashboard)/app/wallets/page.tsx index b722bf8..625360c 100644 --- a/apps/web/app/(dashboard)/app/wallets/page.tsx +++ b/apps/web/app/(dashboard)/app/wallets/page.tsx @@ -103,8 +103,10 @@ export default async function WalletsPage() {

- To link an additional wallet, claim a handle from it in the Identity Registry — bindings are - created on-chain, never from this dashboard. + Your handle is bound to one primary wallet on-chain — claiming again from another wallet + creates a separate, unrelated profile rather than adding to this one. To attach an + additional deploy wallet to this profile, run{' '} + npx @signet/cli link from the terminal.

);