Skip to content

Feature: Onchain Task Board for CEO-led bounties and coordination #30

@FreeTurtle7

Description

@FreeTurtle7

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:

  1. create_task(title, description, reward_eth, expiry): Deploys or registers a task on a shared or project-specific contract.
  2. list_tasks(): Retrieves open tasks.
  3. submit_on_behalf_of(task_id, contributor_address): Allows the CEO to record a contribution (e.g., from an email or mention) onchain.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions