# Reputation Root Contract

The Reputation Root Contract (RRC) is a core smart contract that enables the calculation of arbitrary reputation scores for all Persistent Identities on the Galactica Network. You can find more information about RRC in the corresponding section of our [Whitepaper](https://docsend.com/view/n5nnsyraaifzpvqw). The way the reputation framework is currently technically implemented is through the use of Cosmos subnets. This can be found in a standalone technical piece [here](https://medium.com/galactica-network/galactica-network-reputation-design-implementation-df48d6e21793) (mind, the content is quite technical)


---

# 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.galactica.com/galactica-network-faq/4.-technology/technological-stack/reputation-root-contract.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.
