> For the complete documentation index, see [llms.txt](https://fairyvault.gitbook.io/fairyvault-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fairyvault.gitbook.io/fairyvault-docs/wallet-creation-and-login/quickstart.md).

# How to create a wallet on FairyVault

FairyVault is a secure and intuitive Externally Owned Account (EOA) wallet designed to provide effortless access to the Web3 world. Whether you're new to crypto or a seasoned user, follow this guide to set up a new wallet and start using FairyVault.

<figure><img src="/files/1nHDdpC6hg9jPnXauEDt" alt=""><figcaption></figcaption></figure>

1. Download the FairyVault App from the [App Store (iOS)](https://apps.apple.com/us/app/fairyvault/id6741625830) or [Google Play (Android)](https://play.google.com/store/apps/details?id=com.portkey.fairyvault) and install it on your mobile device.
2. Open the App and tap "Create a wallet" on the home screen.
3. Enable biometric authentication or set a secure PIN. This step protects your wallet on your current device.
4. Your wallet will now be created. To ensure complete control and easy recovery, it's important to back up your seed phrase or private key. You can either write it down and store it in a safe place or back it up securely to iCloud (iOS) or Google Drive (Android), depending on your device.
5. Once your backup is complete, you're all set to use FairyVault.

{% hint style="success" %}
If you choose not to back it up during setup, remember to do so later—otherwise, you risk losing access to your wallet and assets if your device is lost or stolen.
{% endhint %}

FairyVault is now ready to help you explore the Web3 world with confidence.


---

# 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://fairyvault.gitbook.io/fairyvault-docs/wallet-creation-and-login/quickstart.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.
