# About ETH-Bundler Platform Key

The **Platform KEY** is a crucial element of the **Eth-Bundler** platform, serving as a unique identifier and authentication tool for your projects and transactions.

1. **Purpose**

The Platform Key ensures the security and integrity of your operations within the Eth-Bundler ecosystem. It validates your actions and provides access to essential features.

2. **Generation**

Your **Platform Key** is generated automatically when you initialize the Eth-Bundler app. It is vital to store your **Platform Key** securely and to never share it with anyone.

3. **Usage**

At various stages in the Eth-Bundler app, you will be prompted to input your **Platform Key** to confirm actions and proceed with transactions. This additional security measure helps safeguard your assets and sensitive data. Additionally, accessing all your recipient wallets requires entering your Platform KEY.

4. **Encryption**

Eth-Bundler employs a robust database where each record is encrypted end-to-end using the Node.js "crypto" module. This ensures that only those with a valid **Platform Key** can access the records.

5. **Security**

Be aware that losing your **Platform Key** or sharing it with unauthorized individuals can lead to significant security risks. Always back it up and store it in a secure location.


---

# 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://eth-bundler.gitbook.io/eth-bundler/eth-bundler-platform-key/about-eth-bundler-platform-key.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.
