# DOSafe

## Overview

**DOSafe** is a white-label solution that offers full control over the developer experience, allowing you to own the npm package a developer installs.

* Efficient User Management:  Acts as a gatekeeper ensuring only authorized users gain access.
* Effortless Wallet Setup: Users can create, fund, and use wallets easily.
* Universal Compatibility

Supports browsers, mobile platforms, and Unity for seamless development.

{% hint style="info" %}
DOSafe is a white-label solution that enables you to control the developer experience fully. Essentially, you own the npm package the developer installs.
{% endhint %}

### Features

<table data-header-hidden><thead><tr><th valign="bottom"></th><th valign="bottom"></th></tr></thead><tbody><tr><td valign="bottom"><strong>Features</strong></td><td valign="bottom"><strong>Status</strong></td></tr><tr><td valign="bottom">Authenticate</td><td valign="bottom">✅</td></tr><tr><td valign="bottom">Third-party auth support</td><td valign="bottom">✅</td></tr><tr><td valign="bottom">Embedded wallet</td><td valign="bottom">✅</td></tr><tr><td valign="bottom">Smart wallet infrastructure</td><td valign="bottom">✅</td></tr><tr><td valign="bottom">Mobile Wallet Protocol compatible</td><td valign="bottom">✅</td></tr><tr><td valign="bottom">Themes and customization</td><td valign="bottom">✅</td></tr></tbody></table>

### Get Started

Explore these popular guides to begin. &#x20;

* **Integrate an Ecosystem Wallet with Wagmi**: Learn how to integrate an ecosystem wallet seamlessly using Wagmi.
* **Wallet Connectors**: Utilize an ecosystem wallet with popular wallet connectors to enhance your user experience.
* **Set Up Your DOSafe Wallet**: Follow this step-by-step guide to create your own 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.doschain.com/dosafe.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.
