> For the complete documentation index, see [llms.txt](https://vaulta.gitbook.io/vaulta-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vaulta.gitbook.io/vaulta-guides/user-guides/getting-started-on-vaulta/wallet-and-account-setup.md).

# Wallet and Account Setup

Unlike other blockchains, a Vaulta account is stored on the network and not in the wallet. Storing an account on the network requires RAM, which is a valuable resource on the network. This means that there is a cost for each account created; either paid by the user or by a sponsoring organization.&#x20;

Wallets on Vaulta hold your account's private keys and serve as authenticators to sign transactions. Once the account is created, you can use any number of wallets on Vaulta.&#x20;

The easiest way to create an account is through a trusted wallet. We have recommended some below.

### **✅ Considerations Before Selecting a Wallet**

Some things you may want to consider before selecting a wallet include:

* **Security:** Consider if your wallet encrypts your keys and if it is custodial or non-custodial.&#x20;
* **Recovery Options:** Know your account recovery options with each wallet.
* **Cost:** Due to the cost of RAM, wallets may charge users to create an account. Some wallets cover the cost of account creation.
* **DApp Compatibility:** Pick a wallet that connects with the decentralized applications you want to use on the network.
* **User Experience:** Some wallets have a very simple user interface while others may be created for more advanced users.
* **Accessibility:** Some, but not all, wallets are available on desktop and mobile devices. Think about how you usually connect and which wallet works best for those needs (mobile, browser extension, desktop, etc.)

### 1. Select a Wallet

The wallets listed in this section are a selection of some trusted wallets currently in the Vaulta Ecosystem.

[Anchor Wallet](https://www.greymass.com/anchor)

* Desktop and Mobile wallet
* Paid Account Creation&#x20;
* Highly Secure with Strong Encryption

[Vaulta Wallet](https://unicove.com/en/eos/metamask)

* Browser Extension wallet (MetaMask Snap)
* Free account creation through social login
* Easy onboarding

[TokenPocket ](https://www.tokenpocket.pro/en/download/app)

* Mobile wallet
* Paid Account Creation (send EOS from a CEX during account creation)
* &#x20;User Friendly Interface

### 2. Install the Wallet and Create a Vaulta Account

The following articles will walk you through the steps you need to take in order to get up and running with the following wallets:

* [Anchor (iOS)](https://support.greymass.com/support/solutions/articles/72000553200-account-creation-in-ios)
* [Anchor (Android)](https://support.greymass.com/support/solutions/articles/72000549310-account-creation-on-android-full-creation-okc-testing-)
* [Anchor (Desktop)](https://support.greymass.com/support/solutions/articles/72000569847-account-creation-on-desktop)
* [Vaulta Wallet on MetaMask (Browser Extension)](https://support.greymass.com/support/solutions/articles/72000637114-getting-started-with-eos-wallet-metamask-snap-)
* [TokenPocket (Mobile)](https://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/eos)

Select any of the links above to be taken to a step-by-step guide.

### Next Steps

Now that you have created your Vaulta wallet and account you can search for and display your account on any Vaulta compatible block explorer. We recommend using the [Vaulta Portal](https://unicove.com/), Unicove, to search for and display Vaulta accounts.

To fund your newly created account and use your tokens we suggest the following articles:

* [Get Vaulta Token](/vaulta-guides/user-guides/getting-started-on-vaulta/get-vaulta-token.md)
* [Staking](/vaulta-guides/user-guides/getting-started-on-vaulta/staking.md)
* [Manage Resources (CPU/NET)](/vaulta-guides/user-guides/getting-started-on-vaulta/manage-resources-cpu-net.md)
* [Buy/ Sell RAM](/vaulta-guides/user-guides/getting-started-on-vaulta/buy-sell-ram.md)

### Final Thoughts

Choosing the right wallet is important to your user journey and the wallet you select will depend on your individual needs. Take a moment to review your needs for account security, accessibility, compatibility and more prior to selecting your wallet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://vaulta.gitbook.io/vaulta-guides/user-guides/getting-started-on-vaulta/wallet-and-account-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
