What DAOs use
DAO workflows are usually composed from several FabricBloc capabilities rather than one standalone service: wallets for accounts and signing, tokens for membership or voting assets, vaults for treasury movement, and agents for scoped operational actions.
When to use this path
- Build treasury workflows that require explicit permissions.
- Connect token ownership or balances to governance actions.
- Give an agent narrow authority to inspect, prepare, or execute approved operations.
- Keep DAO operations readable for humans while generated references stay in Scalar.
Build path
- Start with Wallets for account and signing boundaries.
- Add Tokens when membership or voting assets are needed.
- Add Vaults when treasury deposits or withdrawals are part of the workflow.
- Use MCP for agent-hosted operations with scoped permissions.