> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/vault/export-a-private-key.md).

# Export a private key

Reveal one key in the format another wallet expects.

Sometimes you want to use one of your addresses in another app: Phantom for Solana, Sparrow for Bitcoin, Lobstr for Stellar. The Vault can show the private key of a single chain, in that app's format.

## What you need

* The Vault, unlocked.
* A private place. The key on the screen *is* the money.

{% stepper %}
{% step %}

### Open the account and tap "Export private key"

On the account page, next to the chain you want, tap **Export private key**. Choose the format:

* **Hex private key** — Ethereum and EVM wallets
* **Base58 keypair** — Phantom, Solflare (Solana)
* **WIF** — Sparrow, Electrum (Bitcoin)
* **suiprivkey** — Slush, Suiet (Sui)
* **Secret seed S…** — Lobstr, xBull (Stellar)

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-4b438cc78855e904d0b695847a10887aa15d6ad4%2F01-format-picker.png?alt=media" alt="format picker"><figcaption><p>Pick the format your other wallet understands.</p></figcaption></figure>
{% endstep %}

{% step %}

### Enter your master password

**Unlock to export the key.** The Vault asks for the master password every time.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-e3df72da5440835b89e577f26f7c6f10bfc04007%2F02-unlock.png?alt=media" alt="unlock"><figcaption><p>Password required at every reveal.</p></figcaption></figure>
{% endstep %}

{% step %}

### Read or copy the key, then close

The key is shown with the warning **Never share this key. Anyone who sees it controls these funds.** Type it into the other wallet, then tap **Close**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-a8184df5e924fee9b817e0463c9d4d69c8656443%2F03-key-shown.png?alt=media" alt="key shown"><figcaption><p>The key, in the chosen format.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Once a key has been typed into an online wallet, that address is no longer air-gapped.** Treat it as a hot wallet from then on, and keep your main funds on addresses whose keys never left the Vault.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/vault/export-a-private-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
