> For the complete documentation index, see [llms.txt](https://cramiumlabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cramiumlabs.gitbook.io/docs/sdk-mpc-android.md).

# SDK MPC Android

### **Introduction**

This release is an MPC that can handle Mnemonic Phrase creation and import. It is compatible with most crypto wallet apps. The main features are listed as follows: - Create a wallet with a Mnemonic phrase. - Import a wallet with a Mnemonic phrase. - Sending a transaction. - Backup and recovery. - Supports Ethereum Layers 1 and 2 and Solana chains. More chains will be added in future releases.

## **Android SDK Integration Guide**

*Guide to integrating and using the SDK in your Android Kotlin project.*

### **Contents**

1. Prerequisites
2. Creating an MPC wallet
3. Backup/Restore
4. Import/Recovery
5. Transaction
6. Export
