Skip to Content
Contracts

Contracts

Overview of the core contracts and what each one is responsible for.

  • BountyManager: main brain — logs actions, verifies them, handles payouts, closes bounties.
  • BountyDirectory: simple index — helps the app/worker find bounties fast.
  • FeeTreasury: receives protocol fees (creation + payout).
  • Users / Worker: users create bounties; worker submits verified actions and finalizes them when goals/conditions are reached.

Interaction map

Clout contracts interaction map

Note: this is a simplified view. The actual implementation is more complex, but this gives you a good overview of the contracts and how they interact.

Last updated on