# Seed and keys

### Wallet keys

Your keys encode the private information in your wallet and are what allow you to spend coins and see incoming transactions. You may also use a wallet's keys to restore the wallet.

General terms specific to public-key cryptography where a private key and a public key make up a keypair. A public key is derived from the private key.

* The public key is safe to share, and gives the recipient the ability to encrypt something or verify a signature.
* The private key gives the owner the ability to sign or decrypt something, and as such, should be kept private.

### Wallet seed

Your seed is just a version of your private key written in a way that’s easier for you to write down. Your seed and keys are actually the same things, just in different forms! You can use wallet's seed to restore your wallet too.

### Viewing your wallet's seed/keys

Tap on the `Settings` icon. Then, tap on `Seeds & Keys`. You will be prompted for your PIN, biometic authentication, or password. On the next screen, you will see your wallet's seed and keys. Cake Wallet has 1 set of these per wallet, so you must save them all individually.

![Click hamburger menu](/files/1kI3r2N63ApJ1NTdXQ7v) ![Click "Show seed/keys"](/files/qRQX1l43p0Gg99LddQeW) ![Wallet seed/keys screen](/files/7N9wtC00fq30zutj6AwD)

{% hint style="danger" %}
DO NOT show your seed/keys to anyone. Your funds will likely be stolen if you give out either.
{% endhint %}

Please write down your seed/keys and store them in a safe place. This will allow you to restore your wallet if you lose your device, or otherwise cannot access the wallet.


---

# 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://docs.cakewallet.com/features/advanced/seed-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.
