# Gift Circle

The Gift Circle allows a group of DAO contributors to decentralize the payment process, identifying each other's value to the organization to create a compensation map.

Compensation is done through a process of Gifting.

## The Gift Circle

An organization can stand up to any number of Gift Circles, adding members through a decentralized process. Then, during a set period (the Epoch), the group can perform the Gifting process as follows:

* At the start of the Epoch, each member of the Circle receives several non-divisible GIVE tokens (Determined by the Circle Admin)
* Members allocate their GIVE tokens to other members throughout the Epoch to reward them for the value they bring to the Circle.
* Members can adjust their allocations up until the end of the Epoch.
* They can add notes to their allocations if they wish
* At the end of the Epoch, all allocated GIVE tokens become locked (now called GET tokens), and all unallocated GIVE tokens are burned.
* Budget distribution is then formulated according to the percentage of total GET tokens that each member of the circles has received.

## Example

* Joe receives 75 GETs over the Epoch from his colleagues,
* Total GETs allocated during the Epoch are 1500,
* The total Contributor Budget is 50,000 USDC
* Circle Admin sends Joe 2,500 USDC (0.05 of the Budget).


---

# 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/gift_circle.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.
