# Backup INTMAX Account

### Overview

This page and its subpages explain how to back up your INTMAX account. You can **export your private key** and **backup your transaction data**.

Backing up your transaction data is especially important, as it provides an effective way to safeguard your assets if issues arise with the INTMAX network.

***

### Important Security Information

#### About Private Key

* If your private key becomes known, others can access your assets on INTMAX. Operations such as withdrawals from INTMAX network to Ethereum will also become possible.
* If you need to share it with a third party, please do so with full understanding of the risks.

{% hint style="danger" %}
**Private keys are extremely important data. Never share it with anyone.**
{% endhint %}

***

#### About Backup Files

* Backup files contain personal data including user transaction history.
* Having this file allows you to transfer your assets from the INTMAX network back to Ethereum in the event of a network issue.

{% hint style="danger" %}
**Publishing this file will not put your assets at direct risk.** However, we recommend proper management for privacy protection.
{% 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://intmax-general.gitbook.io/intmax-privacy-mining/account-and-history/backup-intmax-account.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.
