> For the complete documentation index, see [llms.txt](https://docs.coordinape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coordinape.com/get-started/compensation.md).

# Compensation

Coordinape allows you to decentralize payroll. Here's how:

First, members allocate "[GIVE](/get-started/give.md)" tokens to each other during an [Epoch](/get-started/epochs.md). These tokens represent a portion of the budget set for the team.

Then, after allocation, the Circle Admin exports a CSV and uses their preferred payment method to pay Circle members. If you have a CoVault in your organization, the Circle Admin submits payment for the team to claim.&#x20;

{% content-ref url="/pages/gWN1v8kpqkgV2GC09KlO" %}
[Paying Your Team](/get-started/compensation/paying-your-team.md)
{% endcontent-ref %}

![CSV Output](/files/PYIUUANIewJVerVQUz5C)

The compensation your Circle will distribute can vary from $0 to millions. The only limit is your treasury!


---

# 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:

```
GET https://docs.coordinape.com/get-started/compensation.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.
