# DAO LLC Operating Agreements & Amendments

## Operating Agreement (OA) Overview

* A DAO LLC’s Operating Agreement is its core organizing document and defines:
  * How the company tracks its Members (e.g., on paper vs. with a token)
  * How Members join or leave
  * How decisions are made
  * How profits (if any) are used and distributed
  * How smart contracts are involved
  * Other important elements of how your organization works
* What you put in your OA is almost entirely up to you and your lawyers. You can write one from scratch or modify our template in almost any way you wish.
* We highly recommend having a lawyer review your OA and all other legal decisions related to your company and its formation. We can help [introduce you to a lawyer](broken://pages/I9Qk7uw1vHbjcJgxf3fS) if you need one.

## Operating Agreement Template

[View our detailed Operating Agreement Template here](https://drive.google.com/file/d/1wf2IKtZhqu8AczqoBJ9i3qIcm8rw2pg3/view)

* MIDAO provides updated templates, operating agreement support, and operating agreement workshops to various degrees with our [all-inclusive pricing](https://www.midao.org/).
* MIDAO is not a law firm and does not provide legal advice. Read our full legal disclaimer [here](/legal-disclaimer.md). We recommend seeking legal advice regarding your operating agreement and can help connect you with leading Web3 & DAO lawyers.
* An editable Word version of the operating agreement is available to MIDAO clients on their onboarding portal.

### **Questions you will need to consider as you develop your OA include:**

* Are you looking to establish a non-profit entity (e.g., so that it has no taxes) or a for-profit entity (e.g., so that it can distribute accrued profits to Members)?
* Will your DAO track membership on paper (usually on an exhibit to your OA) or use a token or Multi-Sig to track membership?
* Does your DAO have a Multi-Sig committee that manages its treasury, such that you want to legally require them, for example, to sign in accordance with the DAO’s wishes?
* What type of governance/voting structure will you use, and to what extent will you write it on paper, or will you reference a smart contract containing the details?
* Does your DAO want to have Managing Members who act as an interface between the DAO LLC and the outside world? For example, Managing Members can make opening bank and other trad-fi accounts easier since most non-DAO companies have managers.

## Initial Contributions

* The Initial Contributions section of a DAO LLC's operating agreement, like that of a regular LLC, is one way to have Members signing the operating agreement acknowledge that property is contributed to and, therefore, owned by the company rather than by individual members. The section is optional, and DAO LLCs can also perform contributions using instruments separate from the operating agreement.
* In the initial contributions section of an OA, it is common to list assets owned collectively by the DAO LLC, such as wallet or treasury addresses, Discord accounts, AWS accounts, any IP (e.g. the DAO's name & logo), etc.
* Some DAOs will also list start-up costs. This can be whatever you spent your start-up costs on or any money/assets you want to contribute to the company to cover upcoming start-up costs, to make it clear that those things (accounts, money, etc.) are now owned by the company (the DAO) and not by the individuals who purchased the items or previously held the money.

## Amending an Operating Agreement (OA)

* You can use an amendment to your operating agreement (or any process outlined in your current agreement, such as an on-chain proposal) to change anything about the agreement. This is something you do on your own. As soon as you sign an amendment or otherwise follow a process outlined in the current agreement, the change is complete.
* There is no cost to amend your agreement, it is valid as soon as it is duly executed. MIDAO and the government do not have to do anything to execute the change. You can make changes as often as you want, in any way you want, at no cost and with no involvement from MIDAO or the government.
* At annual filings in January, a DAO LLC has to send MIDAO an updated copy of its latest operating agreement. A DAO LLC can also optionally send MIDAO a copy of an amended OA at any time so that the Marshall Islands has the latest information on file and can produce updated documents like a [Certificate of Incumbency](/rmi-dao-llc-registration-and-compliance/public-registry-and-certified-documents.md) for the DAO LLC, as needed, with the latest information.
* [Download a sample operating agreement amendment here](https://drive.google.com/file/d/1kD_QcNH9KdiNAq4cF0LylvpTAcyG0N5A/view).
* DAO LLCs and their lawyers are responsible for ensuring that any amendments (or any other business actions you take) are consistent with your organization’s policies and procedures.

### Standard Amendment Process

1. **Check your current OA's amendment clause first.** Your current Operating Agreement defines the process for amending itself — for example, who must sign or vote, what threshold is required, and whether on-chain governance is permitted. Follow that process. If your OA does not specify a process, the default Marshall Islands rules for LLC amendments apply.
2. **Execute the amendment** in the manner your OA requires (signature, on-chain vote, multi-sig approval, etc.).
3. **Produce an updated Operating Agreement** that incorporates the amendment. The updated OA does not itself need to be signed; you can attach the executed amendment to it for recordkeeping.
4. **Send the latest copy to MIDAO** — either right away (recommended, so we can produce certified documents like a Certificate of Incumbency reflecting the change) or at your next annual filing.

### Amendments via On-Chain Governance

If your OA delegates amendments to an on-chain governance process, you do not need a wet-ink signature page. In place of one, attach a **screenshot or other evidence of the governance vote results** (proposal ID, vote tally, transaction hash) to the amendment document. This is what most fully on-chain DAO LLCs do.

### Common Amendments

Amendments are how DAO LLCs migrate to a new DAO contract, swap governance token addresses, change treasury addresses, add or remove Managing Members, change profit allocation, or otherwise update how the DAO LLC works. The amendment is legally effective the moment it is properly executed — no government filing or MIDAO action is required for it to take effect.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.midao.org/dao-llc-structuring/dao-llc-operating-agreements-and-amendments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
