# Which Governance Type is Right For You?

## Multisig (“multiple signature”)

In the early stages of your project and want to move fast? Multisig is your best bet. Multisig projects can be converted to token voting projects at a later date!

## ERC-20 Token Voting

Already have a plan for tokenized governance? Already have a token that you want to use for governance? ERC-20 projects are the right place for you.

## ERC-721 (NFT) Token Voting

Want to create a decentralized governance model for an NFT collection? Want a simpler form of governance based on membership represented by NFT holdings? ERC-721 projects are the way to go.


---

# 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.decentdao.org/app/user-guide/start/which-governance-type-is-right-for-you.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.
