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

# Deferred Rewards

> Accumulate rewards and save on transaction fees.

## What are deferred rewards?

Deferred rewards are tokens that accumulate in your reward wallets instead of being sent to your community members
immediately after they win them. This approach significantly reduces gas fees by avoiding individual transactions
for each token reward.

## How does it work?

Token rewards that are set to be distributed using this system won't be sent to the winner's wallet immediately.
Instead, they will be held in your rewards wallet until the winner manually claims them via [`/rewards`](/flippy/commands/rewards) command.

<Frame caption={"Rewards command output"}>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/flipsuite/images/flipwallet/server-rewards.png" className="rounded-lg" />
</Frame>

Every deferred token reward that is won by your community members is automatically marked as debt that can be collected
by the user later. You can view your total rewards debt by going the the **Debt** tab in your community dashboard.

<Frame caption={"Rewards debt tab"}>
  <img src="https://mintcdn.com/flipsuite/VxrSTxRydJKm9qVX/images/rewards/bank-debt.png?fit=max&auto=format&n=VxrSTxRydJKm9qVX&q=85&s=2da01b1d7f8501a49c8b1236216c9e4f" className="rounded-lg" width="1431" height="561" data-path="images/rewards/bank-debt.png" />
</Frame>

## How to set it up?

To manage your community rewards settings, go to the **Settings** tab in your community dashboard under the **Rewards**
category.

<Frame caption={"Rewards settings tab"}>
  <img src="https://mintcdn.com/flipsuite/VxrSTxRydJKm9qVX/images/rewards/bank-tab.png?fit=max&auto=format&n=VxrSTxRydJKm9qVX&q=85&s=c02f20b1f56c523ae0ccf365de7cc7d4" className="rounded-lg" width="1431" height="669" data-path="images/rewards/bank-tab.png" />
</Frame>

There are 2 options you can tweak for deferred rewards:

<Card title="Reward claim cooldown duration" icon="hourglass-clock">
  Time users have to wait after claiming a token before they can claim it again.
</Card>

<Card title="Minimum value of claimed tokens" icon="sack-dollar">
  <p className="mb-1">Users won't be able to claim the accumulated tokens until their value reaches set threshold.</p>

  <div className="absolute top-4 left-16">
    <a className="pricing-badge animate-shimmer w-fit px-3 py-1 *:my-auto inline-flex bg-primary rounded-lg text-white font-semibold border-none hover:opacity-95 transition-colors" href="https://flipsuite.xyz/pricing" target={"_blank"}><Icon icon={"cube"} color={"white"} /><p className={"ml-2"}>Growth only</p></a>
  </div>
</Card>

## Setting deferred token rewards

You can either set token rewards to be deferred on a per-reward basis, or enable it for all token rewards in
a specific reward pool in its settings.

### For single reward

When adding a token reward to the pool, you have an option to make it a deferred reward:

<Frame caption={"Token reward options"}>
  <img src="https://mintcdn.com/flipsuite/VxrSTxRydJKm9qVX/images/rewards/token-reward-form.png?fit=max&auto=format&n=VxrSTxRydJKm9qVX&q=85&s=fcd577c9e7ed35cb13982dc513f756ed" className="rounded-lg" width="504" height="439" data-path="images/rewards/token-reward-form.png" />
</Frame>

### For all rewards in a pool

You can find a relevant toggle in the reward pool settings tab:

<Frame caption={"Reward pool settings tab"}>
  <img src="https://mintcdn.com/flipsuite/VxrSTxRydJKm9qVX/images/rewards/reward-pool-settings.png?fit=max&auto=format&n=VxrSTxRydJKm9qVX&q=85&s=0363aceacb5e12d47a7b23a79947445f" className="rounded-lg" width="1424" height="493" data-path="images/rewards/reward-pool-settings.png" />
</Frame>

## Important

There are some chains (e.g., Solana) for which deferred token rewards are enforced and always enabled due to
technical limitations or nuances. This means that tokens on these chains are never sent to winners directly, and
always need to be claimed via [`/rewards`](/flippy/commands/rewards) command.
