# Wallet Security

> The Wallet module on EchoSync is your central hub for managing funds, including deposits, withdrawals, and transfers. EchoSync prioritizes the security of your assets through the [Privy](https://www.privy.io/) account system, a robust third-party solution designed to protect your wallet. This section explains how [Privy](https://www.privy.io/) ensures wallet security, clarifies EchoSync’s role in transactions, and provides best practices to keep your funds safe.

### Security Measures with [Privy](https://www.privy.io/) <img src="https://2152626814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8qLkngQtUGqtvZgF1kfn%2Fuploads%2FlFgmgNMYLufzgWH9HJP8%2Fimage.png?alt=media&#x26;token=47ccb72f-3ce9-49ce-90b8-c7b01389fa86" alt="" data-size="line">

EchoSync leverages the Privy account system to provide industry-leading wallet security. Below are the key security features:

* **Privy Wallet Protection:**
  * EchoSync uses Privy’s secure account system to manage user wallets. Privy is a trusted third-party provider specializing in decentralized wallet security.
  * Private Key Security: **EchoSync cannot access your wallet’s private keys**. Private keys are securely managed by Privy, ensuring that only you, the user, have control over your funds.
  * User-Authorized : You authorize EchoSync through the Privy system, and you can cancel it at anytime.

* **Private Key Export Mechanism**:

  * Privy ensures that **private keys can only be exported by you**, the account owner, through the Privy web widget.
  * **There are no other methods to export private keys**, preventing unauthorized access or third-party extraction.
  * Note: The Privy web widget is a secure interface accessible only to the authenticated user, adding an extra layer of protection.

* How to export the Private Key?

1. On the Wallet page, click \[Export Private Key].

<figure><img src="https://2152626814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8qLkngQtUGqtvZgF1kfn%2Fuploads%2FafIuTyd52yUjpNDSYCxu%2Fimage.png?alt=media&#x26;token=eb525bd0-e07a-42d5-bb6b-4210bf7951a7" alt=""><figcaption></figcaption></figure>

2. For your security, please enable MFA (Multi-Factor Authentication) and input the verification code before exporting your Private Key.

<div align="left"><figure><img src="https://2152626814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8qLkngQtUGqtvZgF1kfn%2Fuploads%2FFVS4YT4HIeQ4VFB1CTNm%2Fimage.png?alt=media&#x26;token=fb1c3df9-b859-4153-bdf1-6afc0ec68f6a" alt="" width="375"><figcaption></figcaption></figure></div>

3. Click on \[Copy key], and then import and paste it into your wallet.

<div align="left"><figure><img src="https://2152626814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8qLkngQtUGqtvZgF1kfn%2Fuploads%2FudkIVZloTB5RJbZuD0Up%2Fimage.png?alt=media&#x26;token=0686b69b-2aef-4c76-95ae-1e3d09fb430e" alt="" width="361"><figcaption></figcaption></figure></div>

{% hint style="warning" %} <mark style="color:orange;">Once the Private Key is exported, you assume full responsibility for the security of your assets. This platform will no longer be liable for any resulting asset losses.</mark>
{% endhint %}


---

# 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://echosync.gitbook.io/echosync/wallet-security.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.
