# Guide: Claiming LP Rewards

> import ThemedImage from '@theme/ThemedImage';
import ButtonGrid from '@site/src/components/ButtonGrid';

To claim your earned `CRV` and other token rewards, go to your pool's page, and then the `Withdraw/Claim` tab on the left, then `Claim Rewards`, you should see a box like the following:

<figure style={{ textAlign: 'center' }}>
  <ThemedImage
    alt="Claim Rewards"
    sources={{
      light: require('@site/static/img/ui/dex/claim-light.png').default,
      dark: require('@site/static/img/ui/dex/claim-dark.png').default,
    }}
    style={{
      maxWidth: '300px',
      width: '100%'
    }}
  />
  <figcaption></figcaption>
</figure>

You may see 2 claim buttons, or just a single one, depending on the rewards you have to claim:

- `Claim CRV`: This will claim ***only*** `CRV` rewards.
- `Claim Rewards`: This will claim everything ***except*** any `CRV` rewards.

By confirming the transactions within your wallet, you will claim each separate reward.  Congratulations on your earnings!
