> For the complete documentation index, see [llms.txt](https://docs.gamedao.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamedao.co/gamedao-protocol/technical-overview.md).

# Technical Overview

This technical overview includes all you need to know about GameDAO's protocols:

* Control
* Signal
* Noise
* Flow
* Sense
* Tangram

### Build unstoppable organisations with CONTROL.

**CONTROL** allows you to build organisations (DAOs) with the following features:

* open or invitation only
* public and transparent or private and opaque
* transfer, reserve or without membership fees
* electable prime
* segregated multi currency treasury

### Enable Communities with SIGNAL and NOISE.

Open up and let the community take part, with SIGNAL and NOISE:

* withdrawal
* spending
* membership
* prime
* motions
* simple / relative / absolute majority
* binary / multiple choice
* conviction
* integration with web2 apis

### Leverage decentralised fundraising protocols with FLOW.

FLOW encompasses a number of fundraising and financial features:

* grants, donations, subscriptions
* prepaid campaigns with/without perks, milestones
* community governance of segregated campaign treasury
* lending with multiple collaterals
* fractionalised shares based on non fungible assets

### Use the Power of Communities with SENSE

SENSE enables a safe and secure platform using identity primitives from GameDAO's underlying network, zero.io. Leverage decentralised identity frameworks to create gamified experiences.

* zero core identity
* 3rd party integrations with SocialKYC, traditional KYC/KYB and DID

### Reward and Incentivise with TANGRAM

Tangram is GameDAO's rewards, incentives and digital collectibles protocol that gives these assets the following features:

* feeless
* composable
* mutable
* compatible


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gamedao.co/gamedao-protocol/technical-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
