Asset support on Turnkey
Introduction
Turnkey operates at the cryptographic curve level rather that specific assets. As a result Turnkey is asset agnostic and can be used with any type of asset as long as we support the underlying curve.
We are continuously evaluating and adding support for emerging assets and protocols. If there are specific cryptocurrencies you'd like to see us offer deeper support for, please let us know by contacting us at hello@turnkey.com, on X, or on Slack.
What is Turnkey’s approach to supporting crypto assets?
Turnkey follows a tiered approach to supporting digital assets, ranging from supporting cryptographic curve support, to advanced transaction parsing and policy management. Each tier deepens the level of functionality, as outlined below:
Tier 1: Curve-level support
Cryptographic curves are our fundamental primitive, allowing Turnkey private keys to store and sign for any cryptocurrency that uses a supported curve. We currently support SECP256k1 and Ed25519 curves.
Tier 2: Address derivation
Turnkey abstracts address generation, automatically deriving addresses for supported cryptocurrencies.
For a full list of address formats you can derive on Turnkey, refer to Address formats and Curves.
Tier 3: SDK for transaction construction and signing
Our SDK provides tools and scripts to help in constructing and signing basic transactions, enabling an even smoother integration.
Tier 4: Transaction parsing and policy creation
At our highest level of support, Turnkey offers the ability to parse transactions and define custom policies based on transaction parameters.
Tier | Depth of support | EVM | SVM | BTC | ATOM | TRON | SUI | APT |
---|---|---|---|---|---|---|---|---|
Tier 1 | Curve-level | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Tier 2 | Address derivation | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Tier 3 | SDK construction and signing | ✅ | ✅ | |||||
Tier 4 | Transaction parsing and policies | ✅ | ✅ |
For more details about each ecosystem, refer to the pages below:
📄️ Ethereum (EVM)
Ethereum (EVM) support on Turnkey
📄️ Solana (SVM)
Solana (SVM) support on Turnkey
📄️ Bitcoin
Bitcoin support on Turnkey
📄️ Others
Specific support for other ecosystems on Turnkey