# Using In-Game Wallet

MemeFi supports **its own account abstraction wallet**, as it massively facilitates integration with the game and is convinient both for crypto veterans and newbies. The wallet is separated into **four "subwallets"** which are basically tabs that interface with different in-game systems:

* **The Main Wallet.** Shows the assets you have in the in-game wallet.
* **The $PWR Wallet.** Shows the amount of $PWR you have.
* **The Keys Wallet.** Shows the keys you have and allows you to interact with them.
* **The Rewards Wallet.** Shows your reward and allows you to interact with them.
* **The Yield Wallet.** Shows your yield and allows you to isee the claim/payout transactions, as well as initiate them.

The wallet is created during **the onboarding.** You will be give the wallet **seed phrase**, which is the key to all your funds — write it down and store safely.


---

# 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.memefi.club/wallet/using-in-game-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.
