Migration Guide
Claiming Boosts
Learn how to implement boost claiming functionality in V2
Claiming Boosts
Claiming boosts in V2 follows a two-step process:
- Generate a valid signature using the boost API
- Execute an on-chain claim transaction using the Boost SDK
Getting the Signature
First, get the claim signature by passing the boostId and transaction hash to the /signatures endpoint:
Claiming the Boost
The signature endpoint returns an array of signatures, one for each available incentive. You can claim these using either claimIncentive
(called by claimant) or claimIncentiveFor
(claim on behalf of claimant):