# Wallet Creation

For users without a wallet, Extended offers a one-click, secure creation of a [Particle](https://particle.network/) MPC wallet. This can be done using one of the following options: Google account, Apple ID, email, Facebook, Twitter, or Discord.

After creating the Particle wallet, users must remember to use the same account to access the wallet. For example, if a Google account was used to create the wallet, the same Google account must be used to access it again.

When creating a Particle MPC wallet via Extended, users will be prompted to create a Master Password. This password encrypts the user's private key on the device and is crucial for wallet security. Particle does not save this password and does not support any form of recovery if it is forgotten. Users must keep this password properly secured.

Users can access their Particle wallet using the same credentials as on Extended through the [Particle wallet interface](https://wallet.particle.network/) and any other application that supports Particle wallets.

For more information on the security and design of Particle MPC wallets, users can refer to Particle's [comprehensive documentation](https://docs.particle.network/overview/security).


---

# Agent Instructions: 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:

```
GET https://docs.extended.exchange/starkex-specific-docs/wallet-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
