# Optimizing Your Revenue

## Better Performing Validators Mean More Revenue

#### It is important to underline that your performance gets you profit, instead of sharing everything with the other Node Operators all the time, with linear distribution.

Other Operators do not affect you, and you do not affect other Operators.

You will only get fees from the generated capital your validators provide.

By providing better returns, more market participants will choose to create validators with you.

Outperform the other Operators, and get more validators!&#x20;

### Use MEV&#x20;

{% hint style="success" %} <mark style="color:green;">Node Operators also collect the same percentage of fees from the rewards / MEV profit from their validators!</mark>
{% endhint %}

You can get up to 10% of the MEV revenue and block rewards generated by your validators.

#### Node Operators need to provide the appropriate fee recipient for the block rewards and MEV profits.

Unlike other staking pools, which pools the MEV and block rewards directly, or even uses it to create more validators instantly; Geode sets them aside in a contract called `WithdrawalContract`.&#x20;

Every staking pool has a `WithdrawalContract`.

So, for every validator, there is a distinct address that comes from its origin Pool:

```javascript
Portal.readAddressForId(id, getBytes("WithdrawalContract"));
```

{% hint style="danger" %} <mark style="color:red;">Fee theft is detected with Telescope...</mark>
{% endhint %}

### Lower Your Fees

Geode is a competitive marketplace, and you might attract more validators if you lower your fees.

### Lower Your Validator Period

By promising a faster return, you can attract more validators.


---

# 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/ethereum-guides/operator-handbook/optimizing-your-revenue.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.
