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

# Welcome to Abyss

> A fully on-chain slot machine game built on Starknet with NFT relics, VRF randomness, and competitive leaderboards

## What is Abyss?

Abyss is a **fully on-chain roguelike slot machine game** built on Starknet. Every spin, every score, and every item purchase is verified and recorded on the blockchain using Cairo smart contracts and Cartridge VRF for provably fair randomness.

<Card title="Play Now" icon="gamepad" href="https://play.abyssgame.fun" horizontal>
  Start spinning and competing for prizes!
</Card>

## Key Features

<Columns cols={2}>
  <Card title="On-Chain Gameplay" icon="link" href="/game/how-to-play">
    Every game action is verified on Starknet. No cheating, no manipulation.
  </Card>

  <Card title="Verifiable Randomness" icon="dice" href="/technical/vrf">
    Cartridge VRF ensures every spin is provably fair and unpredictable.
  </Card>

  <Card title="NFT Relics" icon="gem" href="/game/relics">
    Collect and use powerful relic NFTs with unique in-game abilities.
  </Card>

  <Card title="Prize Pool" icon="trophy" href="/game/prizes">
    Compete for real token prizes distributed to top players.
  </Card>

  <Card title="Soul Charms" icon="star" href="/game/charms">
    Collect luck-boosting charms to bend the RNG in your favor.
  </Card>
</Columns>

## Quick Links

<Columns cols={3}>
  <Card title="How to Play" icon="book" href="/game/how-to-play" />

  <Card title="Smart Contracts" icon="code" href="/contracts/overview" />

  <Card title="Tokenomics" icon="coins" href="/game/tokenomics" />
</Columns>
