# Wallet Key Management - General Overview

* Fully non-custodial wallet created on the user's device.
* Users don't need to save a seed phrase or enter a password while creating their wallet.
* Seamless onboarding - Users login via Metafi Login, or the Game Developers login, and instantly have a non-custodial wallet created for them.
* Metafi or the Game Developer cannot single-handedly access the user's private key.
* Wallet is tied to login - If users lose their device, or login using another device, they can recover their wallet after they verify their identity by logging in.
* Users can block their wallet from being used if the account they used to login gets hacked.


---

# 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.usemeta.fi/start/about/concepts-overview/wallet-key-management-general-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.
