> 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-ios/usage-guide-for-an-mpc-wallet-app/export.md).

# Export

* To exports a BIP39 mnemonic from the provided key identities, using the `exportMnemonic()` method with the following attributes:
  * keyGenGroupID: the keygen Group ID of master wallet
  * keyIdentity: the keyIdentity of wallet

**Example**:

```swift
   let mnemonic = client.exportMnemonic("your key Gen GroupID",  "your wallet Key Identity")

```
