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

# Introduction

> Swiv is a private precision market protocol that enables users to forecast real-world outcomes using numerical predictions.

## What is Swiv?

<img src="https://mintcdn.com/swiv/2GJqf9BBCzYCh9H2/images/swiv-banner.png?fit=max&auto=format&n=2GJqf9BBCzYCh9H2&q=85&s=6e4345ae38bdece22c6f09953db68f03" alt="Swiv Banner" width="1280" height="720" data-path="images/swiv-banner.png" />

Swiv is a private precision market protocol that enables users to forecast real-world outcomes using **numerical predictions** rather than binary (yes/no) bets.

Unlike traditional prediction markets, Swiv rewards precision. Users submit exact values (e.g., BTC price at a given time), and rewards are distributed based on how close those predictions are to the final outcome.

All predictions remain **private until settlement**, preventing copy trading and herd behavior.

<CardGroup cols={2}>
  <Card title="Trading" icon="chart-candlestick" href="/trading">
    How pools work, lifecycle states, and how to participate.
  </Card>

  <Card title="Prediction & Reward Mechanics" icon="calculator" href="/mechanics">
    Weight-based reward formula, accuracy scores, and bonuses.
  </Card>

  <Card title="BTC Hourly Markets" icon="bitcoin" href="/btc-hourly">
    Continuous hourly Bitcoin price prediction pools.
  </Card>

  <Card title="Privacy" icon="shield" href="/privacy">
    How Swiv keeps all activity private until settlement.
  </Card>

  <Card title="FAQ" icon="life-buoy" href="/faq">
    Answers to common questions about using Swiv.
  </Card>

  <Card title="Technical Overview" icon="cpu" href="/technical">
    Solana program, private execution, oracle integration.
  </Card>
</CardGroup>

## Key Principles

<AccordionGroup>
  <Accordion title="Precision over correctness">
    Rewards are not binary. The closer your prediction is to the final outcome, the greater your share of the pool.
  </Accordion>

  <Accordion title="Early, confident predictions win more">
    Submitting early and not updating your prediction earns time and conviction bonuses that multiply your weight.
  </Accordion>

  <Accordion title="Privacy prevents manipulation">
    No one can see your prediction before settlement, eliminating copy trading and late-stage bandwagon effects.
  </Accordion>
</AccordionGroup>
