# Joining and leaving a member-based DAO

As explained in [*What's a DAO?*](https://dao-dao-docs.gitbook.io/docs/introduction/whats-a-dao#members-multisig-replacement), member-based DAOs have static membership, meaning the DAO must pass a proposal to add or remove members. Members cannot independently decide to join or leave a member-based DAO.

You may want to read the [proposal explanation doc](https://dao-dao-docs.gitbook.io/docs/dao-governance/proposals/what) to understand how proposals work in DAOs before proceeding.

Check out our YouTube for video guides for [adding](https://youtu.be/YjF-4jwUhgI) or [removing](https://youtu.be/25q62ZleOd0) members from a member-based DAO.

## Joining (adding)

To add a new member to a member-based DAO, an existing member must submit a proposal to do so. To begin, starting from your DAO's page, navigate to **Proposals > New Proposal**.

![Create proposal button](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/cKbyCAHSgiqW1tajPCgR/create-proposal-button.png)

Enter the details of your new proposal, and then click the `Add an action` button.

![Add an action button](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/qBIPqpuPufsKY1XQOiPk/add-member-add-action.png)

In the action category selection modal, select the `DAO Governance` category.

![DAO Governance category](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/M1rwmC2Fk2VDCQ6n0p71/add-member-action-modal.png)

Then, choose the `Manage Members` action.

![Manage Members action](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/tp3EwCUcgSJ85SZrn1PO/add-member-manage-members.png)

From here, you can add new members, update existing members' voting powers, and remove existing members. In this example, we'll just add a new member.

![Add Meow](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/JPg0ZN3vhTFFooPcVvRW/add-member-add-meow.png)

{% hint style="info" %}
**Voting Weight**

For Meow's voting weight, we can choose any whole number greater than zero. Since the DAO was created with a single member with a voting weight of 1, we will choose 1 for Meow so that the members have equal voting power. If we instead gave Meow a voting weight of 3, they would have 75% of the DAO's total voting power, and the current member would only have 25%.
{% endhint %}

All that's left to do is publish, vote on, and then execute the proposal.

![Execute proposal](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/lFweRpoH1BwyKiMUnxlz/add-member-proposal-execute.png)

Once passed, executing the proposal will activate the software instructions contained in the proposal, which in this case adds Meow to the DAO.

Now that it has been executed, Meow is in the DAO!

![DAO's members tab with Meow](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/kyXoWgSkBPxOgEDcQ90n/add-member-done.png)

## Leaving (removing)

To remove a member from a member-based DAO, the process is identical to adding a new member. However, instead of adding an address under the `Members to add/update` heading, we will add an address under the `Members to remove` heading.

![Remove Meow](https://content.gitbook.com/content/FeZdSnf8xo1cMhsn2Qoj/blobs/n3ifC6PNsnP7otqg0Esr/remove-member-action.png)

Passing and executing this proposal will kick Meow out of the DAO, and they will no longer be able to vote on future proposals.

{% hint style="info" %}
If a proposal was created when Meow was a member of the DAO, they will still be able to vote on it. Membership changes only take effect for future proposals.
{% endhint %}
