> 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/wallet-infrastructure.md).

# Wallet infrastructure

## Wallet Infrastructure:

Luminite operates entirely on the Flare Network, a highly scalable Layer 1 blockchain with native support for smart contracts and real-time price feeds. The integration with Flare’s State Connector and FTSO ensures reliable cross-chain data feeds and seamless communication between non-EVM chains and the Flare environment.

* Layer 1 Flare-based deployment
* FTSO and State Connector integration
* Secure and low-cost operations

## Wallet Model&#x20;

Luminite is a non-custodial wallet that allows users to maintain full control over their assets. It supports seedless onboarding through secure authentication methods while offering seed phrase export for those who prefer traditional recovery methods. The wallet is accessible and creatable through easy-to-use traditional methods, similar to applications like Gmail or Passkey, ensuring a streamlined process for creating and logging in, thereby mitigating the hassle of crypto access, which can be a barrier for newcomers. However, the seed phrases are still automatically stored inside the wallet, which can be accessed through the wallet's settings to ensure guaranteed protection of your assets in case you lose control over your social channels or passkey.&#x20;

* Non-custodial architecture
* Passkey and Social Channel login
* Seed phrase export is available

## Smart Contract Interaction&#x20;

The wallet supports EVM-compatible smart contracts, enabling users to interact directly with DeFi protocols, including staking, sending, and swapping between crypto assets. Smart contract calls are abstracted for ease of use, but still fully on-chain and secure. Therefore, users are spared the hassle of multiple confirmation steps that may be unfamiliar to non-crypto users, ensuring a streamlined process that makes the DeFi experience friendlier yet still secure.&#x20;

* Supports EVM smart contracts
* Secure and abstracted dApp integration
* In-app execution of on-chain operations
* Auto-sign features

## DeFi Utilities&#x20;

Luminite provides native tools to engage with DeFi opportunities, including asset swaps, vault deposits, and staking. Yield data is aggregated and visualized within the wallet to give users an intuitive understanding of potential returns.


---

# 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/wallet-infrastructure.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.
