# Documentation

## Coordinape: How It Works

Coordinape's core is our Circles - groups of DAO participants that wish to distribute funds through a decentralized gifting process. Each Circle can define the rules of participation -- it can grow its network permissionless, set parameters around some aspects of its game mechanics, and toggle network visibility through centralized admin or internal governance.

{% embed url="<https://youtu.be/J8oGun8EKDE>" %}
How to Coordinape by Gabriel H
{% endembed %}

Circles run in Epochs: periods in which constituent contributors can send each other GIVE tokens, representing that Circle's total budget allocation. We envision Epochs as monthly events where contributors can consider each other's collaboration, mutual enablement, and furthering of the DAO's mission over that period. Each member is allocated a fixed amount of GIVE (100 by default) and can freely send any number of these tokens to other Circle members during the Epoch. Members can also opt-out if they receive funding elsewhere, allowing them to send GIVE but not receive it.

GIVE has no value if it's not received by another Circle member -- the gifting process defines the per-member payout from the Circle's budget.

When the Epoch ends, each member has received the GIVE can be exchanged for a pro-rate amount of the monthly treasury budget.

## What They Say About Us

* [Decentralized payroll management for DAOs by Andre Cronje Article](https://medium.com/iearn/decentralized-payroll-management-for-daos-b2252160c543)
* [Zach & Tracheopteryx | Meet the Nation by Bankless Video](https://youtu.be/JM0zF3AzFno)
* [Coordinape - Decentralize Payroll for the Modern DAO Video](https://www.youtube.com/watch?v=J8oGun8EKDE\&t=39s)
* [Metanauts Guide to Coordinape 🐵 Article](https://medium.com/mstable/metanauts-guide-to-coordinape-964778e0f073)
* [Tracheopteryx: Yearn, Coordinape, and pseudonymity by ByteCode Podcast](https://bytecode.substack.com/p/6-tracheopteryx-yearn-coordinape?s=r)

#### APING IN Video Series by CRE8R

* [APING IN - EP #1 - Bankless DAO x Cre8rDao talk Coordinape](https://www.youtube.com/watch?v=2rFNiNCCQa8)
* [APING IN - EP #2 - Masq Network x Cre8rDAO talk Coordinape](https://www.youtube.com/watch?v=vGpNgYMFO84)
* [APING IN - EP #3 - PoolTogether x Cre8rDAO talk Coordinape](https://www.youtube.com/watch?v=WTmzObc8f0o)
* [APING IN - EP #4 - Forefront x Cre8rDAO talk Coordinape](https://www.youtube.com/watch?v=Y_Y2zlso0Os)


---

# 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.coordinape.com/info/documentation.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.
