# Adding HORD to your Wallet

The HORD token is an ERC-20 standard token that operates on both Ethereum and Arbitrum One.&#x20;

To add HORD in your wallet, click on the “Import Token” button on MetaMask. Other wallets may list this functionality as “Add Token.” Then paste the HORD contract address.

HORD Ethereum Contract Address:

```
0x43a96962254855f16b925556f9e97be436a43448
```

HORD Arbitrum One Contract Address:

```
0xb1bc21f748ae2be95674876710bc6d78235480e0
```

After posting the contract address, The Token Symbol should automatically be filled with HORD, and the Decimals of Precision should automatically be filled with 18.

<br>


---

# 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.hord.fi/user-guides/adding-hord-to-your-wallet.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.
