> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turnkey.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Turnkey operates at the **cryptographic curve** level rather than 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.

## Multichain support at Turnkey

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, 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.

## 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, Ed25519, and P256 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](/concepts/wallets).

**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                                           | TON                                           | XRP                                           | SEI                                           |
| ------ | :------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
| Tier 1 | Curve-level                      | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> |
| Tier 2 | Address derivation               | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> |
| Tier 3 | SDK construction and signing     | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> |                                               |                                               |                                               |                                               |                                               |                                               |                                               |                                               |
| Tier 4 | Transaction parsing and policies | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> | <Icon icon="square-check" iconType="solid" /> |                                               | <Icon icon="square-check" iconType="solid" /> |                                               |                                               |                                               |                                               |                                               |

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](mailto:hello@turnkey.com), on [X](https://x.com/turnkeyhq/), or [on Slack](https://join.slack.com/t/clubturnkey/shared_invite/zt-3aemp2g38-zIh4V~3vNpbX5PsSmkKxcQ).

For more details about each ecosystem, refer to the pages below:

<CardGroup cols="2">
  <Card title="Overview" icon="file-lines" iconType="solid" horizontal href="/networks/overview">
    Overview
  </Card>

  <Card title="Ethereum (EVM)" icon="file-lines" iconType="solid" horizontal href="/networks/ethereum">
    Ethereum (EVM)
  </Card>

  <Card title="Solana (SVM)" icon="file-lines" iconType="solid" horizontal href="/networks/solana">
    Solana (SVM)
  </Card>

  <Card title="Bitcoin" icon="file-lines" iconType="solid" horizontal href="/networks/bitcoin">
    Bitcoin
  </Card>

  <Card title="Spark" icon="file-lines" iconType="solid" horizontal href="/networks/spark">
    Spark
  </Card>

  <Card title="Hyperliquid" icon="file-lines" iconType="solid" horizontal href="/networks/hyperliquid">
    Movement
  </Card>

  <Card title="Cosmos" icon="file-lines" iconType="solid" horizontal href="/networks/cosmos">
    Cosmos
  </Card>

  <Card title="Tron" icon="file-lines" iconType="solid" horizontal href="/networks/tron">
    Tron
  </Card>

  <Card title="Sui" icon="file-lines" iconType="solid" horizontal href="/networks/sui">
    Sui
  </Card>

  <Card title="Sei" icon="file-lines" iconType="solid" horizontal href="/networks/sei">
    Sei
  </Card>

  <Card title="Aptos" icon="file-lines" iconType="solid" horizontal href="/networks/aptos">
    Aptos
  </Card>

  <Card title="Tempo" icon="file-lines" iconType="solid" horizontal href="/networks/tempo">
    Tempo
  </Card>

  <Card title="Movement" icon="file-lines" iconType="solid" horizontal href="/networks/movement">
    Movement
  </Card>

  <Card title="IOTA" icon="file-lines" iconType="solid" horizontal href="/networks/iota">
    IOTA
  </Card>

  <Card title="Other" icon="file-lines" iconType="solid" horizontal href="/networks/others">
    Others
  </Card>
</CardGroup>
