> For the complete documentation index, see [llms.txt](https://docs.luminite.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luminite.app/technical-architecture/turnkey-integration-powering-secure-seedless-access.md).

# Turnkey Integration: Powering Secure, Seedless Access

One of the core innovations behind Luminite is its **non-custodial architecture -** delivered without the traditional complexity of seed phrases. This is made possible through our integration with **Turnkey**, a secure key management infrastructure that enables seamless, user-friendly access without compromising on ownership or security.

With Turnkey, Luminite strikes a crucial balance: giving users full control over their assets while removing the biggest barrier to entry in DeFi - **private key management**.

### What Is Turnkey?

<mark style="color:$info;">**Turnkey**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">is a next-generation key management platform built specifically for crypto applications. It allows apps like Luminite to create and manage private keys</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**directly in the user’s browser or device**</mark><mark style="color:$info;">, while still ensuring keys are</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**non-custodial and never exposed to third parties**</mark><mark style="color:$info;">.</mark>

Using cutting-edge secure enclave technology (like TPMs and WebAuthn), Turnkey ensures:

* Keys are generated and stored securely, never shared with Luminite or any server.
* Access is tied to familiar authentication methods like **passkeys, biometrics, or social logins**.
* Users can recover access securely without relying on 12 or 24-word seed phrases.

### Why Luminite Chose Turnkey

Luminite's mission is to make DeFi **safe, simple, and accessible -** and Turnkey helps us do exactly that. Traditional wallets force users to become amateur security experts just to participate. With Turnkey:

* **Security is upgraded, not sacrificed**. Keys remain in the user’s control but are protected using modern security standards.
* **No more lost seed phrases**. Users authenticate with methods they already understand, reducing the risk of total loss.
* **Instant onboarding**. New users can create a secure wallet in seconds - using social credentials or passkeys - without ever handling a private key directly.
* **Advanced users still have control**. For those who want full backup access or seed phrase management, Luminite provides that flexibility.

### Seedless, Not Trustless

Luminite with Turnkey doesn’t eliminate seed phrases - it makes them optional. For users who still want to export their keys or manage them manually, that power remains. But for everyone else, Turnkey allows the benefits of non-custodial security without the traditional hurdles.

In essence, **Luminite makes self-custody invisible -** delivering security in the background while keeping the user experience front and center.

#### Built for the Future of Web3

Turnkey isn’t just a short-term solution - it’s part of Luminite’s long-term vision to make decentralized finance truly **mainstream-ready**. By using trusted, developer-grade infrastructure and adhering to best-in-class security protocols, we’re building a wallet that scales with users - from their first transaction to complex DeFi strategies.

Luminite and Turnkey together unlock a new standard: **non-custodial without the chaos**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.luminite.app/technical-architecture/turnkey-integration-powering-secure-seedless-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
