Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattinp authored Nov 16, 2022
1 parent 22e0a15 commit 5c7ccdd
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions src/how-to/UNA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,33 @@ UNAs can be created by two or more members through agreement without the need fo

Wrappr provides a form of UNA agreement that is drafted to attach to accounts through minting an NFT and provide qualified code deference, stored on Ethereum and IPFS ([Delaware copy](https://de.una.ricardian.eth.limo/), [Wyoming copy](https://wy.una.ricardian.eth.limo/)).

A good practice for DAOs would be to pass a governance proposal to vote on the formation of the UNA, this way it proves that there's an agreement by members.


### Examples

Examples of DAO UNAs in the wild include [Idle DAO](https://gov.idle.finance/t/legal-structure-for-the-idle-dao/682) and [LexDAO](https://lexdao.coop/). [Legal authors](https://github.com/LeXpunK-Army/LeXpunK_DAO_Defense_Protocol/blob/main/Operator's%20Manual%20-%20LeXpunK%20Legal%20Defense%20Protocol.pdf) have also argued that groups defined by a notable public purpose and organized via smart contracts should already have limited liability for their membership as UNA, such as the original [Moloch DAO](https://molochdao.com/).

### Extra Notes
### DAOs & UNA's

If an UNA agreement is silent, [model law](https://www.uniformlaws.org/viewdocument/final-act-149?CommunityKey=40227d3a-8b5d-47c2-8cd0-b0ec12da97f9&tab=librarydocuments) prohibits transfers of membership interests by default.
If an UNA agreement is silent, [model law](https://www.uniformlaws.org/viewdocument/final-act-149?CommunityKey=40227d3a-8b5d-47c2-8cd0-b0ec12da97f9&tab=librarydocuments) prohibits transfers of membership interests by default, so these should be included in a UNA's agreemnt, dictating when transfers should be allowed.

Care should be taken when distributing assets to UNA members as this may prevent it from retaining its limited liability as a non-profit venture. Note, however, UNAs may engage in activities that produce profit so long as they are in furtherance of the non-profit purpose.

#### DAOs with Siloed Protocol and Treasury Entities

Even though UNAs are probably the most suitable entity type for non-profit DAOs, there are some potential risks involved, i) if for any reasons the members decide to distribute profit resulting in a challenge to the liability limitations and ii) changes in law that might affect its categorization as a not-for-profit organization.

So, DAOs might opt for a "siloed" entity structure, wrapping it's treasury in a UNA and then using a separate enitity type for the protocol, like an LLC. This could give a DAO more flexibility than a fully wrapped DAO in case they chose to engage in for-profit activities, since their protocol and treasury would now be in two separate entities, meaning that the treasury would keep its organizational structure independent of any decision made by the protocol. However, siloed structures have share the same risks as a DAO fully wrapped as a UNA (members actions could still challenge their limited liability status), plus there's another layer of complexity given their dual structure and some tributary issues may arise if entities are filled in different taxing jurisdictions [[1]](#1).

### Taxation

UNAs are taxed as corporations (21%) unless other election is made. However, since no dividends can be distributed to members without disqualifying UNA, taxation is effectively limited to the entity level. They must file estimated taxes each wuarter and file annual tax return [[2]](#2).


## References
<a id="1">[1]</a>
https://a16zcrypto.com/wp-content/uploads/2022/06/dao-legal-framework-part-1.pdf

<a id="2">[2]</a>
https://daos.paradigm.xyz/

0 comments on commit 5c7ccdd

Please sign in to comment.