Currently, the onchain module is largely read-only or focused on simple transactions. To empower CEOs to run real onchain businesses, they need a "Task Board" where the CEO can post tasks and founders/contributors can fulfill them.
Feature Proposal:
Add a taskboard tool to the onchain module that:
create_task(title, description, reward_eth, expiry): Deploys or registers a task on a shared or project-specific contract.
list_tasks(): Retrieves open tasks.
submit_on_behalf_of(task_id, contributor_address): Allows the CEO to record a contribution (e.g., from an email or mention) onchain.
approve_task(task_id, submission_index): Triggers reward payment.
This turns the CEO from a poster into a paymaster, which is a key step in autonomous operations.
Currently, the
onchainmodule is largely read-only or focused on simple transactions. To empower CEOs to run real onchain businesses, they need a "Task Board" where the CEO can post tasks and founders/contributors can fulfill them.Feature Proposal:
Add a
taskboardtool to theonchainmodule that:create_task(title, description, reward_eth, expiry): Deploys or registers a task on a shared or project-specific contract.list_tasks(): Retrieves open tasks.submit_on_behalf_of(task_id, contributor_address): Allows the CEO to record a contribution (e.g., from an email or mention) onchain.approve_task(task_id, submission_index): Triggers reward payment.This turns the CEO from a poster into a paymaster, which is a key step in autonomous operations.