Group Avatars
Group avatars/currencies aggregate collateral from trusted tokens and mint group tokens. The Rust SDK now supports both the read side and the main operational group flows.
Available today:
- query groups, memberships, holders, and treasury collateral
- register new groups through
Sdk::register_group - plan or execute group-token mint/redeem from human or organisation avatars
- manage group trust and membership conditions through
BaseGroupAvatar - transfer or replenish using a group avatar as the sender
Current boundary:
- dedicated “invite UI” helpers are still thinner than the TS app/docs language
- browser-hosted Safe execution is still outside core Rust