# Wallet Tab

## Main Screen

The main screen of the wallet tab is displaying current **blockchain**(network), wallet's **address** on the current blockchain(network) and the **balances** available.&#x20;

<figure><img src="/files/qkMLbMJn6hbgC4MZmVAu" alt="" width="375"><figcaption><p>Wallet main screen areas</p></figcaption></figure>

### Changing the blockchain(network)

The wallet supports multiple blockchains, and users can switch between them by tapping on the current network in the main wallet screen. This action opens the 'Select Network' screen, where users can choose a different network. By pressing the 'switch' button, the wallet will transition to the selected network.

<figure><img src="/files/55FCehtIIqBxi1PpEeI4" alt="" width="375"><figcaption><p>Switch network screen</p></figcaption></figure>

### Copying your address

Tapping on your address in the wallet main screen will copy your address to your clipboard, making you able to easily share it.&#x20;

### Balances and assets

The balances area displays all assets owned by the current address along with their respective balances. The wallet automatically updates balances when sending or receiving coins. However, due to varying network conditions and device capabilities, updates may be delayed or interrupted. In such cases, you can refresh the balances by pulling down on the asset list.

<figure><img src="/files/wB8IvBXmZwxnyntEYC0g" alt="" width="222"><figcaption><p>Pulling down the asset list will refresh the balances</p></figcaption></figure>

Users can search through assets list using the search input present above the asset list.

## Stake Screen

The 'Stake' screen is accessible from the wallet's main screen by tapping the 'Stake' button. This screen first displays any existing delegations, followed by a summary of the balances, including spendable balances and delegations, and a total. Below this, there are two buttons: one to claim all rewards from all delegators and another labeled 'Delegate,' which opens the 'Delegate' screen.

<figure><img src="/files/XqI1t3nJIyzwkoUYKRVl" alt="" width="375"><figcaption><p>Stake screen</p></figcaption></figure>

The user can search for a specific delegation by entering the validator's name in the search input at the top of the screen.

### Delegate screen

On the 'Delegate' screen, users can delegate their coins to a specific validator. The process is straightforward: press 'Pick Validator,' choose a validator from the displayed list, enter the amount you wish to delegate, and tap the 'Delegate' button. <mark style="color:yellow;">**Always remember to keep some spare change available for future transactions.**</mark>

<figure><img src="/files/eyuDb6EJo66WN2owLebD" alt=""><figcaption><p>Delegating your assets</p></figcaption></figure>

### Delegation details

From the list of delegations, users can tap on any entry to view available actions. On this screen, users can redelegate, undelegate, or claim rewards. <mark style="color:yellow;">To move coins from one validator to another, use the</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**redelegate**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">option.</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**Avoid**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">undelegating if you plan to delegate to another validator, as undelegating initiates a locking period during which you cannot access your coins and will miss out on rewards.</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**Redelegation, on the other hand, occurs instantly.**</mark>

<figure><img src="/files/CExivIP22mrzpMYuXaYd" alt="" width="375"><figcaption><p>Delegation details</p></figcaption></figure>

## Vote

The 'Vote' button opens the voting screen, where users can view the last 35 governance proposals that are either in voting, have passed, or have been rejected. Proposals in other statuses are not displayed to protect users from spammy governance proposals.

<figure><img src="/files/Oi2EiYSA4UKUbHNFFTNa" alt="" width="375"><figcaption><p>Vote screen - proposals listing</p></figcaption></figure>

### Proposal details

The user can view details and cast their vote on any proposal by tapping on it. This action opens the proposal's detail screen, where the user can read the description or visit the explorer to view the entire proposal. If the proposal is still open for voting, a form will be displayed, allowing the user to submit their choice.

<figure><img src="/files/BSrH81QgYRwgZmeIxwLp" alt="" width="375"><figcaption><p>Passed proposal details</p></figcaption></figure>


---

# 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://docs.cointrunk.io/guides/mobile-app-screens/wallet-tab.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.
