For the complete documentation index, see llms.txt. This page is also available as Markdown.

Holons types (flavor)

Composable patterns for shaping a holon's behavior

A holon is a unit that is both a whole and a part. The Holons protocol does not enforce one shape for that unit—instead, it offers a small set of flavors that can be applied independently or combined. Each flavor answers a different question about how a holon operates.

Flavor
The question it answers

How are incoming resources routed to multiple destinations?

How are work, roles, and communication coordinated day-to-day?

How is membership stratified by depth of participation?

How are contributions recognized and weighted?

These are not mutually exclusive categories. A real holon is usually several flavors at once: a community might be Managed (coordinated through a bot), Appreciative (its value system runs on peer recognition), Zoned (membership has depth), and contain a Splitter at its boundary to route incoming funds. The flavors are composable lenses, not exclusive types.

How to pick a flavor

Start from the problem the holon is actually facing:

  • If resources are arriving and need to be distributed — start with a Splitter Holon.

  • If a group is already coordinating in chat and needs structure — start with a Managed Holon.

  • If contributions come in many forms and members need different depths of involvement — start with a Zoned Holon.

  • If the culture of recognition is what makes the holon work — start with an Appreciative Holon.

Once one flavor is in place, layering another is incremental rather than a re-architecture. The same identity, membership, and resource registries serve all of them.

  • Funding Flow — the full whitepaper on the primitives (splitters, threshold buckets, value equations, federation) that flavors compose on top of.

  • HolonsBot — the operational layer that makes most Managed and Appreciative Holons run in practice.

  • HoloSphere — the spatial / federation substrate that lets holons of any flavor find and connect to each other.

Last updated

Was this helpful?