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
- Miner submits proof to off-chain validator
- Validator verifies MML score + neural path + computation hash
- Validator forwards proof to
tribewarez-pot-oSolana program - On-chain program validates and credits
pending_rewardsto the miner's account - Miner calls
claim_rewardsto 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
MinerAccounttracks:total_proofs,total_rewards,pending_rewards,reputation_scoreProofRecordstores each proof:miner,mml_score,path_signature,slot,reward_distributed