# Decentralized Governance & on-chain voting

Easily implement a DAO with on-chain Governor using collections from NFTs2Me. Under the hood we provide an extension of ERC721 standard to support voting and delegation as implemented by Votes, where each individual NFT counts as 1 vote unit.

Our technology paves the way to easily implement a **DAO from the NFT Collection** giving voice and vote to your users, everything on-chain!

{% hint style="info" %}
Tokens do not count as votes until they are delegated, because votes must be tracked which incurs an additional cost on every transfer. Token holders can either delegate to a trusted representative who will decide how to make use of the votes in decentralized governance decisions, or they can delegate to themselves to be their own representative.
{% endhint %}

Check more at <https://nfts2me.com/#why-choose-us>


---

# 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.nfts2me.com/features/decentralized-governance-and-on-chain-voting.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.
