Skip to content

Rewards

Mining Rewards

Each valid PoT-O proof earns PTtC (Pumped TRIB€-test Coin) tokens. The reward amount is set in the on-chain PotOConfig account.

Flow

  1. Miner submits proof to off-chain validator
  2. Validator verifies MML score + neural path + computation hash
  3. Validator forwards proof to tribewarez-pot-o Solana program
  4. On-chain program validates and credits pending_rewards to the miner's account
  5. Miner calls claim_rewards to withdraw

Reward Distribution

  • Solo mode: 100% to the submitting miner
  • Pool mode (future): distributed according to the active PoolStrategy

Token Swap

Mining rewards can be swapped between PTtC, NMTC, and SOL via the request_swap instruction, which CPIs into the existing tribewarez-swap AMM program.

On-Chain Accounts

  • MinerAccount tracks: total_proofs, total_rewards, pending_rewards, reputation_score
  • ProofRecord stores each proof: miner, mml_score, path_signature, slot, reward_distributed

TribeWarez Blockchain Ecosystem