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

# Adjust Commission Rate

This document provides guidance on setting up and adjusting the commission rate for collators on the peaq network. It highlights key aspects of the new token economy introduced in runtime upgrade v0.0.104.

## Setting Up Commission Rate

To set up your commission rate, follow these steps:

1. **Open polkadot.js**

   * Navigate to the [polkadot.js](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic#/explorer) interface.

   <img src="https://mintcdn.com/peaq/2Vy2W4qW7FfmdArp/assets/img/validator-14.png?fit=max&auto=format&n=2Vy2W4qW7FfmdArp&q=85&s=eef87494cef90baf7cbc96ac52e22bf0" alt="validator-14" width="2533" height="1402" data-path="assets/img/validator-14.png" />

2. **Navigate to Extrinsics**

   * Go to `Developer → Extrinsics → parachainStaking → setCommission`.

   <img src="https://mintcdn.com/peaq/2Vy2W4qW7FfmdArp/assets/img/validator-15.png?fit=max&auto=format&n=2Vy2W4qW7FfmdArp&q=85&s=46a492477d22b0c4e520960456443810" alt="validator-15" width="2552" height="853" data-path="assets/img/validator-15.png" />

3. **Submit Transaction**

   * Enter your desired commission rate and submit the transaction.

   <Note>To set a 1% commission, enter `10000` in the commission field. For 25%, enter `250000`.</Note>

## Reward Calculation

More information about the reward calculation can be found [here](/peaqchain/build/advanced-operations/node-operations/block-reward-distribution#reward-calculation).
