# Master Password

When using Particle Network on Wagon, security is paramount. You’ll encounter two types of passwords to help protect your wallet and assets:

## 1. **Master Password**

* **Purpose:** Used to encrypt and back up your local MPC (Multi-Party Computation) key shard.
* **Important:** This password is **only known to you**. Wagon or Particle **cannot recover** it if lost.
* **Recommendation:** Store your Master Password securely and avoid losing it — it's essential for account recovery.

## 2. **Payment Password**

* **Purpose:** Acts as an extra verification step before signing transactions.
* **Flexible:** Unlike the Master Password, this can be turned off or reset anytime via your profile settings.

These passwords ensure your account remains safe and fully under your control — even when using convenient social login options like Google or Apple.

For more technical details on password configuration and behavior, refer to the Particle Network docs.

{% embed url="<https://developers.particle.network/api-reference/guides/configuration/auth/password>" %}


---

# 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.wagon.network/security/master-password.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.
