LaCrew docs
Protocol

Protocol overview

LaCrew encodes an organization as a tree of smart accounts with streaming allowances and stacked policy modules.

Human root(s)
 └── Treasury
      ├── Manager agent
      │      ├── Worker
      │      └── Worker
      └── Manager agent
             └── Worker

Components

ContractRole
OrgRegistryTree of nodes and reporting edges
TreasuryHolds funds; streams allowances downward
IPolicyModulecheck → ALLOW | ESCALATE | DENY
EscalationRouterPending intents climb the tree
GovernanceModuleConstitutional changes only

Operational spend never votes. Constitutional changes (hire/fire, budgets, policy upgrades) go through governance with risk-tiered execution.

TODO

  • TODO: Formalize event schemas for the audit trail indexer (Ponder)
  • TODO: Spec session-key lifecycle against ERC-4337 modules

On this page