Previously, developers had to wait for wallet infrastructure to add support for new chains one by one. With Turnkey's approach, we can support chains before they even launch. This is because Turnkey's architecture is built on cryptographic curves instead of individual chains: — Secp256k1 supports Bitcoin, Ethereum/EVM chains, Cosmos, Sei, and more — Ed25519 supports Solana, Aptos, Sui, TON, and more This approach delivers multiple advantages: — Enhanced security through fewer cryptographic libraries — Reduced latency for transaction signing — Simplified cross-chain infrastructure — Day one support for new blockchains on these curves Additionally, our tiered support system includes: 1?? Curve-level signing 2?? Address derivation 3?? SDK construction and signing 4?? Transaction parsing and policies This means the majority of chains are automatically supported when it comes to transaction signing, and we can instead hone in on more granular support and solutions for developers. Whether you're building on established chains like Ethereum and Bitcoin, or experimenting with emerging ecosystems like Berachain, Monad Foundation, MegaETH, Sei Labs, and Sui Foundation, Turnkey has you covered. The best multichain applications are secured by Turnkey. Let us know what you're building, and head over to our docs to get started: https://docs.turnkey.com/ Or, read more on our approach to multichain support here: https://lnkd.in/etZ5rk8K #Blockchain #Multichain #Web3 #DeFi #Cryptocurrency
关于我们
Turnkey is a powerful, modular, and adaptable operating system for wallets—built for developers who demand full control. Designed by the team that scaled Coinbase Custody past $100B in assets, and backed by Sequoia, Lightspeed Faction, and Galaxy, Turnkey provides low-level wallet infrastructure primitives that can be mixed, matched, and configured for any use case. Trusted by Moonshot, Alchemy, Bridge, Magic Eden, Polymarket, Azura, Phantom, Dynamic, Zora, Mural, Mysten Labs, Aptos, DIMO, Squads, Infinex, OneBalance, and many more. With Turnkey, you can: ? Instantly create thousands of non-custodial embedded wallets ? Configure multi-sig wallets with m-of-n approvals ? Set advanced security policies like allowlists and transaction limits ? Automate in-house transaction signing with custom permissions ? Build whatever you can imagine—if it involves wallets, Turnkey makes it possible
- 网站
-
https://www.turnkey.com/
Turnkey的外部链接
- 所属行业
- 软件开发
- 规模
- 11-50 人
- 总部
- New York,NY
- 类型
- 私人持股
- 创立
- 2022
地点
-
主要
US,NY,New York
Turnkey员工
动态
-
Excited to share our latest case study on making non-custodial crypto onboarding seamless with DIMO. Check out the case study linked below!
Turnkey helped DIMO seamlessly build their own wallet as a service with Turnkey, cutting?onboarding time by 90%?and increasing?completion rates by 30%. Before Turnkey, users had to install external apps, manage seed phrases, and navigate complex crypto flows just to get started.?Now, onboarding is as easy as logging into Google. “Asking the average person to write down a 24-word seed phrase or install another app to use DIMO was a no-go. With Turnkey, we made the onboarding experience seamless.” — Yevgeny Khessin, Founder & CTO, DIMO With?passkey authentication, zero unnecessary redirects, and complete user control, DIMO is proving that Web3 can be intuitive, secure, and scalable. Check out the full case study here: https://lnkd.in/drxJ4WkY DMs are open if you want to learn more!
-
Key management is complex. Building it securely demands relentless testing and a laser focus on security. We're proud to work with experts like Trail of Bits to strengthen our TEE infrastructure and ensure our systems meet the highest standards.
?Research drives informed security decisions. ? When Turnkey was building their infrastructure around TEEs and secure enclaves, they turned to our published research on AWS Nitro Enclaves, cryptographic protocols, and secure computing to guide their development process. ?? Read the case study: https://hubs.la/Q035wK2S0 Our technical publications demonstrated our deep expertise in these domains, ultimately leading Turnkey to select us as their security vendor. Our work with Turnkey showcases how expertise across AppSec, blockchain, and cryptography comes together when building complex infrastructure. We worked with their team to review their TEE and secure enclave implementation, bringing our cross-disciplinary approach to every technical discussion.
-
Introducing the Turnkey Whitepaper Today, we’re excited to share our technical deep dive into verifiable computing—an end-to-end verifiable system that’s operating at scale in production today. ?? Read the whitepaper at whitepaper.turnkey.com What’s inside? This isn’t just theory—it’s a breakdown of the battle-tested architecture securing millions of wallets and processing millions of transactions daily. In the whitepaper, we cover: - Our first principles approach to verifiable computing, as applied to key management - The technical foundations of our production system - An overview of broader potential applications of this secure foundation - Our vision for a decentralized network of verifiable apps Why does this matter? Turnkey’s infrastructure has been stress-tested in the security thunderdome: crypto wallets. We’ve built a verifiable key management system that operates at scale, eliminating single points of failure while maintaining trustless execution. But the impact extends far beyond wallets. Sequencers, bridges, LLMs, oracles, and AI agents—any mission-critical application that requires secure, verifiable execution—can be built on this foundation. What’s next? We’re partnering with select teams looking to deploy their own verifiable applications on our infrastructure. If you’re working on something that demands trust, security, and scale, let’s talk: https://lnkd.in/eT8PG5HM
-
Big news: QuorumOS (QOS) is now open source. QOS is the proprietary OS designed to run applications verifiably inside Trusted Execution Environments (TEEs). It’s already securing millions of wallets in production on Turnkey. Now, it’s public. What is QuorumOS? QOS is a minimal, immutable, deterministic OS for TEEs, acting as the glue between hardware and applications. Why does this matter? QOS delivers three critical security properties: 1?? Multi-party governance – No single actor can unilaterally provision or update an enclave. A quorum must attest to the configuration. 2?? Cryptographic authentication – Each enclave application has a stable Quorum Key, allowing it to sign & encrypt data. 3?? Verifiable execution – Combined with remote attestation and reproducible builds, QOS ensures true verifiability from source code to runtime. Why is this a breakthrough? Most TEE attestations only show a hash of a binary—not how it was built. QOS + StageX closes this gap, making every part of the system provable. This isn’t theoretical. For two years, QOS has been securing millions of wallets in production. Now, it’s open source. If you're building systems that need verifiable execution, get involved: ?? GitHub → github.com/tkhq/qos The future of security is verifiability. Let’s build it together.
-
Since the beginning, Turnkey has taken an infrastructure-driven approach to solving the pains of private key management. As part of our efforts to make our infrastructure more accessible and easier for developers to integrate, we’re launching our Embedded Wallet Kit! Turnkey’s Embedded Wallet Kit (EWK) is a starting point for embedded wallet implementations, and includes the following features: — Customizable auth components: Pre-generated UIs for user login and signup, supporting passkeys, socials, SMS and email. — Built-in EVM & SVM wallets: Automatically create wallets for users upon authentication. Supports EVM and SVM by default, with the flexibility to add wallets for any chain supported by Turnkey. — Theme customization and whitelabeling: Easily change your component theme and do easy whitelabeling via CSS. — Easy code export: Once you've imported your Auth component, you can pass a configuration to toggle features on or off, and order the rendering of authentication methods. The Embedded Wallet Kit enables developers to build better UX in only minutes, while ensuring end-to-end security for users. Get started via our docs or by checking out our demo: https://lnkd.in/eWNXHhjb
-
Turnkey转发了
Beyond thrilled to be included in Forbes' list of 25 companies most-likely to reach a billion dollar valuation! ?? Our co-founders Bryce Ferguson and Jack Kearney built Turnkey to make it easier for developers to build secure crypto applications. This is just the beginning of our push to make crypto UX better for everyone. Read more here: https://lnkd.in/eADCXisD
-
Congratulations to NIMA Enterprises on the DSX alpha launch, setting a new standard in decentralized trading. This non-custodial product feels as smooth as a centralized exchange: - Embedded wallets - Passkey authentication - No bridging or gas fees - 100% on-chain
Chain abstraction and intents: the next leap for Web3. Effortless cross-chain transactions, better UX, and endless possibilities all in one app. Yesterday at the Intents and Chain Abstraction Summit by OneBalance, we unveiled the alpha launch of DSX. Powered by DragonSwap and infrastructure partners OneBalance and Turnkey, DSX delivers seamless trading across assets and networks—no bridges, no seed phrases, no gas. It’s the ease of a CEX, fully on-chain. Are you ready for the shift? Check out https://dsx.app/???
-
-
Turnkey转发了
Beyond thrilled to be included in Forbes' list of 25 companies most-likely to reach a billion dollar valuation! ?? Our co-founders Bryce Ferguson and Jack Kearney built Turnkey to make it easier for developers to build secure crypto applications. This is just the beginning of our push to make crypto UX better for everyone. Read more here: https://lnkd.in/eADCXisD
-
Turnkey转发了
2 months ago I pivoted industries from a web2 SaaS company to crypto, moved to NYC and have been all-in at Turnkey. Many of my friends and family don't fully understand what that means and that is okay! Crypto is full of slang, niche tooling and native knowledge. Turnkey is helping pave the way to creating a more user friendly and abstracted experience for inexperienced users and experts alike. The problem we are tackling? Managing wallets. This is one of the biggest challenges for new users in crypto. Turnkey embedded wallets offer a better path. > Creating a user-friendly access point to crypto apps and platforms > Enhancing security to reduce the risk of handling crypto for everyday users > Improving user experience by providing infra for intuitive UIs and app design > Enabling broader adoption of web3 and crypto by demystifying crypto TLDR; We make interacting with web3 feel like any other website or account Learn more here or reach out to chat: https://lnkd.in/ekYarD88
-