# Wallet Introduction

## Introduction

The Magic Eden Wallet allows you to manage your assets across popular blockchains, including Solana, Bitcoin, Ethereum, Base and Polygon. Enjoy secure cross-chain swaps directly in the wallet that enable you to connect anywhere and collect everywhere

#### Download Here:

* [Browser Extension](https://chromewebstore.google.com/detail/magic-eden-wallet/mkpegjkblkkefacfnmkajcjmabijhclg)
* [IOS app](https://apps.apple.com/us/app/magic-eden-wallet/id6478631482)
* [Android app](https://play.google.com/store/apps/details?id=com.magiceden.wallet\&hl=en_US?utm_source=website\&utm_medium=internal\&utm_campaign=mobile-wallet-ga\&utm_content=button)&#x20;

#### Resources

* [Website](https://wallet.magiceden.io/)
* [X](https://x.com/MagicEdenWallet)
* [Discord](https://discord.com/invite/magiceden)
* [Linktree](https://linktr.ee/magiceden)

The majority of these docs are intended to help developers build applications that interact with the Magic Eden Wallet. For user oriented concerns and FAQs, please reach out or reference our support articles [here](https://help.magiceden.io/en/collections/6642921-magic-eden-wallet).


---

# 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-wallet.magiceden.io/welcome/wallet-introduction.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.
