# Wallets

## Wallets

To manage your in-game assets and any funds accumulated in your In-Game Wallet, we've developed a cutting-edge dApp (Decentralized Application) just for you. Access it here: <https://ashitosh-ownplay.github.io/smart-wallet-nfts/>

{% hint style="danger" %}
⚠️ Warning: Always ensure you're using the official and trusted URL before interacting with this dApp. Using the wrong or fraudulent URL can result in the loss of funds and compromise your personal information. Double-check the website address and avoid suspicious links. Stay safe!
{% endhint %}

The sections below are step-by-step guides on how to:​

* [Export In-Game Wallet private key​](/wallets/how-to-export-in-game-wallet-private-key.md)
* [​Export In-Game Assets​](/wallets/how-to-export-in-game-assets.md)
* ​[Deposit ETH to In-Game Wallet](/wallets/how-to-deposit-eth.md)​
* ​[Withdraw USDC and ETH from In-Game Wallet​](/wallets/how-to-withdraw-usdc.md)

{% hint style="info" %}
What is a dApp - Decentralised Application?A Decentralized Application (dApp) revolutionizes software by operating on a decentralized network, typically powered by blockchain technology. Unlike traditional apps running on centralized servers, dApps distribute operations across multiple nodes, enhancing security, transparency, and resistance to censorship.Key Features of dApps include:

1. **Decentralisation**: No single entity controls the application. It runs on a peer-to-peer network, ensuring robustness and reliability.
2. **Open Source**: The code is open-source, allowing anyone to view, modify, and contribute, fostering innovation and collaboration.
3. **Smart Contracts**: Utilizes self-executing smart contracts with terms embedded in code to automate and enforce rules without intermediaries.
4. **Blockchain Integration**: Built on blockchain platforms like Ethereum, which provide the infrastructure for transaction verification and data storage.

In summary, dApps offer a new way to create and interact with applications that are more secure, transparent, and democratic.
{% 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.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.
