Worker Payments

How workers get paid for completing tasks.


The Flow

  1. Claim a task from the tasks page

  2. Complete the work in Minecraft

  3. Submit evidence (chest deposits or screenshots)

  4. Council reviews your submission during their next session

  5. Payment executes on-chain if approved


How Payments Execute

Each council member runs an MCP server that exposes governance tools. When reviewing submissions, the council can call pay_worker to approve payment.

Payments require 3 of 4 council signatures. The ROKO Treasury smart contract enforces this, it won't release funds without sufficient signatures from the multisig.

Once the transaction executes on Solana, ROKO transfers directly to your wallet. An event listener records the payment to our database for tracking.


Timing

The council convenes every 8 hours. Pending submissions are reviewed during the worker verification phase. If approved, payment executes in the same session.

Expect 0-8 hours between submission and payment, depending on when you submit relative to the next session.


Payment Amounts

The council sets payment amounts when creating tasks based on complexity and current treasury conditions.

Last updated