# 👛 Wallet

The **Wallet** section in CelestiaUltraBot provides detailed insights into wallet-related data for both delegators and validator operators. It helps monitor earnings, commissions, and overall performance.

#### 💼 **Wallet Financial Overview**

This view summarizes the financial health of a wallet. It includes:

* **Total Value**: Combined total of delegated, spendable, and reward balances.
* **Spendable Balance**: Tokens available for use or transfer.
* **Delegated Amount**: Tokens currently staked to validators.
* **Claimable Rewards**: Rewards accumulated and available to claim.
* **Commission Earned**: If the wallet belongs to a validator, shows commission income.
* **Unbonding Amount**: Tokens currently being withdrawn from staking.

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

✅ **Purpose**: Gives delegators and validators a quick snapshot of their wallet’s assets and staking position.

#### 📈 **Profitability Reports**

This section provides a detailed profitability report for a validator. It includes:

* **Validator Address**: Identifies the validator being analyzed.
* **Monthly Infrastructure Cost**: Custom cost input (e.g. server or operational expenses).
* **Gross Reward (TIA & USD)**: Total rewards earned for the selected period.
* **Net Profit (USD)**: Earnings after deducting infrastructure costs.
* **Voting Power**: Total amount of tokens delegated to the validator.
* **Commission Rate**: Percentage fee taken by the validator from delegator rewards.
* **APR**: Annual Percentage Rate earned through staking.
* **Current Token Price**: Real-time price of TIA for USD conversion.

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

✅ **Purpose**: Helps validators track earnings, profitability, and operational efficiency.

#### 📈 **Wallet Analytics & Rewards**

This analytics section breaks down wallet earnings and validator fee impact:

* **Monthly Rewards Income**: Estimated monthly staking rewards in TIA and USD.
* **Expected Rewards (Next Week)**: Projected rewards for the upcoming week.
* **Losses Due to Validator Fees**: The amount lost from validator commission rates.
* **Commission Income**: Relevant for validator wallets, shows how much was earned through commission fees.

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

✅ **Purpose**: Helps users evaluate validator performance, optimize delegation strategy, and understand expected passive income.

#### 💸 Wallet Notifications & Transactions

This section provides tools to monitor wallet activity and receive real-time alerts:

**Reports📨** – View reward reports based on the selected period.\
**Node Alerts🔔** – Get notifications about validator or node-related events.\
**Transactions💸** – Track incoming and outgoing transactions on your wallet.

After selecting **Last Transaction**, the bot displays key transaction details:

* **Wallet Address**: Shortened for privacy.
* **Received Amount**: Total TIA received and its estimated USD value.
* **Sender Address**: Shortened view of the transaction origin.
* **Tx Hash**: Clickable link to explore the full transaction on-chain.

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

✅ **Purpose**: Enables users to monitor wallet activity, verify received rewards or payments, and stay up to date without needing to check a block explorer manually.


---

# 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://services.validexis.com/celestiaultrabot/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.
