Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix grammatical errors and update layout #18

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 8 additions & 13 deletions docs/DAO-Management/DAO-add-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,34 @@
sidebar_position: 5
---



# Adding Members to a DAO

In order to add a member to your DAO click on the **[+]** button in the members panel.
In order to add a member to your DAO click on the ![addMemberButton](/img/DAO-add-members/add-member-button.png) button in the members panel.

![add-members](/img/DAO-add-members/members_view.PNG)

Specify the new member's wallet address in the form that appears and press **[Propose]** button to create a proposal to add the new member.
Specify the new member's wallet address in the form that appears and click on the **Propose** button to create a proposal to add the new member.

![add-members](/img/DAO-add-members/member's_wallet.PNG)

:::tip
All the other options of the proposal are automatically filled out and you don't have to specify them unless you want to override the default values.
:::tip Options
All the other options of the proposal are automatically filled out and you don't have to specify them unless you want to override the default values. You can access the options panel by pressing the **Options** button.
:::


You can access the options panel by pressing the **[Options]** button.

**Proposal Title:** This is the title the other members of your DAO will see when they vote on the proposal.

**Proposal Description**: The description of the proposal.
**Proposal Description:** The description of the proposal.

**Voter Weight**: If the member is added the voter weight defines how much voting power the member will have. Voter weight of 1 means the new member would have 1 vote in the DAO. The voter weight can be changed in the future by creating additional proposals.
**Voter Weight:** If the member is added the voter weight defines how much voting power the member will have. Voter weight of 1 means the new member would have 1 vote in the DAO. The voter weight can be changed in the future by creating additional proposals.

![add-members](/img/DAO-add-members/wallet_options.PNG)

After proposing and voting yourself, you have to wait for other members of the DAO to vote to add the member. Depending on how the DAO is set up a different percentage of members will have to accept the proposal before the new member can be added.

![add-members](/img/DAO-add-members/voting_results.PNG)

When enough members approve the proposal and the approval quorum is reached it is automatically passed without waiting the full voting time (3 days by default).
When enough members approve the proposal and the approval quorum is reached it is automatically passed without waiting the full voting time (3 days by default).

Finally, after the proposal is approved by the DAO members, in the "Instructions" section of the proposal click on the **[Execute]** button to mint the membership token(s) to the new member.
Finally, after the proposal is approved by the DAO members, in the "Instructions" section of the proposal click on the **Execute** button to mint the membership token(s) to the new member.

![add-members](/img/DAO-add-members/execute_instructions.PNG)
34 changes: 0 additions & 34 deletions docs/DAO-Management/createing-DAOs/DAO-wizard.md

This file was deleted.

126 changes: 0 additions & 126 deletions docs/DAO-Management/createing-DAOs/NFT-Community-DAO.md

This file was deleted.

78 changes: 0 additions & 78 deletions docs/DAO-Management/createing-DAOs/bespoke-DAO.md

This file was deleted.

34 changes: 34 additions & 0 deletions docs/DAO-Management/creating-DAOs/DAO-wizard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
sidebar_position: 1
---

# DAO Wizard

You'll use a DAO Wizard to get things started. There are two types of DAOs you can create: multisig and bespoke. With a multisig DAO you don't have to worry about governance tokens, governance programs, and other details because the Wizard will provide this information. With a bespoke DAO you have more freedom to customize your DAO, but you will need to provide information to get started.

### Connecting your wallet

The first thing to do is to go to the [Official GUI](https://realms.today) and be sure that you have [Phantom](https://phantom.app/) installed on your browser.
Once you have Phantom Wallet installed, you are ready to connect. You should see a button in the top-right corner to connect your wallet.

:::info Connecting to Devnet
By default, your wallet will connect to `mainnet-beta` but you can switch to `devnet` by clicking the arrow on the button and toggling the `Devnet` button:

![selectDevnetButton](/img/multisig-DAO/select-devnet-button.png)
:::

Once you have connected your wallet and selected your preferred network, click the `Create DAO` button:

![createDAObtn](/img/multisig-DAO/create-DAO-btn.png)

Your wallet will pop up asking to connect to the app:

![connectwallet](/img/multisig-DAO/connect-wallet.png)

Go ahead and connect and you'll be redirected to the DAO Wizard page:

![DAOwizard](/img/multisig-DAO/DAO-wizard.png)

The DAO Wizard is a tool designed to help you with the setup of your DAO. It will guide you through the necessary steps to create a new DAO based on the option you choose

_Let's dive into each one of these options._