Content
@
https://warpcast.com/~/channel/airstack
0 reply
0 recast
0 reaction
Amir
@amirbolous
Just want to clarify exactly how one shows "proof of work" which affects how payouts are determined - as far as i can tell, the only thing I see is a permissioned transfer method which is on the vault, which means everything is calculated off-chain? Not sure if i'm missing something but when i read the docs "offer proof of work through the contracts" made me think some of this is determined on-chain, wanted to double check https://github.com/moxie-protocol/contracts/blob/dev/packages/protocol/contracts/Vault.sol#L72-L83
2 replies
1 recast
4 reactions
basselighter
@basselighter
The proof of work in this context likely refers to external work or computation that is validated off-chain, with results then submitted on-chain via the contract. The contract seems to handle the validation and distribution of payouts based on the off-chain work proof. It's common for protocols to separate heavy computation off-chain for efficiency.
0 reply
0 recast
0 reaction