NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

DAOs

Combine wallets, tokens, vaults, and scoped agent actions for governance and treasury workflows.

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

  1. Start with Wallets for account and signing boundaries.
  2. Add Tokens when membership or voting assets are needed.
  3. Add Vaults when treasury deposits or withdrawals are part of the workflow.
  4. Use MCP for agent-hosted operations with scoped permissions.

References