# Organic Volume Protection

Cede Hub is designed to reward <mark style="color:$primary;">**fair and organic trading activity**</mark>.

To ensure a balanced experience for all participants, we monitor trading behavior for specific patterns that are not allowed.

This page outlines behaviors that may result in <mark style="color:$primary;">**disqualification for reward**</mark> or <mark style="color:$primary;">**account bans**</mark>.

***

### Prohibited Trading Patterns

1. **Multiple Hot Wallets Interacting With Each Other**

   Each hot wallet on Cede Hub must represent <mark style="color:$primary;">**one unique participant**</mark>. Using multiple hot wallets that interact with each other on-chain is not allowed, including:

   * Multiple wallets receiving funds (including gas tokens) from or sending funds to the same source
   * Wallets transferring funds (including gas tokens) or rewards among themselves
2. **Fixed-Size + Fixed-Interval Trading**

   Trading activity that follows <mark style="color:$primary;">**repetitive, clock-like timing combined with identical trade sizes**</mark> is prohibited, especially when sustained over long periods.

   Example:

   * Executing the same trade size every 2 minutes continuously for 24 hours
3. **Multiple Accounts Trading in Sync**

   Multiple accounts showing <mark style="color:$primary;">**highly similar trading behavior at similar times**</mark> are not allowed.

   Example:

   * Several accounts repeatedly placing the same trade size within seconds of each other
4. **Extremely High-Frequency Trading**

   Trading at speeds that are <mark style="color:$primary;">**unrealistic for human execution**</mark> is prohibited.

   Example:

   * Executing one trade every 1–2 seconds continuously for one hour

***

### Enforcement

Accounts exhibiting the patterns above may:

* Be removed from leaderboards
* Lose eligibility for rewards
* Be temporarily or permanently banned

***

### Staying Eligible

To remain eligible for rewards:

* Use hot wallets that are not interlinked with others
* Avoid fixed or predictable timing patterns
* Avoid coordinated activity across multiple accounts
* Avoid high-frequency trading


---

# 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.cedehub.io/user-guide/organic-volume-protection.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.
