# How to Export In-Game Assets

### **How can I export my in-game assets?**

1. **Follow the steps on** [How to Export In-Game Wallet Private key](broken://pages/GOUVarRxyEDXEeVm0d9o). Ensure you have your private key ready.
2. **Paste the Private Key**: Enter your private key in the designated text box.
3. **Connect to In-Game Wallet**: Click the "Connect to In-Game Wallet" button.
4. You should be able to see your In-Game City Buildings&#x20;

{% hint style="warning" %}
Note that only City Buildings can be exported to another wallet. Other assets remain usable within the game.
{% endhint %}

5. **Transfer City Buildings**:

* Click the "Transfer" button next to the City Building you want to export.
* On the next popup, enter the wallet address where you want to transfer the City Building.
* Click "Transfer".

{% hint style="info" %}
**Important Note**: Ensure your In-Game Wallet has enough ETH to cover the network gas cost. If not, please follow the guide on [How to transfer ETH to your In-Game Wallet](https://app.gitbook.com/o/uhUPxZIBNFyQHh106vfM/s/5yCzf5Hi5CkTzDlTaBKO/~/changes/9/marketplace/wallets/how-to-deposit-eth-need-double-content-check) and learn more about gas fees on the Base network.
{% endhint %}

* **Wait for Transaction Verification**: It may take a few seconds for the transaction to be verified on the blockchain.
* **Completion**: Once the transaction is complete, the City Building will be moved from your In-Game Wallet to the new wallet address you provided.

<figure><img src="/files/U7vuCXs5oikd44tTmIRo" alt=""><figcaption><p>Export In-Game Assets</p></figcaption></figure>


---

# 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-assets.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.
