# Reputation

Bitmon's reputation system aims to incentivize meaningful contributions while ensuring a positive and collaborative community environment. Reputation points directly impact a user's ability to earn rewards, gain influence, and distribute invite codes, aligning individual success with the platform's overall growth.

**Key Components of the Reputation System**

1. **Reputation Points (RP)**
   * **Definition**: RP is the core metric used to represent a user's standing within the Bitmon community.
   * **Earning RP**:
     * **Submissions**: Earn points for each AI-approved content submission.
     * **Voting**: Gain points for voting on content that is ultimately published.
     * **Likes**: Receive points for receiving likes on submitted content.
     * **Dislikes**: Lose points for receiving dislikes on submitted content.
2. **Contribution Tiers**
   * **Tier System**: Users are classified into tiers based on their RP, unlocking different privileges and rewards at each level:
     * **Newbie**: 0 - 99 RP
       * **Privileges**: Limited invite codes, access to basic missions.
     * **Rising Curator**: 100 - 499 RP
       * **Privileges**: Additional invite codes, advanced missions, eligibility for some rewards.
     * **Expert Curator**: 500 - 999 RP
       * **Privileges**: Priority support, more invite codes, participation in advanced missions.
     * **Master Curator**: 1000+ RP
       * **Privileges**: Exclusive missions, significant rewards, high influence in content visibility.
3. **Contribution Metrics**
   * **Submissions**:
     * **AI-Approved Submissions**: +20 RP
     * **Highlighted Content (Top Picks)**: Additional +30 RP
   * **Voting**:
     * **Vote on Published Content**: +5 RP
     * **Like (Received)**: +10 RP
     * **Dislike (Received)**: -5 RP
4. **Privileges and Rewards**
   * **Invite Code Allocation**: Additional invite codes are unlocked based on the contribution tier, with higher-tier users gaining more codes to distribute.
   * **Mission Access**: Advanced and exclusive missions are available to users with higher RP.
   * **Voting Influence**: High-tier curators have more influence on content visibility due to their higher RP.
5. **Moderation Impact**
   * **Flagging System**: Users with higher RP can flag content, influencing its visibility and potentially leading to removal if it doesn't meet community standards.
   * **Feedback Loop**: Encourages curators to maintain quality submissions and interactions, as their reputation directly affects their privileges.


---

# 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://whitepaper.bitmon.ai/bitmon-system/reputation.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.
