> For the complete documentation index, see [llms.txt](https://docs.hoard.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoard.world/protocol/addresses.md).

# Addresses

Every contract Hoard World deploys, with the chain facts needed to verify them. Addresses are filled in as each piece goes live; until then a row reads **TBA**. Verify any address on the explorer before you trust a copy of it elsewhere.

## Robinhood Chain

|           |                                                                        |
| --------- | ---------------------------------------------------------------------- |
| Chain id  | 4663                                                                   |
| RPC       | `https://rpc.mainnet.chain.robinhood.com`                              |
| Explorer  | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |
| Gas token | ETH                                                                    |

## Contracts

*Published at launch. Last updated: not yet deployed.*

### Token

| Contract                     | Address |
| ---------------------------- | ------- |
| HOARD (HoardToken)           | TBA     |
| Hoardlings (HoardlingMirror) | TBA     |

### Canonical pool

| Contract                                                 | Address |
| -------------------------------------------------------- | ------- |
| Uniswap v4 PoolManager                                   | TBA     |
| HoardFeeHook                                             | TBA     |
| Canonical HOARD/USDG pool id                             | TBA     |
| USDG (Paxos Global Dollar, canonical on Robinhood Chain) | TBA     |
| SPY stock token (canonical)                              | TBA     |
| USDG/SPY pool used by the SPY purchaser                  | TBA     |

### Locks and vesting

| Contract                                          | Address |
| ------------------------------------------------- | ------- |
| LiquidityLock (seed liquidity, 80% of supply)     | TBA     |
| TeamVesting (4.5% of supply, nine tranches)       | TBA     |
| Rewards reserve TimelockController (8% of supply) | TBA     |
| Team wallet (vesting beneficiary)                 | TBA     |

### Nest and Stock Vault

| Contract        | Address |
| --------------- | ------- |
| Nest            | TBA     |
| StockVault      | TBA     |
| V4SpyPurchaser  | TBA     |
| EligibilityGate | TBA     |

### Hoardling art (IPFS)

| Item                        | Mainnet                                                              |
| --------------------------- | -------------------------------------------------------------------- |
| Images folder               | TBA                                                                  |
| Metadata folder (`baseURI`) | TBA                                                                  |
| Provenance hash             | `0x934dd0d2325e35f136d113ef4a5f0ef8854a7f0f549820c7d465b6aa82b3d929` |

The provenance hash is published before minting: the sha256 of every image's sha256 in token-id order. The images and metadata are pinned to IPFS on launch day and the folders' CIDs go here; anyone can then re-render the set from the generator and check both.

### Wall and oracle

| Contract        | Address |
| --------------- | ------- |
| USDGWallManager | TBA     |
| HoardOracle     | TBA     |

### Credit

| Contract          | Address |
| ----------------- | ------- |
| LoanController    | TBA     |
| LenderVault       | TBA     |
| JumpRateModelV2   | TBA     |
| LiquidationRouter | TBA     |

### Control

| Role                              | Address |
| --------------------------------- | ------- |
| Owner of all contracts (multisig) | TBA     |
| Keeper                            | TBA     |
| Eligibility attestor(s)           | TBA     |

### East District (Phase 3)

| Contract                    | Address |
| --------------------------- | ------- |
| Hatchery launch distributor | TBA     |
| Seer's Tent distributor     | TBA     |
| Arena distributor           | TBA     |
| Partner providers           | TBA     |


---

# 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.hoard.world/protocol/addresses.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.
