# Feature List

<table data-header-hidden><thead><tr><th width="307"></th><th></th></tr></thead><tbody><tr><td><strong>Feature</strong></td><td><strong>version 0.7</strong></td></tr><tr><td>Authentication</td><td>• Mobile: Passkey (FIDO2)<br>• API Key</td></tr><tr><td>MPC   Modes</td><td><p>• Full MPC</p><p>• Mnemonic-compatible MPC</p></td></tr><tr><td>MPC Config</td><td>2-of-2 (Mobile and Cloud). <br>t-of-n (coming soon).</td></tr><tr><td>Blockchain</td><td><p>• Ethereum</p><p>• Base</p><p>• Polygon</p><p>• Arbitrum</p><p>• Optimism</p><p>• BSC</p><p>• Tron</p><p>• Solana</p><p>• Ton<br>• Bitcoin<br>• XRP</p></td></tr><tr><td>Backup/Recovery</td><td>Full backup on the user’s cloud.</td></tr><tr><td>SDK</td><td><p>• iOS (Swift)</p><p>• Android (Kotlin)<br>• Flutter (coming soon)<br>• Browser (coming soon)</p></td></tr><tr><td>MPC Library</td><td><p>• ECDSA: improved TSS lib (GG18)</p><p>• EdDSA: improved TSS lib (FROST)</p></td></tr><tr><td>Infrastructure</td><td>Google Cloud (US Region). <br>Global infra is coming soon.</td></tr><tr><td>Crypto Wallet functionalities</td><td><p>• HD Key Derivation.</p><p>• Import from/export to a single-key wallet (only for the Mnemonic-compatible MPC Mode).</p><p>• Swaps.</p><p>• Compatibility to Dapps (WalletConnect).</p><p>• Supports multi-wallet.</p><p>• Key Rotation and Reshare (coming soon).</p><p>• <a href="/pages/sKgOlxvllcml4joweAxB">Transaction policy.</a></p></td></tr><tr><td>Cloud service</td><td><ul><li>Google cloud service for Android </li><li>ICloud service for IOS</li></ul></td></tr></tbody></table>

&#x20;


---

# 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/feature-list.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.
