How do I claim rewards from a multisig wallet?
TL;DR: Delegate claiming rights to another address.
Claiming directly from a multisig can be tricky because Merkl reward proofs are only valid for a limited time (on average 4 hours, depending on the chain). If you fail to gather all required signatures and execute the claim transaction before the Merkle root is updated, your transaction will fail.
To avoid this, we recommend delegating the claim process to another address. This way, a single wallet can execute the claim on behalf of the multisig without being constrained by signature collection delays.
To learn how to set up claim delegation, check the claim delegation article.