> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inco.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Getting started with Inco's confidential computation on Solana

<Note>
  Inco Lightning on Solana is currently available on Solana Devnet in beta.
</Note>

# Introduction

Welcome to Inco's Solana integration. This guide will help you understand how to build privacy-preserving applications on Solana using Inco Lightning.

## What is Inco on Solana?

Inco Lightning enables developers to build applications on Solana where sensitive data remains encrypted even during computation.

## Key Concepts

* **Encrypted Types**: Work with encrypted integers and booleans on-chain
* **Encrypted Operations**: Perform computations on encrypted data without decryption
* **Attested Decryption**: Securely decrypt data with TEE-based attestations

## Next Steps

<CardGroup cols={2}>
  <Card title="Concepts Guide" icon="book" href="/svm/guide/intro">
    Learn the core concepts
  </Card>

  <Card title="Rust Crate" icon="code" href="/svm/rust-sdk/overview">
    Explore the SDK reference
  </Card>
</CardGroup>
