> For the complete documentation index, see [llms.txt](https://docs.holoclear.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holoclear.xyz/using-the-dapp/adding-usdholo-to-my-wallet.md).

# Adding $HOLO to my Wallet

Please note the HOLOCLEAR dApp integrates with all major wallet providers. The example below is for Metamask, but other wallets will follow a similar process.&#x20;

**1. Copy Token Contract Address**

The contract for $HOLO is **0x1337bae199225795070DCF4f7aea733296Ba77Ea**

Please be careful and only copy the contract from official channels.

#### 2. Select the Network <a href="#id-8" id="id-8"></a>

Launch your MetaMask wallet. Select 'Binance Smart Chain' as the network. If it says Ethereum Mainnet or similar select Binance Smart Chain from the dropdown.

#### 3. Click Import Tokens <a href="#id-9" id="id-9"></a>

After selecting or adding the network, scroll down to the bottom.

Click *Import Tokens*.

![Add Custom Token to MetaMask](https://sf.ezoiccdn.com/ezoimgfmt/decentralizedcreator.com/wp-content/uploads/2022/04/ss1-24.png?ezimgfmt=rs:445x784/rscb1/ng:webp/ngcb1)

#### 4. Paste the Token Contract Address <a href="#id-10" id="id-10"></a>

If you are on the *Custom Token* tab, stay there.

In case you are on the *Search* Tab, click on *Custom Token.*

Once you are in the *Custom Token,* you need to paste the token’s contract address that you have copied in Step 1.

After pasting the address, Token Symbol and Token Decimal will be generated automatically.

Lastly, click *Add Custom Token*.

![Add Custom Token to MetaMask](https://sf.ezoiccdn.com/ezoimgfmt/decentralizedcreator.com/wp-content/uploads/2022/04/ss5-7.png?ezimgfmt=rs:447x788/rscb1/ng:webp/ngcb1)

#### 5. View Tokens  <a href="#id-11" id="id-11"></a>

Go back to your wallet and ensure you are on the tokens tab. Your $HOLO tokens will be listed there.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.holoclear.xyz/using-the-dapp/adding-usdholo-to-my-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
