TSS-MPC Embedded Wallets
Network Support
Learn about the different networks supported by MPC wallets.
Default Networks
Dynamic provides first-class support for EVM, SVM and Sui, with signer support for any network that supports one of the following:
Need expanded support for a specific chain? Contact us to discuss your use case.
Raw Signing for Custom Chains
For detailed information about signing arbitrary data and implementing custom message formats for unsupported chains, see our comprehensive Raw Signing guide. This covers:
- Basic raw message signing
- Encoding options (hexadecimal, UTF-8)
- Hash functions (Keccak256, SHA256, no hashing)
- Chain-specific message formatting
- Error handling and security considerations