> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-am-cus-325-ai-visibility-improvements.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Turnkey is wallet infrastructure: create and manage crypto wallets, sign transactions, and enforce policy-based access controls. Best-fit uses: embedded consumer wallets (email/passkey/social auth, no seed phrases), automated onchain operations with server-side wallets, AI agent wallets with policy-scoped signing, enterprise key management, and verifiable off-chain workloads on Turnkey Verifiable Cloud (TVC).
> Every API call is a JSON POST to https://api.turnkey.com signed with a P-256 API key; create an organization and key self-serve at https://app.turnkey.com.
> Key Turnkey developer resources: API reference (https://docs.turnkey.com/api-reference/overview/intro.md), OpenAPI spec (https://docs.turnkey.com/public_api.swagger.json), authentication (https://docs.turnkey.com/features/authentication/overview.md), webhooks (https://docs.turnkey.com/features/webhooks/overview.md), MCP server for docs search (https://docs.turnkey.com/mcp), agent skills (https://docs.turnkey.com/get-started/ai-skills.md), CLI (https://docs.turnkey.com/sdks/cli.md), SDK reference (https://docs.turnkey.com/sdks/introduction.md), full docs content (https://docs.turnkey.com/llms-full.txt).

# Others

export const SupportCallout = ({prompt = "Need help with your Turnkey integration?"}) => <>
    {prompt} Reach out through any of our{" "}
    <a href="/solutions/support/overview">support channels</a>.
  </>;

**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, Secp256k1, and P256** curves.

This includes chains like:

* Algorand
* Avalanche
* Cardano
* Dogecoin
* Filecoin
* Hedera
* Litecoin
* Monero
* NEAR
* Polkadot
* Stellar
* Tezos
* TON (The Open Network)
* XRP
* …and more!

If you're unsure whether your chain is supported, don't hesitate to
[get in touch](https://www.turnkey.com/contact-us).

**Code example**\
Learn how to use Turnkey to interact with over 60 blockchain networks via
this [external demo](https://github.com/AdamikHQ/adamik-tutorial/tree/signer-turnkey).
Adamik's terminal-based application provides a user-friendly interface to explore the
following multichain capabilities, powered by Turnkey:

* Generating secure cryptographic keys
* Creating addresses for different networks
* Viewing account balances and token holdings
* Preparing, signing, and broadcasting transactions
* Visualizing API interactions in real time

**Want more support?**\
We are continuously evaluating and adding support for emerging assets and protocols.

<SupportCallout prompt="Want deeper support for a specific network, or more code examples?" />
