# Your Wallet and Vault

## What is Wallet in FlashX?

We offer instant wallet creation that's secure, non-custodial, and seed phrase-free, powered by Multi-Party Computation (MPC) and Account Abstraction that [Web3Auth](https://web3auth.io/) provides.

* Secure your users' digital assets directly from your frontend, safeguarding against hackers and user errors.
* Achieve login and signing times under 1.2s, with geo-distributed, horizontally scaled architecture for global coverage.
* Web3Auth MPC works seamlessly across all blockchains and protocols, supporting ECDSA, EDDSA, BLS, and more.

## What is Vault in FlashX?

In FlashX, the **Vault** is a secure system that allows you to manage your funds for advanced trading tools such as **Auto Buy**, **Dollar-Cost Averaging (DCA)**, **Limit Orders**, and **Copy Trading**. These features use funds stored in your Vault to execute transactions on your behalf, ensuring smooth and automated trading.

We’ve developed a highly secure Vault system designed to uphold top-tier security standards. Your private keys are **encrypted**, **split**, and **distributed across multiple servers**, protecting your funds from unauthorized access and ensuring their integrity.

**How the Vault Works:**

* Funds stored in your Vault are used to execute automated trading strategies such as **Limit Orders**, **DCA**, **Copy Trading**, and **Instant Buy**.
* The Vault functions as a wallet managed on your behalf, allowing you to execute these strategies without manual intervention.
* To transfer tokens to your Vault, simply click on any token in your wallet, and you'll have the option to move it to your Vault. The transfer works both ways, from your Vault back to your wallet as well.

At **FlashX**, we prioritize security. We do not store your private keys. Instead, you can choose to save them locally or use **Web3auth** for secure key management. **Web3auth**, a trusted security provider, handles your key management, with **Twitter** facilitating transaction authorizations, ensuring a secure and user-friendly experience.

## **Comparison Between Wallet and Vault**

| **Feature** | **Wallet**                       | **Vault**                                            |
| ----------- | -------------------------------- | ---------------------------------------------------- |
| **Type**    | Non-custodial                    | Custodial                                            |
| **Use**     | Instant Buy, Buy and Sell tokens | Instant Buy, Auto Sell, Limit Order, DCA, Copy Trade |
| **Sign-in** | Twitter                          | Twitter                                              |


---

# 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.flashx.ai/your-wallet-and-vault.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.
