> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-9-digit-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

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

## Introduction

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-31v4yhgw6-PwBzyNsWCCBTk2xft3EoHQ).

## 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](/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                                           | MOVE                                          | TON                                           | XRP                                           | SEI                                           | FLARE                                         |
| ------ | :------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
| 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" /> | <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" /> | <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" /> |                                               |                                               |                                               |                                               |                                               |                                               |                                               |                                               |                                               |                                               |

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/framework">
    Overview
  </Card>

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

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

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

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

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

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

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

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

  <Card title="Others" icon="file-lines" iconType="solid" horizontal href="/networks/others">
    Specific support for other ecosystems on Turnkey
  </Card>
</CardGroup>
