# Links and Repos

HyperVIBES was built in public by [**Rarible DAO**](https://discord.gg/ZtZqH7nfgG)**.**

All documentation and source code is free to view, fork, or copy.

### Source Code

All code is hosted in the `r-group-devs` GitHub organization:

* [hypervibes-docs](https://github.com/R-Group-Devs/hypervibes-docs)
* [hypervibes-marketing-site](https://github.com/R-Group-Devs/hypervibes-marketing-site)
* [hypervibes-frontend](https://github.com/R-Group-Devs/hypervibes-frontend)
* [hypervibes-subgraph](https://github.com/R-Group-Devs/hypervibes-subgraph)
* [hypervibes-contracts](https://github.com/R-Group-Devs/hypervibes-contracts)

{% hint style="info" %}
View all of R-Group's [open source repos on GitHub](https://github.com/R-Group-Devs).
{% endhint %}

### Documentation

Beyond in-repo documentation and this docs site, Google Docs was used extensively during development:

* [Initial Product Brief](https://docs.google.com/document/d/1NvztqdMAyLERTPuX5uHSnq8f5G0YVRaxNsq5UaXhQEw) - Used to convey the idea internally among the Builder's Group and articulate the key concepts and scope of the project
* [Initial Vibe Brainstorm](https://docs.google.com/document/d/1g7A-Pt48FBLlRODD6iA8TcQ5v22Jo5lIAdlcq_EaQ4) - Nailing the vibe is critical. What should this protocol *feel* like?
* [MVP Coordination](https://docs.google.com/document/d/1dpMlzGeO4XfD6gBQoaTTXO2NxCCfA0hDYlTinJjCsfQ) - Helped track information across frontend and contract domains as development started
* [Protocol One-Sheet](https://docs.google.com/document/d/1bpQfozAamT-zmYMm9aV0ao9KrBezCLTVEqM-_UtHOGg) - Terse and straightforward info about the project that was shared externally to potential partners and internally to other working groups

{% hint style="info" %}
View all of the HyperVIBES docs in [Google Drive](https://drive.google.com/drive/u/0/folders/1L9s4HIB3zDNUpPXAVo7zQsgqK5U3abGe).

**These docs should be considered historical reference** mostly, this site is the current living documentation for the project.
{% endhint %}

### Contract Addresses

All contracts are verified on their respective blockchain explorer apps.

#### Mainnet Deployments

* Ethereum - `0x26887a9f95e1794e52ae1b72bfa404c1562eed0e`
* Polygon - `0x26887a9f95e1794e52ae1b72bfa404c1562eed0e`
* Arbitrum - `0x26887a9f95e1794e52ae1b72bfa404c1562eed0e`
* Fantom - `0x26887a9f95e1794e52ae1b72bfa404c1562eed0e`

#### Testnet Deployments

* Ropsten - `0xcd181fB818aaAae8D34D6D5bBe7aD4c44ac8af98`
* Rinkeby - `0xafb96b99a0A4eF348115C6BbD99A71d3d4F52Ff1`
* Goerli - `0x26887a9F95e1794e52aE1B72Bfa404c1562Eed0E`
* Mumbai - `0x57FBF9E899E17E23d46425e33eE191C8FaD27c28`
* Arbitrum Rinkeby - `0x26887a9F95e1794e52aE1B72Bfa404c1562Eed0E`

{% content-ref url="/pages/Ck3JkktiS38zpaFwItnX" %}
[Integration](/developers/integration.md)
{% endcontent-ref %}

### Subgraphs

On-chain data from HyperVIBES is indexed via TheGraph:

#### Mainnet Subgraphs

* Ethereum - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-mainnet>
* Polygon -  <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-matic>
* Arbitrum - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-arbitrum-one>
* Fantom - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-fantom>

#### Testnet Subgraphs

* Ropsten - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-ropsten>
* Rinkeby - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-rinkeby>&#x20;
* Goerli - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-goerli>
* Mumbai - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-mumbai>
* Arbitrum Rinkeby - <https://thegraph.com/hosted-service/subgraph/r-group-devs/hypervibes-arbitrum-rinkeby>

{% content-ref url="/pages/JChKyIZIxvy0g0Q07zGg" %}
[Subgraph](/developers/subgraph.md)
{% endcontent-ref %}


---

# 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.hypervibes.xyz/developers/links-and-repos.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.
