# Prison

#### Prison isolates the Node Operators from the Marketplace, in case they act in a faulty or malicious manner:

* Invalid validator proposal.
* Not withdrawing validator funds before the expected exit time.
* Not routing the block rewards, or MEV rewards to the Withdrawal Contract. &#x20;

The Prison Sentence for any of these infractions is 14 days.

{% hint style="info" %}
In the case that a Node Operator with a good track record is imprisoned for an honest mistake, Governance can bail out the imprisoned Operator early.
{% endhint %}

{% hint style="info" %}
Geode Governance can also imprison a Node Operator from the Marketplace, which is  indefinitely effective.
{% endhint %}

> **What happens when an operator is imprisoned?**
>
> 1. Can not propose new validators.
> 2. Can not stake to beacon chain for previously accepted validator proposals.
> 3. Can not change their parameters such as fees, validatorPeriod...
> 4. Can not access to `wallet`, effectively, can not claim their rewards.


---

# 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.geode.fi/operator-marketplace/regulating-the-marketplace/prison.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.
