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.
Already have an account?
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
How creating an account works
Anchor opens in a second window, at vaulta.anchorwallet.io, to set your account up.
The passkey sheet
The same sheet you use to sign in to other sites. It appears straight away. That's Anchor asking, and it's how you'll sign in from now on.
One sign-in with Google or Apple
Your account is free because the network pays for it. Signing in once is how we know one person isn't claiming ten thousand of them.
What we store
Google or Apple tell us your email address. We keep a hash of it, linked to your account name, never the address itself. More in Privacy
Is there another way?
There is. Paying the network fee yourself, with tokens, works for people who already hold some. If you're new, the free route is the one that works.
Back here, signed in
You'll have a name and an account, and this site is the first thing you'll use it on.
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/…
- anchorwallet.io this site
- vaulta.anchorwallet.io where you sign in
- jungle4.anchorwallet.io the practice network
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 appawait sessionKit.login({
chain,
walletPlugin: 'anchor',
arbitrary: { anchor: { mode: 'web' } }
});