# Embedded wallets

Create and manage secure, on-device wallets natively embedded in your app.

### Features:

1. Instant natively embedded wallet creation.
2. Secure on-device storage utilizing the device's secure enclave.&#x20;
3. Cloud backup and recovery.
4. Import and export mnemonic.
5. Developer-friendly APIs for signing both traditional user transactions and gasless transactions on a mobile device, for use with [gasless transactions](/rallyprotocol/gasless-transasctions.md).&#x20;

### With embedded wallets, you can:&#x20;

1. Create embedded wallets for end-users anywhere in the user journey.
2. Create embedded wallets for end-users under the hood, so they don't have to sign up or switch apps.
3. Enable cross-device wallet access when using the same cloud account.
4. Allow importing and exporting of wallets.

### Embedded smart accounts \[coming soon]

1. Dev friendly API to deploy and manage on-chain Smart Accounts wallets, utilizing the EOA generated by the SDK.
2. Developer friendly API to sign gasless transactions on a mobile device to utilize gasless transactions.&#x20;

## Mobile SDKS

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Flutter</strong></td><td></td><td><a href="https://docs.rallyprotocol.com/v/flutter">https://docs.rallyprotocol.com/v/flutter</a></td><td></td></tr><tr><td><strong>React Native / Expo</strong></td><td></td><td><a href="https://docs.rallyprotocol.com/v/react-native-expo/">https://docs.rallyprotocol.com/v/react-native-expo/</a></td><td></td></tr><tr><td><strong>Unity</strong></td><td></td><td><a href="https://docs.rallyprotocol.com/v/unity">https://docs.rallyprotocol.com/v/unity</a></td><td></td></tr></tbody></table>


---

# 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.rallyprotocol.com/rallyprotocol/embedded-wallets.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.
