You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the group has some balances on the trust graph, they are path fungible
(?) if the group has some balances (group's or avatar's), should group get called upon transfer such that it can selectively block? -- already covered by trust relations?
Wrapping / minting
mint through explicit call;
can mint happen after path-transfer - look into pre-/post- hooks on intents
create callback to group contract to review and adjust the mint (see 0cb9358)
Demurrage
group tokens have the same demurrage behaviour as avatar tokens
if the exit fee was set to 100%, then collateral is burnt upon minting. No unwrapping is possible, but group tokens can be used to mint (other) group tokens
The text was updated successfully, but these errors were encountered:
Native group currencies, user stories
Registering
Trusting
(simplytrustGroup()
trust()
indiscriminately)upon trusting group, avatar implicitly trusts all the group memberstrustGroupMembers()
#36Path transfers
(?) if the group has some balances (group's or avatar's), should group get called upon transfer such that it can selectively block?-- already covered by trust relations?Wrapping / minting
Demurrage
Unwrapping with exit fee
Burnt collateral for composing group tokens
The text was updated successfully, but these errors were encountered: