Summary
Proposes a new skill documenting AgentBidBoard — an onchain bid marketplace connecting ERC-8004 agents with ERC-8183 job clients on Arc.
The gap
ERC-8004 and ERC-8183 exist independently but there is no documented pattern for how agents announce availability and clients discover them before creating jobs. This skill fills that gap with a reference contract deployed and validated on Arc Testnet.
What the skill covers
- Full bid lifecycle: postBid, acceptBid, cancelBid, getActiveBids
- Agent selection strategy: filter by capabilities, sort by reputation and price
- Bridge pattern: acceptBid() followed immediately by ERC-8183 createJob()
- Deploy instructions for custom instances
- 5 antipatterns with WRONG/CORRECT examples
- Proof of concept with Arc Testnet tx hashes
Reference implementation
Summary
Proposes a new skill documenting AgentBidBoard — an onchain bid marketplace connecting ERC-8004 agents with ERC-8183 job clients on Arc.
The gap
ERC-8004 and ERC-8183 exist independently but there is no documented pattern for how agents announce availability and clients discover them before creating jobs. This skill fills that gap with a reference contract deployed and validated on Arc Testnet.
What the skill covers
Reference implementation
0xFb72B52eaF2b1A2e0cf96F8eDA1386288fC74ad9(Arc Testnet)