Signatures for Unsupported Chains
Our ECDSA and EdDSA signing algorithms allow you to sign any transaction and broadcast it to your own nodes. This will allow you to use our tMPC platform to securely sign any transaction.
If we don't support a chain natively and you wish to use our tMPC security, then get in touch! We do aim to support as many platforms as possible.
Most chains use the supported algorithms below.
Curve and Signature Support
Aspect | ECDSA | EdDSA | Schnorr (Taproot) |
---|---|---|---|
Curve | secp256k1 / secp256r1 / P-256 | Edwards25519 | secp256k1 |
Public Key Size | 33 bytes (compressed), 65 bytes (uncompressed) | 32 bytes | 33 bytes (compressed) |
XPub Format | Standard BIP32 | BIP32-like with 0x00 prefix + 32-byte key | Standard BIP32 |
HD Wallets | Yes, Unhardened | Yes, Unhardened | Yes, Unhardened |
Updated 2 days ago