# SDK MPC IOS

## **iOS SDK Integration Guide**

*Guide to integrating and using the SDK in your iOS Swift project without CocoaPods.*

***

### **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.

1. Introduction
2. Functions
3. Prerequisites
4. Adding the Framework
5. Importing and Initializing
6. API reference
7. Usage Guide for an MPC Wallet App

***

####


---

# 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://cramiumlabs.gitbook.io/docs/sdk-mpc-ios.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.
