arbius
arbius copied to clipboard
Peer-to-peer machine learning
## Summary update changes to reflect new tokenomics document page.
Fixed some typos + the link to the security audit is broken, so I replaced it with a working link from the website of 0xguard itself
## Summary Made submitTask, signalCommitment, submitSolution, and claimSolution have a 0 max priority (`maxPriorityFeePerGas`) to prevent gas from spiking due to miners outbidding themselves and others.
## Summary Adding leveldb instead of SQLite.
in future update, these should be removed and we can use contract upgrade to set these values. this will save opcodes and allow us to do more in core contract.
all time periods should be evaluated based on real world and adjusted if necessary
needs more investigation, but currently people incentivized to vote at last second. perhaps good to add some decaying time if voting near end. or, maybe not needed if people vote...
not an issue now, but as staked amounts get to be more significant % matters
in submitTask, since getIPFSCID is called for each input on same type of input, we could cache and re-use this if bulk generation all used same input.
llm and vlm should be set in .env or similar