# Moseiki Wallet

Moseiki Wallet is one of the core components of the Moseiki App, enabling users to manage their activity in the application.

Tap the ![](/files/gKGmsRX6Uftwhp03bzEZ)<mark style="color:purple;">Wallet</mark> in your profile view to access your wallet. Moseiki Wallet shows the functions below to the users.

* **Account Balance:** Displays the current balance in your wallet. Change the currency by the Currency Dropdown on the top right corner of the page.
* ![](/files/WThNdIa88LsKTOgrfJ7n) **Send:** Enables you to [send funds to others](#how-to-send-currency-on-chain).
* **Collectibles:** Shows the latest [digital collections](#how-to-see-your-collections) added to your wallet.
* **Transaction History:** Provides a record of all your [past transactions](#how-to-see-your-past-transactions).

<details>

<summary>How to create a Moseiki Wallet?</summary>

Your Moseiki Wallet is automatically created during the sign-up process. Each account is limited to one wallet; additional wallets are currently not supported by Moseiki.

</details>

<details>

<summary>How to buy Vibecash?</summary>

Tap the ![](/files/YEykTP16VJbcW5YrrV4Z) <mark style="color:purple;">Buy Button</mark> to buy Vibecash Tokens.

3\. Select the amount you wish to buy from predefined values.

5\. Tap <mark style="color:purple;">Pay</mark>.

6\. Complete process via Apple Inapp Purchases.

</details>

<details>

<summary>How to send Vibecash to your friends?</summary>

Tap the ![](/files/WThNdIa88LsKTOgrfJ7n) <mark style="color:purple;">Send Button</mark> to transfer Moseiki Tokens or other cryptocurrencies.

2\. Enter the recipient’s [Moseiki Handle](/help-center/moseiki-features/moseiki-handle.md) in the “To” field.

3\. Enter the amount you wish to send, or select from predefined values.

5\. Tap Continue to review the transaction details.

6\. Confirm the details and complete the transaction.

</details>

<details>

<summary>How to see your past transactions?</summary>

Tap the ![](/files/ZUlvPZ7zxXleC4Ob0j5H) <mark style="color:purple;">Hamburger Menu</mark> on the top right corner and select <mark style="color:purple;">Transactions</mark>.

This page includes information about the date, time, and amount for each transaction, along with the transaction type (received, bought, etc.). You can also search for specific transactions using the search bar at the top.

</details>

<details>

<summary>How to see your collections?</summary>

Tap the ![](/files/ZUlvPZ7zxXleC4Ob0j5H) <mark style="color:purple;">Hamburger Menu</mark> on the top right corner and select <mark style="color:purple;">Collections</mark>.&#x20;

This page displays all the NFT collections you own. Here, you can find details like name, price, and the date added.&#x20;

To send a collectible, tap the ![](/files/WThNdIa88LsKTOgrfJ7n)<mark style="color:purple;">Send Button</mark> at the top right corner of each thumbnail.

</details>


---

# 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.moseiki.app/help-center/moseiki-features/blockchain-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.
