> For the complete documentation index, see [llms.txt](https://docs.apruv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apruv.io/apruv-field-app-guide/app-tabs/wallet.md).

# Wallet

The Wallet tab tracks your earnings from tips and bonuses.

#### Earnings overview

* **Total Earned** — your total tip deposits over the last 30 days
* **Maximum Tip** — the largest single tip you have received
* **Average Tip** — your average tip value across all transactions

Performance-based bonuses from the Rank tab also appear here when earned.

#### Transaction history

A detailed log of individual tip transactions, bonus rewards, and deposit records.

#### Payouts

Depending on your company's configuration, payouts work one of two ways:

* **Bank account** — link your bank account in Profile to receive tip deposits directly. If no bank account is linked, tips will remain pending until your bank connection is verified.
* **Dots** — some companies use Dots for payouts. If Dots is enabled for your account, tapping the payout option will open the Dots payment setup where you can configure your preferred payout method.


---

# 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:

```
GET https://docs.apruv.io/apruv-field-app-guide/app-tabs/wallet.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.
