> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/frkn-resources/frkn-heist-and-ilegal-pack/wallet-app-introduction.md).

# Wallet App Introduction

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

The *Wallet App* is a critical feature for managing and transferring in-game cryptocurrency. Here's a breakdown of its key elements and functionalities:

1. **Account Overview**:
   * The top section of the app displays your total balance in cryptocurrency units, represented as "BUTC."
   * You can *send* and *receive* crypto assets through the dedicated buttons.
2. **Hacking Reputation**:
   * On the right side, there's a reputation system measuring your hacking skill progression. It displays the current level of reputation and the progress towards the next level.
3. **Account Details**:
   * The app shows specific details like your unique *Username*, the *MAC Address* of the WiFi you’re attempting to hack, and the *Crypto Address*. These identifiers are essential when interacting with other users in the game.
   * The *WiFi Status* indicates your connection status, which might be required for certain actions within the app.
4. **Transaction History**:
   * A history section displays past transactions, listing the sender and receiver's usernames and addresses, the amount transferred, and other relevant details. It helps keep track of all your crypto dealings.
5. **Sending and Receiving Crypto**:

   * By selecting the *Send Crypto* button, users can transfer BUTC to other players by specifying the target crypto address and amount.
   * The *Receive Crypto* button provides a simple way to generate and share your crypto address for others to send you currency.

   <figure><img src="/files/dOUBw4TXfCPYNSFTuzXf" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/TCJVuWLAKB4ORPHP2YBL" alt="" width="375"><figcaption></figcaption></figure>

6. **Confirmation Screens**:

* The wallet includes secure transaction confirmation popups to review and finalize each operation, reducing mistakes during the transfer process.

This app is central to managing digital currency in your in-game operations, allowing users to send and receive cryptocurrency securely while tracking their hacking activities and reputation progress.


---

# 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://docs.0resmon.org/0resmon/frkn-resources/frkn-heist-and-ilegal-pack/wallet-app-introduction.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.
