# What is a private key?

A **private key** is a unique string of characters that serves as a digital signature, granting you access to your crypto wallet.

It plays a crucial role in your wallet's security, allowing you to confirm transactions and manage your funds.

### :thinking: What's the Difference Between a Private Key and a Seed Phrase?

While they're closely related, a private key and a [**seed phrase**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md) are not the same. A seed phrase is usually a set of 12-24 words that's used to generate your private key.

Both grant access to your wallet, so it's important to keep them safe. We explain how to securely store your seed phrase and private key [**in this article**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md).

### :point\_right: Why Do You Need a Private Key?

Here's why a private key is important:

* **Signing Transactions**\
  It verifies the authenticity of transactions and confirms your consent. Without your private key, you can't perform any actions on your wallet.
* **Recovering Access**\
  If you lose access to your wallet, the private key lets you restore access to your funds.
* **Integrating with Third-Party Apps**\
  Your private key enables third-party apps to automatically sign transactions, making it easier to use external services.

{% hint style="danger" %}
**Never share your private key with anyone or enter it on untrusted websites or apps.**

Anyone with your private key can take full control of your wallet and its assets.
{% 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://help.mytonwallet.io/intro/security-and-access-recovery/what-is-a-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.
