# Setting Default Color

Every Verified Minter has the right to set the Default Color of contract addresses (i.e pools) by configuring directly on blockchain explorers.

Take an example of Verified Minter 1 setting Default Color by using the [**USDV contract on Arbitrum.**](https://arbiscan.io/address/0x323665443cef804a3b5206103304bd4872ea4253)&#x20;

First, go to Arbiscan (Arbitrum Blockchain Explorer) and search for the designated contract address. Click '**Contract**', then click '**Write as Proxy**'.

<figure><img src="/files/a1HzI1Az7HDoheLI3Kp4" alt=""><figcaption></figcaption></figure>

Click **'Connect to Web3'** and connect to your wallet. Use the whitelisted wallet approved by KYC.

<figure><img src="/files/vtRF9haNX2G31qoNupuA" alt=""><figcaption></figcaption></figure>

## Set Colorer

First time Verified Minters must assign an address as the contract's Colorer. Click **'Write'** to confirm. This is for coloring EOA and does not apply for smart contract addresses.

<figure><img src="/files/vQwQYvuVSPfFOcJsIOdV" alt=""><figcaption></figcaption></figure>

## Set Default Color

The Colorer may now configure and set Default Color for this contract address. Here, we assign the value 1, which is our Verified Minter's unique Color ID. This operation is limited to EOA only.&#x20;

To set Default Color of smart contracts, please contact the Operator.&#x20;

<figure><img src="/files/cIxjeGWu7u5i2QGdWBRv" alt=""><figcaption></figcaption></figure>

## Confirm setting

You should confirm the correct contract color settings by reviewing userStates.&#x20;

First, click **'Read as Proxy'**.

<figure><img src="/files/EiiGuXOdc2vu2OOpkBgu" alt=""><figcaption></figcaption></figure>

Check userStates by querying our Verified Minter address. Confirm defaultColor value (here, it is correct as it equals 1).

<figure><img src="/files/42NCfOjqJD9GBGZq2Nvn" alt=""><figcaption></figcaption></figure>

Verified Minters may appoint the USDV Operator to set Default Color on their behalf.


---

# 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://docs.usdv.money/docs/verified-minters/setting-default-color.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.
