# How to Export In-Game Wallet Private Key

{% hint style="info" %}

### **What is a private key?**

A private key is a secret, alphanumeric code used in cryptography to access and manage your cryptocurrency or digital assets. It acts as a digital signature, proving ownership and enabling secure transactions.

### **Key Points:**

* **Uniqueness**: Each private key is unique, providing secure access to a specific cryptocurrency wallet or account.
* **Functionality**: It allows you to sign transactions, proving that you are the owner of the wallet without exposing the private key itself.
* **Security**: Keeping your private key secure is crucial; if someone gains access to it, they can control your funds.

Think of a private key as the key to a safe deposit box. Just as only the person with the key can open the box and access its contents, only the holder of the private key can access and control the associated cryptocurrency funds.
{% endhint %}

**How can I export my in-game wallet private key?**

* Navigate to the official CityVerse Tycoon dApp - <https://ashitosh-ownplay.github.io/smart-wallet-nfts/>
* Select the option to "Export Private Key".
* On the popup, select "Reveal wallet private key".
* You will be prompted to connect with an email or social login.

{% hint style="warning" %}
&#x20;Make sure you use the same email/social login as you did within the game.
{% endhint %}

* You will receive an OTP (One Time Passcode) to verify your email/social login. Submit it within 15 minutes.
* On successful verification of the OTP, you will see your private key. Copy it and **store it safely.**

<figure><img src="/files/BypGMsGnftP6Dq9x0iT2" alt=""><figcaption><p>Export your In-Game Wallet private key</p></figcaption></figure>

{% hint style="warning" %}

### **How to Store Your Private Key?**

Here are some key tips for storing your cryptocurrency private keys securely:

**Use Cold Storage:** Whenever possible, opt for cold storage solutions. This means keeping your keys offline, away from internet access, on a hardware wallet or a paper wallet. Hardware wallets are generally considered the most secure option.

**Avoid Online Storage:** Be cautious about storing private keys on devices constantly connected to the internet, like phones or computers. These are more vulnerable to hacking and malware.

**Physical Security:** If using a paper wallet or hardware wallet, ensure its physical safety. Keep it in a secure location, like a fireproof safe, and avoid water damage or wear-and-tear.

**Back it Up:** Have a backup copy of your private key stored securely, ideally following the same principles as the original key (offline and safe).

:warning: **Never Share Your Key** :warning: Your private key is like your PIN - never share it with anyone, not even exchange support or friends.
{% 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://docs.cityversetycoon.com/wallets/how-to-export-in-game-wallet-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.
