Ideation, selection, and setup phase
This phase features: Idea discussion, plan and selection Project setup
Core Smart Account Infrastructure
Implement the foundational smart contract layer for Keyless Collective. This includes a threshold-based agent wallet (2-of-3 multisig), signature verification logic, and transaction execution function compatible with Celo. The wallet must enforce multi-signature execution onchain…
Onchain Policy Enforcement Layer
Develop PolicyRegistry smart contract to define and enforce programmable guardrails including max daily spend, contract whitelist, and daily tracking logic. Integrate policy checks into wallet execution flow. Deliverables: PolicyRegistry.sol Policy linking with wallet Unit tests…
Distributed Signer Node Network
Implement three independent signer services (Node.js), each operating with a distinct private key. Each signer exposes a signing endpoint and logs signature events. The system must demonstrate real distributed signing coordination. Deliverables: signer-a service signer-b service…
Coordinator & Execution Engine
Build a central coordination server that: Accepts transaction intent Evaluates policy rules Requests signatures from signer nodes Aggregates signatures Submits transaction to Keyless wallet Includes structured logging of: Policy evaluation Signer responses Final transaction hash…
Developer SDK (@keyless-collective/sdk)
Create a minimal JavaScript SDK that allows developers to: Create a Keyless wallet Submit transaction intents Query wallet status Fetch execution logs SDK must be installable via npm (or local package), typed, documented, and usable in a sample integration app. This milestone dem…
Live Demonstration & Volume Generation
Deploy full system on testnet and generate real on-chain transaction volume. Implement automated scripts to produce multiple valid transactions and at least two blocked malicious attempts on testnet. Provide dashboard or CLI logs showing distributed signing and policy enforcement…
Mainnet migration and roundup
After the testnet is completed, we will migrate deployment to the Celo mainnet Deliverables: Full mainnet migration Prepare for shipping and community testing
Build Agents for the Real World Hackathon V2
This is a hackathon that challenges us to build agentic applications on Celo, an Ethereum Layer 2 built for the real world and designed for fast, low-cost payments worldwide. Celo's tooling and robust ecosystem enable AI agents to deploy and scale applications across a diverse ar…