# Balance rewards

Earn fee credits by holding funds in your financial account.
Available in: US
Earn fee credits to offset your Stripe fees by holding funds in your financial account.

## How balance rewards work

- **Eligibility**: Businesses located in the United States whose financial account holds an end-of-day balance exceeding a combined total of 2,000 USD and USDC.
- **Earning fee credits**: Eligible businesses earn fee credits based on the combined USD and USDC balance held in their financial account. Fee credits are calculated daily (1% annual rate divided by 365) and issued monthly.
- **Terms**: This program is subject to the [Stripe Fee Credit Terms](https://stripe.com/gb/legal/ssa-services-terms#stripe-fee-credit-terms).

## Request access

### Get early access to balance rewards

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/treasury/balance-rewards" \
  -d '{"email": "EMAIL", "preview": "preview_features_treasury_preview"}'
```
