Overview — HCS‑16 Flora Coordination
HCS‑16 defines coordination primitives for Flora accounts: multi‑member accounts built out of HCS‑15 Petals. Each Flora runs on three dedicated topics and exchanges a small set of standardized messages to initialize membership, coordinate transactions, and publish state.
This page explains the “why” and “how” before you touch code.
What HCS‑16 Solves
- Creates a predictable skeleton for multi‑member accounts on Hedera
- Separates concerns across three topics so readers/indexers stay simple
- Uses explicit, typed operations so flows are auditable and replayable
The Three Topics
- Communication Topic (CTopic): human/agent coordination and lifecycle messages
- Transaction Topic (TTopic): transaction intents and proposals
- State Topic (STopic): compact state updates (often paired with HCS‑17 hashes)
All topics use numeric‑enum memos per spec for consistent discovery by indexers.