> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/wallet-activities.md).

# Wallet Activities

The **Wallet Activities Page** provides a detailed overview of all user interactions within the Qubetics blockchain ecosystem, specifically designed to offer insights for delegators.&#x20;

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

### Transaction Hash

A transaction hash is a unique alphanumeric string that identifies every transaction on the blockchain. This hash acts as a digital receipt for all interactions within the Qubetics network.&#x20;

### Type

The ***"Type"*** column categorizes the nature of activities associated with each transaction. For delegators, the most common activities include voting on governance proposals, unbonding funds from validators, redelegating stakes between validators, and claiming staking rewards.

&#x20;\
Voting enables users to actively participate in network governance, shaping the future of the ecosystem.&#x20;

\
Unbonding allows users to unstake tokens from validators, while redelegation provides flexibility by transferring stakes to another validator without waiting for the unbonding period.

### Amount

The ***"Amount"*** column displays the number of TICS tokens involved in each transaction. This feature provides delegators with a clear overview of token movements, whether they are staking, unstaking, or claiming rewards.&#x20;

### Status

The ***"Status"*** column indicates the outcome of each transaction, reflecting its current state within the blockchain.&#x20;

* A successful status means the transaction has been processed and confirmed by the network, such as a successful staking or voting action.&#x20;
* A pending status suggests that the transaction is still being processed, which can occur during periods of high network activity or validator delays.&#x20;
* A failed status indicates an error, often due to insufficient gas fees, incorrect data, or network congestion.&#x20;


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/wallet-activities.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.
