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

# About Flew

> A prediction market built on Solana with confidential computation powered by Arcium.

## What is Flew?

Flew lets you take YES or NO positions on prediction markets using SOL. Markets use a pool-based settlement model and run on Solana.

During an active market, Arcium confidential computation protects:

* Your YES or NO side in the on-chain position account
* The live aggregate YES and NO pool totals
* Intermediate pool updates

Your wallet address, transaction activity, and position amount remain public on Solana. Flew also processes position details through its API to prepare transactions and support your position history. See [Privacy and data handling](/legal/privacy-policy) for the complete boundary.

## How markets settle

Markets resolve in one of two ways:

* **Oracle resolution:** A fresh Switchboard quote determines the outcome from the market's configured feed, threshold, and direction.
* **Manual resolution:** The market's authorized resolver submits the final YES or NO outcome.

After resolution, winners can claim a proportional share of the total net pool. If a market misses its resolution deadline, position holders can claim their net position amount during the refund window.

## Key features

<CardGroup cols={2}>
  <Card title="Protected Position Side" icon="user-secret">
    Your YES or NO side and the live aggregate pools remain encrypted during the
    active market phase.
  </Card>

  <Card title="Solana Settlement" icon="bolt">
    Positions, exits, payouts, and refunds settle through Solana transactions.
  </Card>

  <Card title="Early Exit" icon="door-open">
    Eligible position holders can exit before the market closes instead of
    waiting for resolution.
  </Card>

  <Card title="Transparent Fees" icon="percent">
    Flew applies a global protocol fee when you place a position and may apply a
    configured early-exit fee.
  </Card>

  <Card title="Verifiable Outcome" icon="scale-balanced">
    Market outcomes and revealed aggregate pool totals are recorded on-chain at
    resolution.
  </Card>
</CardGroup>

<Info>
  Flew protects position details but does not provide anonymity. Wallet
  addresses, position amounts, transaction signatures, and interaction times are
  public on Solana.
</Info>
