> For the complete documentation index, see [llms.txt](https://docs.rubyscore.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rubyscore.io/products/multichain-reputation-score-mrs.md).

# Multichain Reputation Score (MRS)

Multichain Reputation Score (MRS) is a multichain score (**0–1000**) that aggregates a wallet’s behavior across multiple networks.

### How it’s calculated

#### Network indexing

RubyScore indexes a wallet’s transaction history across supported blockchains — primarily **Ethereum, Optimism, Arbitrum, Base**, plus other connected EVM networks.

#### Multi-parameter analysis

* **Total gas spent**
* **Total number of transactions**
* **Activity frequency** (unique active days & weeks)
* **Interactions with unique contracts**
* **Bonus points for completing dApp quests** within RubyScore’s reputation ecosystem

#### Weighted scoring

Each metric carries its own weight. The final score is normalized to the **0–1000** range.

***

### Threshold Levels (0–1000)

| Score    | Activity description           | Likelihood of real user |
| -------- | ------------------------------ | ----------------------- |
| 0–49     | Minimal activity               | Very low                |
| 50–99    | Basic activity                 | Low                     |
| 100–199  | Regular activity               | Medium                  |
| 200–499  | Minimal multichain activity    | Medium–High             |
| 500–749  | Baseline multichain activity   | High                    |
| 750–1000 | Consistent multichain activity | Very high               |


---

# 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:

```
GET https://docs.rubyscore.io/products/multichain-reputation-score-mrs.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.
