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

# Addresses

## Robinhood Chain testnet

| Field     | Value                                          |
| --------- | ---------------------------------------------- |
| Chain id  | 46630                                          |
| RPC       | <https://rpc.testnet.chain.robinhood.com>      |
| Explorer  | <https://explorer.testnet.chain.robinhood.com> |
| Gas token | ETH                                            |

All contracts below are source-verified on the explorer, so each address has a readable source tab and callable read functions.

| Contract                                            | Address                                      |
| --------------------------------------------------- | -------------------------------------------- |
| Hook, which is the oracle                           | `0xBb7B970B56BE8f016349D35F5CDfC4299557bAcc` |
| Factory                                             | `0xC7a40D34C141f7e56E8540f002c78090702dff10` |
| Router                                              | `0x8628431b13cA0485725Dd4c1D43E40947dD851ee` |
| Feed factory                                        | `0x0A28ff334513813d7b2921a12Ad7413828f101Cd` |
| Reader registry                                     | `0x8AE14CCCaa059b110aF58676b6a32Fa13e29Bb02` |
| Holder rewards factory                              | `0x280dff13b1505D271c3b4AF8eD507D59B8962335` |
| Test quote asset TUSD, 6 decimals, anyone can mint  | `0xdC36494D8f7cEAd565255CA139250aB8993BDa5C` |
| Test quote asset TSTK, 18 decimals, anyone can mint | `0x09B49ba927dAfD3496298c5640D856B61dfD17e0` |

The test token TSTTHREE is at `0x4db8781128404F96e53eBf7814CC3C929437dA08`, with a thirty-minute feed at `0x1234Ba70C66BA9017E6bac2Bbc75bA84DD407a94` and a mirror token, which mints and redeems at the TWAP, at `0xae0f31D161D6D8f06289D5bc091aEb4752D08889`.

A second test token, TSTFOUR at `0x273dE0EF7100cc3Ca5473be1252C1b4b0963a5B2`, was launched with holder fee sharing, so its creator fees go to whoever holds it.

## Uniswap v4 on Robinhood Chain

The pools live in the canonical Uniswap v4 deployment, at the same addresses on mainnet and testnet.

| Contract    | Address                                      |
| ----------- | -------------------------------------------- |
| PoolManager | `0x8366a39CC670B4001A1121B8F6A443A643e40951` |
| StateView   | `0xf3334192d15450cdd385c8b70e03f9a6bd9e673b` |
| V4Quoter    | `0x8dc178efb8111bb0973dd9d722ebeff267c98f94` |

## Mainnet

Not deployed yet.


---

# 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.delphirhc.com/contracts/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.
