# Claim Address Redirect

## Overview

If a bUSD0 integration partner can't by themselves mint and claim the USUAL rewards that accumulate on their smart contract, then this "Claim Address Redirect" integration feature enables them to access the USUAL and redistribute it to their Users as lined out [here](/integrations/integrate-busd0/reward-redistribution-by-integration-partner.md).

### Detailed Flow

{% hint style="info" %}
In order to be eligible for a claim address redirect the USUAL accumulating on the address needs to fulfil the following prerequisites:

* $100 worth of USUAL/month
* $1000 worth of USUAL in total
  {% endhint %}

1. Contact the USUAL DAO via the established communication channel.
   1. If no channel is available yet, set one up (if you work in Crypto you know how 😏)
2. Communicate the contract address on which the USUAL accumulates as well as the address that should "Claim" it.
   1. For the best "Claim" experience after the successful redirect we recommend that address is set up in a (MultiSig) wallet (such as [Safe](https://safe.global/)), which can interact with our dApp or Etherscan.
3. In order to add your claim address we require "sufficient" proof that you are the deployer or the project team behind the contract address that should be redirected.
   1. Sufficient proof could be:
      1. Social proof
      2. Governance proof (e.g. DAO vote)
      3. Signed message from original deployer
      4. Proof of redistribution
   2. Once the proof has been established, the Claim Redirect will be added to the [DistributionModule](/smart-contracts/protocol-contracts/usual/usual-distribution.md).
4. After the "Claim Redirect Address" has been added, a pre-defined challenge period (**5 days**) will start, in which the USUAL DAO admin or the original claim address owner can cancel the addition of the claim address.
5. As soon as the challenge period has concluded the added "Claim address" can claim the USUAL via the Usual dApp's [Earn page](https://app.usual.money/earn) (or [Etherscan](https://etherscan.io/address/0x75cC0C0DDD2Ccafe6EC415bE686267588011E36A#writeProxyContract#F3)).

{% hint style="warning" %}
As long as an integration is not fully integrated with the reward system (i.e. enduser can claim USUAL via [Earn page](https://app.usual.money/earn)) it is up to the bUSD0 integrator to reward its endusers.

As USUAL DAO we strive to diligently enact the "Claim Address Redirect" process. However, it's up to the integrators to provide correct addresses, sufficient proof and reward their users properly. As an enduser please take up any reward disputes and challenges with the respective integrator.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.usual.money/integrations/integrate-busd0/claim-address-redirect.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
