# 👛Wallet

The Wallet page summarizes most of the key information between the Mobius Finance contracts and the users' web3 connected wallet. Users can check their moAsset balances, active staking positions, and short position summaries, as well as their transaction history.&#x20;

![](/files/Jx0yKqwxQE79HhtroCrl)

1\. Connect your Metamask wallet and click on the "wallet" button on the left side menu. In the upper part, you'll find an overview of your account. By clicking on the tabs below, users can find some more detailed information as well as short-cuts to useful features.

{% hint style="info" %}
Tip: Make sure you are connected to the correct network and chain.
{% endhint %}

2\. The "**moAssets** **Balances**" tab displays the account moAsset holdings amount and current value. There is also a shortcut to trade the asset on Mobius Finance.

![](/files/-MifMEZNrw_xpWSsfyCQ)

3\. The "**Staking**" tab shows all staking positions and their information, including the amount, outstanding debt, collateralization ratio, and available staking rewards. \
There are two main shortcuts: the manage button, which will take you to the debt management page; and the claim rewards button, which allows you to claim directly from the wallet page.

![](/files/-MifMKkbhdw3Jb6sw0ke)

4\. The "**Short Positions**" tab shows the accounts of the opened short positions. This tab allows users to manage the short position directly from this page, by adjusting your position and collateral ratio; or closing the position directly.&#x20;

![](/files/-MifMRLTkjmwKw9eqtYc)

5\. The "**Transaction History**" tab shows all the historical interactions between the connected account and the Mobius Finance platform. Users can filter on the "**Type**" column to look for specific interactions type such as minting, trading, shorting, etc.&#x20;

![](/files/-MifMcRSES2TijI_eBA3)


---

# 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.mobius.finance/step-by-step-guides/official-mainnet-guides/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.
