> ## 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 icon="rocket" horizontal href="https://app.cloak.trade" title="Start Trading">
  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 icon="bolt" href="/instant-swap" title="Instant Swap">
    Single-step execution. The client signs an intent; executor nodes submit the on-chain transaction.
  </Card>

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

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

  <Card icon="clock" href="/dca" title="Private 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 icon="sitemap" href="/overview" title="Architecture">
    Relay, Orchestrator, and Executor Wallet roles and how they enforce privacy guarantees.
  </Card>

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

## Safety First

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