Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Yes! See [Bitcoin support on Turnkey](networks/bitcoin) for more information and
</Accordion>
<Accordion title="Which cryptographic curves do you support?">

Turnkey currently supports SECP256k1 and Ed25519.
Turnkey currently supports SECP256k1, Ed25519, and P256.

</Accordion>
<Accordion title="Which ecosystems and chains do you support?">
Expand Down
2 changes: 1 addition & 1 deletion networks/others.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 isnt 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:

Expand Down
4 changes: 2 additions & 2 deletions networks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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, Turnkeys 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.

Expand All @@ -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**

Expand Down