# Private key

**Private key** - a secret, alphanumeric code used to control and access your cryptocurrency assets. It's like a digital password that allows you to manage and secure your digital funds.&#x20;

Think of your private key as the key to a locked safe. Just as a key is required to open a safe and access its contents, your private key is required to access and control the digital currency stored in your wallet.

Imagine your digital currency wallet as the safe where your funds are stored securely. Your private key acts as the key to unlock this safe. It's a unique, secret code that only you possess. Just like you wouldn't want to share the key to your safe with anyone else, it's crucial to keep your private key confidential and secure.

If someone else gets access to your private key, they can potentially unlock your digital currency wallet and transfer your funds without your permission. So, just as you guard your physical keys closely to protect your valuables, it's essential to safeguard your private key to protect your digital assets.


---

# 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://coinplus.gitbook.io/help-center/vocabulary/private-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.
