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

# What are Flashpoints?

> Daily engagement rewards distributed from a 100K point pool

export const FlashpointsVsRewards = () => {
  const rows = [{
    aspect: "What",
    flashpoints: "Rewards",
    rewards: "Real BTC"
  }, {
    aspect: "Paid",
    flashpoints: "Accumulated daily",
    rewards: "Daily at 00:00 UTC"
  }, {
    aspect: "Use",
    flashpoints: "Track engagement, future perks",
    rewards: "Spend or hold"
  }];
  return <div className="not-prose my-6 overflow-hidden rounded-xl border border-zinc-200 dark:border-zinc-700">
      <div className="grid grid-cols-3 bg-zinc-100 dark:bg-zinc-800 text-sm font-semibold">
        <div className="p-3 text-zinc-500 dark:text-zinc-400"></div>
        <div className="p-3 text-amber-600 dark:text-amber-400">Flashpoints</div>
        <div className="p-3 text-orange-600 dark:text-orange-400">BTC Rewards</div>
      </div>
      {rows.map((row, idx) => <div key={idx} className={`grid grid-cols-3 text-sm ${idx % 2 === 0 ? 'bg-white dark:bg-zinc-900' : 'bg-zinc-50 dark:bg-zinc-800/50'}`}>
          <div className="p-3 font-medium text-zinc-700 dark:text-zinc-300">{row.aspect}</div>
          <div className="p-3 text-zinc-600 dark:text-zinc-400">{row.flashpoints}</div>
          <div className="p-3 text-zinc-600 dark:text-zinc-400">{row.rewards}</div>
        </div>)}
    </div>;
};

<Note title="Coming Soon">
  Flashpoints are not yet live. This documentation is for preview purposes only.
</Note>

Flashpoints are rewards that track your engagement with Flashnet and the Spark ecosystem. Each day, a fixed pool of 100,000 Flashpoints is distributed to active users based on their contributions.

## Using Flashpoints

Flashpoints track engagement. They will be redeemable through partner programs and future benefits as the ecosystem grows. Flashnet is working with Spark partners to define redemptions.

## Flashpoints vs BTC Rewards

Flashpoints and BTC rewards are separate programs:

<FlashpointsVsRewards />

* **BTC Rewards**: Actual Bitcoin paid daily to USDB holders. Rate depends on your trading volume tier. See [USDB Rewards](/usdb/rewards).
* **Flashpoints**: Rewards tracking engagement. Redeemable through partner programs.
