# Safe Usage Guide

Your security is our priority. While Wagon Network leverages trusted tools like Particle Network to safeguard your account and transactions, here are a few important tips to help you stay safe:

## ✅ 1. Protect Your Master Password

* Never share your **Master Password** with anyone.
* Store it in a secure password manager.
* Losing it means losing access to your wallet — it **cannot be recovered**.

## ✅ 2. Be Cautious with Public Devices

* Avoid logging in from public or shared computers.
* Always log out after accessing your account on another device.

## ✅ 3. Use a Trusted Device

* Ensure your device is free of malware or suspicious browser extensions.
* Keep your operating system and browser up to date.

## ✅ 4. Enable 2FA (if available)

* For services linked to your login (e.g., Gmail), activate two-factor authentication (2FA) to add an extra layer of protection.

## ✅ 5. Beware of Phishing

* Always check you're visiting <https://wagon.network> — avoid fake links or imitations.
* Wagon team will **never** ask for your password or private key.

## ✅ 6. Review Permissions

* Before approving any transaction or connection, review:
  * The website domain
  * Transaction purpose
  * Amounts and tokens involved

***

By following these practices, you ensure a safe and secure experience while interacting with Wagon Network and your Web3 wallet.


---

# 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/safe-usage-guide.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.
