> ## Documentation Index
> Fetch the complete documentation index at: https://docs.razebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Reputation

> Your standing in the economy — earned through social actions, policing, and loan repayment.

# Reputation

> Your standing in the economy — earned through social actions, policing, and loan repayment.

## Overview

Reputation is a score that reflects your standing in the economy. It rises from positive actions — giving rep, repaying loans on time, making arrests — and falls from criminal activity and defaulting on loans.

***

## View reputation

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;reputation @member
    ```

    Shows the target's reputation score, current tier, and a breakdown of how the score was earned. Leave `@member` off to check your own.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;reputation @wanderer
    ```

    Shows the target's reputation score, current tier, and a breakdown of how the score was earned. Leave `@member` off to check your own.
  </Tab>
</Tabs>

***

## Reputation tiers

| Tier       | Threshold | Description                       |
| ---------- | --------- | --------------------------------- |
| Outlaw     | -50       | Criminal record, distrusted       |
| Suspicious | -10       | Minor offender                    |
| Neutral    | 0         | No record                         |
| Trusted    | 10        | Community member in good standing |
| Respected  | 50        | Recognized contributor            |
| Pillar     | 200       | Cornerstone of the community      |

***

## How reputation changes

| Action                           | Change          |
| -------------------------------- | --------------- |
| `;rep @member` (give reputation) | +1 to recipient |
| Police arrest a wanted suspect   | +3 to officer   |
| Repay a server bank loan on time | +2              |
| Server bank loan default         | -10             |
| Being arrested / jailed          | -1              |

Higher reputation unlocks the **blessed quest slot** faster and improves your social standing on the leaderboard.
