Task Layer

The Task Layer defines how automation modules are created, published, and reused.

Key Elements:

  • Task Module Registry: A decentralized catalog of executable modules stored on Solana. Each module includes:

    • Version and metadata

    • Proof logic schema

    • Creator ID and royalties

    • Input/output structure

  • Smart Contract Anchor Points: Task Registry connects to Solana smart contracts for on-chain publication, allowing immutable reference to module versions.

Purpose: This enables composability — developers can build on each other’s modules to create multi-step workflows.

Last updated