# What are Private Keys

In Bitcoin, two of the most important terms to understand for secure management and control over your wallet are “seed phrases” and “private keys.” These terms are often used interchangeably,

Think of a private key as an access code or in a more simplistic form, a password. Imagine if your Bitcoin was locked and secured by a padlock, whoever has the keys to this padlock has access to the Bitcoin.

A private key is an alphanumeric code generated by a wallet address. It is used to authorize transactions and prove ownership of your Bitcoin. A seed phrase on the other hand is a string of 12-24 words that act as a backup, enabling recovery of your wallet and its associated private keys in case of loss or technical issues.

Possession and control of the private key are the basis of the user’s control over all means associated with the corresponding Bitcoin address. Therefore, never share your private key with anyone!&#x20;

<figure><img src="/files/ykT1vAktczvnm9NJ7H7L" alt=""><figcaption></figcaption></figure>

The private key is, so to speak, the proof that someone is the owner of the Bitcoin he has in his Bitcoin wallet. If you share the private key, somebody else can dispose of your Bitcoin. If the private key is lost, it is lost forever.&#x20;

You may have heard of the stories where individuals lost their Bitcoin. Technically they have not lost their Bitcoin, because they are still stored in the Bitcoin blockchain. They lost access to them, because without the private key they cannot prove to the participants in the bitcoin network that they are the owner of the bitcoin in their wallet anymore.&#x20;

As such, “key management is key” and this comes mainly down to security and the confidence that one has in the custody of the private key. Your private keys should be kept securely in your safe where you keep your other important documents. You should never take a picture of your private key or upload it digitally online. You should also not share your private key with anyone.&#x20;

## What is a Public key

A public key is used to receive Bitcoin, so lets think of it like a bank account number for a clearer illustration. When Bitcoin is sent to a public key, only the owner of the corresponding private key will be able to produce a valid signature to spend that Bitcoin.

## What is an Address.

An address is used to receive bitcoin and is represented as a string of letters and numbers. A Bitcoin wallet allows users to generate as many addresses as they require. Wallets also allow users to send bitcoin to a provided address. When bitcoin is sent to an address, only the owner of the private key(s) which derived that address is capable of spending the bitcoin.

<br>


---

# 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://education.stealth.money/advanced/what-are-private-keys.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.
