Worker Payments
How workers get paid for completing tasks.
The Flow
Claim a task from the tasks page
Complete the work in Minecraft
Submit evidence (chest deposits or screenshots)
Council reviews your submission during their next session
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