# Overview

Metafi’s embedded wallet SDK lets you easily embed a non-custodial wallet in your game or web application. Using Metafi, your users will never have to be redirected out of your app or website to sign transactions.

The SDK features fully customisable UI components for displaying the user's wallet, exporting the seed phrase, depositing funds, and more. Users can also buy crypto with fiat currency from the wallet home page. Finally, the SDK exposes standard functions to query and interact with blockchains.

List of supported chains can be found [here](https://docs.usemeta.fi/start/about/broken-reference). If you have any questions, feel free to book a 30min call with us [here](https://calendly.com/raimie/metafi-call).


---

# 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/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.
