diff --git a/concepts/overview.mdx b/concepts/overview.mdx index f1a01316..881dd986 100644 --- a/concepts/overview.mdx +++ b/concepts/overview.mdx @@ -79,7 +79,7 @@ For more information on Turnkey policies [look here](/concepts/policies/overview ### Wallets and private keys -Resources used to generate crypto addresses and sign transactions or messages. We currently support secp256k1 and ed25519 curves and have two main types: +Resources used to generate crypto addresses and sign transactions or messages. We currently support secp256k1, ed25519, and P256 curves and have two main types: | Resource type | Description | | :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/faq.mdx b/faq.mdx index 3e0f7190..77d474a0 100644 --- a/faq.mdx +++ b/faq.mdx @@ -129,7 +129,7 @@ Yes! See [Bitcoin support on Turnkey](networks/bitcoin) for more information and -Turnkey currently supports SECP256k1 and Ed25519. +Turnkey currently supports SECP256k1, Ed25519, and P256. diff --git a/networks/others.mdx b/networks/others.mdx index 31f4dd5f..338a3f84 100644 --- a/networks/others.mdx +++ b/networks/others.mdx @@ -5,7 +5,7 @@ mode: "wide" **Can't find your preferred network?** Turnkey is chain-agnostic, and our flexible infrastructure is built to -support underlying cryptographic curves, instead of specific chains and assets. If your chain isn’t mentioned, check if the underlying curve is compatible – we support signing for all chains and assets on the **Ed25519 and Secp256k1** curves. +support underlying cryptographic curves, instead of specific chains and assets. If your chain isn't mentioned, check if the underlying curve is compatible – we support signing for all chains and assets on the **Ed25519, Secp256k1, and P256** curves. This includes chains like: diff --git a/networks/overview.mdx b/networks/overview.mdx index cd1e93f9..78eef1b1 100644 --- a/networks/overview.mdx +++ b/networks/overview.mdx @@ -10,7 +10,7 @@ import NetworkLinks from "/snippets/shared/networks-links.mdx"; Turnkey is extremely flexible and supports all EVM and SVM chains, along with a vast majority of chains and assets across crypto. You don’t have to wait for us to add your preferred network. -This is because while other wallet infrastructure solutions focus on setting up support for each chain individually after they launch, Turnkey’s low-level approach focuses on supporting the underlying cryptographic curves: Secp256k1 and Ed25519. +This is because while other wallet infrastructure solutions focus on setting up support for each chain individually after they launch, Turnkey's low-level approach focuses on supporting the underlying cryptographic curves: Secp256k1, Ed25519, and P256. As a result, Turnkey is asset agnostic and can be used with any type of asset, as long as we support its corresponding curve. @@ -20,7 +20,7 @@ Turnkey follows a tiered approach to supporting digital assets, ranging from sup **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. +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, Ed25519, and P256 curves. **Tier 2: Address derivation**