Zodiac Wiki

Gnosis Guild orb
Home

Difference between revisions of "Exit Pattern"

m (Blanked the page)
Tag: Blanking
Line 1: Line 1:
=== About the Exit Module ===
This module allows participants to redeem a designated token for a proportional share of an avatar's digital assets, similar to Moloch DAO's rageQuit() function.


This means any holders of a designated ERC20 token can at any time redeem their designated ERC20 tokens in exchange for a proportional share of the Gnosis Safe’s ERC20-compatible token assets. The designated token is defined when the Exit Module is deployed, but the designated token can be modified by the owner at any time.
This module is intended to be used with the Gnosis Safe.
[https://github.com/gnosis/zodiac-module-exit Read more here]. For a more technical guide on how to use the Exit Module beyond the Zodiac App interface, see the Github repo [https://github.com/gnosis/zodiac-module-exit/blob/master/docs/setup_guide.md Setup Guide].
=== Features ===
Provides a mechanism by which users can always voluntarily choose to leave an organization, taking a relative share of the assets.
The module has an owner and an avatar. The avatar is the entity that will trigger the Exit transaction, and the owner can modify the attributes of the module, including the avatar and the owner itself.
The designated token can only be modified by the owner (e.g. a Gnosis Safe).
=== Flow ===
Make sure the Gnosis Safe has any ERC20 compatible token assets available to redeem.
Execute the exit function with a signer that owns designated tokens, passing the available ERC20 tokens held by the Gnosis Safe as a parameter.
===Solidity Compiler===
The contracts have been developed with Solidity 0.8.4 in mind. This version of Solidity made all arithmetic checked by default, therefore eliminating the need for explicit overflow or underflow (or other arithmetic) checks.
=== Setup Guide ===
Follow our Exit Module Setup Guide.
=== License ===
Created under the LGPL-3.0+ license.
=== Audits ===
An audit has been performed by the G0 group.
All issues and notes of the audit have been addressed in commit 4e7029acf8c71727f484ca0b1873de021964d3c7.
The audit results are available as a pdf in this repo or on the g0-group repo.
=== Security and Liability ===
All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[[Category:Documentation]]

Revision as of 21:36, 1 March 2022

Pages in category "Exit Pattern"

The following 2 pages are in this category, out of 2 total.