# Quickstart

### Features

[See demo](https://example.ramper.xyz/v1/demo)

By adding Ramper SDK to your DApps, you are able to every average user even those who are unfamiliar with web3. Let users log in instantly through their email or SSO securely. Ramper Embedded Wallet SDK is currently free fo you to integrate.

#### Login Solution

* Login using email or SSO (FaceID coming soon)&#x20;
* Non-custodial wallets are generated behind the scene
* Customize a theme reflecting your brand

#### Request Transaction Signatures

* Secure transaction requests
* 15+ million transactions per day with plans to rapidly scale this further

#### Unified Wallet Interface&#x20;

* View, send, and receive cryptocurrencies and NFTs
* Interchangeable network
* Integrated fiat onramp
* Settings to export private key

<div align="left"><figure><img src="/files/mLyZ6gof6ResQkEy7a8i" alt=""><figcaption><p>Login</p></figcaption></figure> <figure><img src="/files/c28E3MFYxubvyH3ehBQk" alt=""><figcaption><p>Sign transactions</p></figcaption></figure> <figure><img src="/files/cUdD4MXJzBR1wvScsyUS" alt=""><figcaption><p>Wallet view</p></figcaption></figure></div>

<br>


---

# 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.ramper.xyz/embedded-wallet-sdk/quickstart.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.
