# Wallet Overview

**Wallet Overview** contains all of the information about your wallet.

There are five sections on the left hindsight of the **Wallet Overview**:

* [History](#history)
* [Send](#send)
* [Stakes](#undefined)
* [Wallet Settings](#undefined)
* Lock Wallet

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

{% hint style="info" %}
You can switch between wallets on the wallet overview page by clicking on the left or right arrow above history.
{% endhint %}

{% hint style="info" %}
You can [add a wallet](/gosuto/how-to-create-import-your-wallet-to-gosuto.md) through the wallet overview page.
{% endhint %}

## History

**History** allows you to view all of the histories of your wallet. This includes the history of your wallet on Mainnet and Testnet.

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

{% hint style="info" %}
You can copy your wallet's public key below the wallet's name.
{% endhint %}

You can find more information about History [here](/gosuto/gosuto-app-overview/history.md).

## Send

On this page, you can [send tokens](/gosuto/tokens/how-to-send-tokens.md). You can send tokens on Mainnet and Testnet.

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

If you do not have any tokens in your Wallet, you can add a token by clicking **Add Token**.

You can [create a token](/gosuto/tokens/how-to-create-tokens.md) or [import a token.](/gosuto/tokens/how-to-import-tokens.md)

## Stakes

On this page, you are can see all of the **Stakes** from your wallet.

<figure><img src="/files/9fS9xgQGawgcJiK2NrMg" alt=""><figcaption></figcaption></figure>

When you click on the **Stake**, an option to **Unstake** appears on the right side.

<figure><img src="/files/5ahowv8QS4YCtCvFtrgi" alt=""><figcaption></figcaption></figure>

You can find more information on how to stake and unstake [here](/gosuto/gosuto-app-overview/stakes.md).

## **Wallet Settings**

**Wallet Settings** allow you to:

* Change wallet name
* Access your public and private key
* Change the password of your wallet
* Select the time after which the wallet will get locked
* Remove a wallet
* Export a wallet

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

{% hint style="info" %}
If you have imported the wallet from the Ledger, you will not be able to export the wallet's private key through Gosuto.
{% endhint %}


---

# 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://the-arcadia-group.gitbook.io/gosuto/gosuto-app-overview/wallet-overview.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.
