> For the complete documentation index, see [llms.txt](https://ppkas.gitbook.io/ppkas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppkas.gitbook.io/ppkas/app-and-game/main-menu/wallet.md).

# Wallet

<figure><img src="/files/s42OeqVPA0mqvG50Pn1y" alt=""><figcaption></figcaption></figure>

We deeply value user security and the safety of your funds. That’s why, in collaboration with the well-known and respected Kaspa dev-pool member @KaffinPX , we’ve built a fully self-contained, in-house wallet solution!\
\
The Wallet is needed for player's rewards and [in-game exchanges](/ppkas/app-and-game/shop.md).&#x20;

You can customize your wallet by clicking on the corresponding button in the application [settings ](/ppkas/app-and-game/main-menu/settings.md)menu.

You can also top up your KAS and PPKAS wallet to use them in the game.

Season rewards will be credited to the wallet created by user. Don't forget to withdraw the amount, that you don't use in the game right now.

To withdraw the PPKAS token from the wallet, it must be credited with the minimum KAS value to pay network fees.

You can check your wallet address and see all transactions made in the [explorer](https://kas.fyi/token/krc20/PPKAS).\
\
\&#xNAN;*Private keys are stored only on the user's device, so be sure to record and save the seed phrase, we will not be able to help you restore your wallet if it is lost!* \
*If you clear the cache of the device you are using, you will need to import the wallet again.*

<div><figure><img src="/files/fFqtPSQpW5RjIkatksNw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bQFV74tDjht2McW0OEHS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FdDp77ZdChbIRMZ4ak7B" alt=""><figcaption></figcaption></figure></div>

Our in-game wallet has passed an independent security audit and has been successfully verified by an independent expert - @lAmeR, a key Kaspa ecosystem developer!\
It has been confirmed that wallet private keys never leave users’ devices and are stored exclusively with the user.

Use your wallet with confidence and peace of mind!<br>

## ❗️Attention❗️

❗️ Remember the [rules of the project](/ppkas/docs/tokenomics-legacy.md), which you agreed to when authorizing - all risks of careless handling of sensitive information such as passwords, seed phrases and private keys are assumed by the user. If this information is lost or compromised, the user may permanently lose access to their funds or they may be stolen by intruders.

❗️ We don't store the private keys, like the seed phrase, they are stored locally on the user side in encrypted form.

❗️ The user wallet is not intended for storing large sums of money, as well as for long-term storage of funds that are not used in the game.

❗️ If you stop using the game, we recommend that you withdraw all PPKAS and KAS from your wallet.


---

# 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://ppkas.gitbook.io/ppkas/app-and-game/main-menu/wallet.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.
