# What is Broearn Wallet?

Broearn Wallet is a crypto wallet that can be used to manage digital assets and access decentralized applications on PUT, Solana, EVM series.

Broearn Wallet is  currently available as：

* [An IOS app](https://apps.apple.com/ae/app/broearn-browser-for-web3-0/id6444156587?platform=iphone)
* [An Android app](https://play.google.com/store/apps/details?id=com.broearn.browser)
* [A browser extension](https://chrome.google.com/webstore/detail/ppohmjakiedocgjiigmabnhcnemnphcn)

At its core, Broearn Wallet works by creating and managing private keys on behalf of its users. These keys can then be used within the Broearn Wallet to store funds and sign transactions.&#x20;

Developers can interact with Broearn Wallet via both web applications as well as iOS and Android applications.

To interact with web applications, the Broearn wallet mobile in-app browser injects a bw object into the javascript context of every site the user visits. A given web app may then interact with Broearn Wallet, and ask for the user's permission to perform transactions, through this injected provider.

It's also possible to interact with the Broearn mobile app through universal links and deeplinks. With deeplinks, mobile apps can prompt their users to connect, sign, and send with Broearn Wallet directly. Once complete, Broearn Wallet will redirect users back to their referring applications.<br>

This documentation is intended for developers who are building applications with Broearn Wallet.&#x20;


---

# 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://wallet-docs.broearn.com/overview/what-is-broearn-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.
