Create one account for the whole network.

Create your account once, and every app on the network will recognize you. Anchor is the wallet that keeps the keys safe on your device, so the account is yours and no one else's.

Network
More networks

Free with a Google or Apple sign-in. Anchor runs in your browser, with nothing to install.

Prefer an app? Anchor for iPhone and Android

Choose where your account lives

Anchor runs in your browser and as an app for iPhone and Android. Both can create the same kind of free account. The choice is which device creates the keys to your account.

In your browser

Starting in your browser is quickest, because there's nothing to install and you're already here. The passkey that guards your account lives with your device, in the same keychain that signs you in to other sites. No website or browser can read the keys, and neither can we.

Sign in from your browser wherever you go; the passkey travels in your keychain, not on this site.

On your phone

Anchor for iPhone and Android is a separate wallet that creates and holds its own accounts on the phone itself. When an app wants your signature, the request opens in Anchor and you approve on your phone.

Anchor's addresses

You'll use Anchor to sign in to apps all over the network. Wherever you are, the window that asks for your passkey is at anchorwallet.io.

https://vaulta.anchorwallet.io/…

Anchor's website name is always anchorwallet.io.
  • anchorwallet.io this site
  • vaulta.anchorwallet.io where you sign in
  • jungle4.anchorwallet.io the practice network
All of Anchor's addresses

For app builders

Visitors can create an account and sign in without leaving your site. The whole flow runs in a popup, through WharfKit, and your part is one call.

Add account creation to your app
await sessionKit.login({
  chain,
  walletPlugin: 'anchor',
  arbitrary: { anchor: { mode: 'web' } }
});