useClaimIncentives
Manually claim rewards
Reward Kit is still in early alpha, and may contain bugs or unexpected behavior.
The Boost V2 Docs are under active development and will be subject to changes.
A React Query mutation hook that handles claiming incentives for a specific boost. This hook manages the blockchain transaction process for claiming boost incentives, including signature verification.
Claiming Incentives
Learn more about how claims work
useClaimIncentives TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of using the useClaimIncentives
hook:
Error Handling
The hook includes built-in error handling for common scenarios:
Full Implementation
Here’s a more complete example showing how to integrate the hook with loading states and error handling:
The hook integrates with React Query for efficient caching and state management of the claim process. It handles the complete lifecycle of the claim transaction, from simulation to execution on the blockchain.