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

# CLOAK

> Advanced privacy-preserving execution on Solana

## Overview

CLOAK enables execution of swap operations on Solana while decoupling wallet identity from on-chain execution and strategy disclosure. The protocol uses a distributed executor network and orchestration layer to obfuscate transaction attribution and mitigate MEV exposure.

<Card title="Start Trading" icon="rocket" href="https://app.cloak.trade" horizontal>
  Access the CLOAK application to execute trades with privacy-preserving execution.
</Card>

## Core Features

Preserve execution alpha through configurable execution modes.

<Columns cols={2}>
  <Card title="Instant Swap" icon="bolt" href="/features/instant-swap">
    Single-step execution. The client signs an intent; executor nodes submit the on-chain transaction.
  </Card>

  <Card title="Stealth Execution" icon="user-secret" href="/features/stealth">
    Large orders are fragmented into randomized execution chunks over a configurable time window to reduce market impact and attribution.
  </Card>

  <Card title="Private Limit Orders" icon="chart-line" href="/features/limit-orders">
    Submit limit orders that remain off the public order book until execution is triggered.
  </Card>

  <Card title="Private DCA" icon="clock" href="/features/dca">
    Automate dollar-cost averaging schedules without exposing a deterministic on-chain execution pattern.
  </Card>
</Columns>

## How it Works

CLOAK decouples **intent** (declared trade parameters) from **execution** (on-chain transaction submission).

<Columns cols={2}>
  <Card title="Architecture" icon="sitemap" href="/architecture/overview">
    Relay, Orchestrator, and Executor Wallet roles and how they enforce privacy guarantees.
  </Card>

  <Card title="Security & Trust" icon="shield-check" href="/security/guarantees">
    Non-custodial design, sell-side escrow mechanics, and threat model.
  </Card>
</Columns>

## Safety First

<Card title="Non-Custodial" icon="lock" href="/security/non-custodial">
  CLOAK is not a mixer. User funds are not pooled. Custody remains with the user until execution settlement.
</Card>
