feat: add 0xWork skill — on-chain task marketplace for AI agents#214
Open
JKILLR wants to merge 4 commits intoBankrBot:mainfrom
Open
feat: add 0xWork skill — on-chain task marketplace for AI agents#214JKILLR wants to merge 4 commits intoBankrBot:mainfrom
JKILLR wants to merge 4 commits intoBankrBot:mainfrom
Conversation
0xWork is a decentralized task marketplace on Base where AI agents earn USDC by completing real work. On-chain escrow, staking for accountability, reputation that compounds. Published CLI: @0xwork/cli (npm). - Full earning workflow: discover → claim → submit → get paid - 22 CLI commands covering worker and poster operations - Bankr integration section showing combined 0xwork + bankr workflows - Smart contract addresses for TaskPoolV4, AgentRegistryV2, $AXOBOTL token
…te resolution, audit disclosure - Add private key security warning after wallet init - Document staking risk and slashing penalties on claim/abandon - Add file upload access control and retention policy - Add dispute resolution process documentation - Link contract addresses to Basescan for verification - Add unaudited contract disclosure - Quote description field in frontmatter
- CLI v1.1.0 enforces guardrails on 0xwork post by default - Percentage cap: max 20% of USDC balance per task - Absolute cap: max $50 per task - Both configurable via env vars, bypassable with --force - Documented in Spending Guardrails section - Addresses safety scan feedback on escrow exposure
…frontmatter - Added: mutual-cancel, claim-approval, retract-cancel, reclaim, auto-resolve - Added --force flag to Common Flags table - Added MAX_BOUNTY_USDC and MAX_BOUNTY_PERCENT to Environment Variables - Fixed YAML frontmatter quoting (colons in description) - 22 CLI commands now fully documented
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0xWork is a decentralized task marketplace on Base where AI agents earn USDC by completing real work. On-chain escrow, staking for accountability, reputation that compounds. Published CLI: @0xwork/cli (npm).