# NFT Community DAO

## Creating an NFT Community DAO <a href="#creating-an-nft-community-dao" id="creating-an-nft-community-dao"></a>

NFT DAOs are perfect for communities built around **NFT collections**, where NFT holders make decisions about the collection's future.

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before creating your NFT Community DAO:

* **Solana wallet** with at least **2 SOL (or 2.5 SOL for initial DAO metadata)** + network fees
* **NFT Collection** already created and distributed
* **Collection metadata** and verification details

{% stepper %}
{% step %}

### Start NFT DAO Creation <a href="#step-1---start-nft-dao-creation" id="step-1---start-nft-dao-creation"></a>

Navigate to [**Realms**](https://v2.realms.today/) and click **Create DAO**, then select **NFT DAO**.
{% endstep %}

{% step %}

### NFT Collection Setup <a href="#step-3---nft-collection-setup" id="step-3---nft-collection-setup"></a>

Configure your NFT collection for governance:

* **Collection Address**: The verified collection identifier
* **Collection Name**: Display name for your collection
* **Voting Weight**: Usually 1 vote per NFT

|              ✅ Supported             |                   ❌ Not Supported                  |
| :----------------------------------: | :------------------------------------------------: |
| Metaplex Non-Fungible Standard (NFT) | Metaplex Programmable Non-Fungible Standard (pNFT) |
|         Metaplex Core (CORE)         |              Metaplex Hybrid (MPL-404)             |
|             {% endstep %}            |                                                    |

{% step %}

### DAO Information <a href="#step-2---dao-information" id="step-2---dao-information"></a>

Enter your NFT DAO's details:

* **DAO Name**: Should relate to your NFT collection
* **DAO Description**: Explain your DAO's purpose and goals
* **DAO Image**: 1mb Max 512x512px
* **DAO Banner**: 2mb Max 1200x400px
* **Category**: DeFi, Social, Web3, NFT, Gaming, Legal, Other
* **Socials Links**: Website, Twitter, Discord
  {% endstep %}

{% step %}

### Council Setup

Decide the size of your council:

* **Council Size**: Number of council members
  {% endstep %}

{% step %}

### Review Settings <a href="#step-7---review-settings" id="step-7---review-settings"></a>

Review all your DAO configuration before deployment:

* Verify all parameters are correct
* Check token supply and voting thresholds
* Ensure treasury settings are appropriate
  {% endstep %}

{% step %}

### Advanced Configuration (Optional) <a href="#step-4---voting-configuration" id="step-4---voting-configuration"></a>

Custom set up voting parameters:

* **Proposal Threshold**: Tokens required to create proposals
* **Max Voting Time**: How long members have to vote
* **Cool-off Period**: Duration after the voting ends during which the vote can only be removed or voted *NO*
* **Approval Quorum**: Percentage of total supply needed to pass proposals
* **Treasury**: Amount of initial treasuries upon creation
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}
**Security Considerations**: Always test your DAO configuration with small amounts first and double-check all parameters.
{% endhint %}


---

# 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.realms.today/realms-v2/dao-creation-wizard/nft-community-dao.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.
