> For the complete documentation index, see [llms.txt](https://docs.hatchr.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hatchr.fun/help/official-links.md).

# Official Links

## Hatchr

* Website: [hatchr.fun](https://hatchr.fun)
* X: [x.com/hatchr\_rh](https://x.com/hatchr_rh)
* Telegram: [t.me/hatch\_rh](https://t.me/hatch_rh)

## Network

* Robinhood Chain docs: [docs.robinhood.com/chain](https://docs.robinhood.com/chain/)
* Network connection: [docs.robinhood.com/chain/connecting](https://docs.robinhood.com/chain/connecting/)
* Explorer: [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com)

## Protocol references

* OpenZeppelin Clones: [docs.openzeppelin.com/contracts/5.x/api/proxy](https://docs.openzeppelin.com/contracts/5.x/api/proxy)
* Uniswap developer docs: [docs.uniswap.org](https://docs.uniswap.org/)
* Pinata upload docs: [docs.pinata.cloud](https://docs.pinata.cloud/api-reference/endpoint/upload-a-file)

## Official contracts

* Factory: [Blockscout](https://robinhoodchain.blockscout.com/address/0x99bf0f2f7de390225738bb21847086a9cd6826a2)
* Token implementation: [Blockscout](https://robinhoodchain.blockscout.com/address/0x0abbece875cbc20fd9b0693c0820d9b0c522d090)
* Token initializer: [Blockscout](https://robinhoodchain.blockscout.com/address/0xebbb669d9aff985a32170ea5d6e69b2e738fa263)
* LP locker: [Blockscout](https://robinhoodchain.blockscout.com/address/0x80122d555382cbae8cd03f0fff37eb755255da3d)

{% hint style="warning" %}
Hatchr administrators will never request your seed phrase or private key. Treat unofficial direct messages and token-address announcements as suspicious.
{% endhint %}


---

# 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.hatchr.fun/help/official-links.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.
