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

# Fren Points Rewards

> Unlock rewards with Fren Points: fee discounts, exclusive badges, priority features, and more on FrenFlow.

## <span style={{color: "#baf820"}}>Spending Fren Points</span>

Use your earned FP to unlock rewards through the chest system.

## <span style={{color: "#baf820"}}>Chests</span>

Purchase chests with FP for a chance to win rewards. Each chest has a different rarity and prize pool:

<CardGroup cols={3}>
  <Card title="Common" icon="box">
    Most frequent drop. Small FP rewards.
  </Card>

  <Card title="Rare" icon="gem">
    Less frequent. Medium FP rewards.
  </Card>

  <Card title="Epic" icon="flame">
    Uncommon drop. Larger rewards.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Legendary" icon="crown">
    Rare drop. Premium rewards for dedicated traders.
  </Card>

  <Card title="Mythic" icon="sparkles">
    Extremely rare. Top-tier rewards — the holy grail of chests.
  </Card>
</CardGroup>

## <span style={{color: "#baf820"}}>Provably Fair</span>

Chest openings use a **provably fair** system. Each opening is determined by a SHA256 hash of:

```
SHA256(server_seed + client_seed + nonce)
```

* **Server seed** — Hidden until reveal
* **Client seed** — You can set your own
* **Nonce** — Increments per opening

<Note>
  You can verify any past chest opening was fair by checking the hash after the server seed is revealed.
</Note>

## <span style={{color: "#baf820"}}>Streak Gems</span>

Maintain trading streaks to earn streak gems — special milestone rewards for consistent daily trading. See [How to Earn](/fren-points/how-to-earn) for streak details.
