> For the complete documentation index, see [llms.txt](https://comakr.gitbook.io/comakr-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comakr.gitbook.io/comakr-whitepaper/ecosystem/escrow-contract.md).

# Escrow Contract

CoMakr's escrow feature ensures a fair experience for both parties. CoMakr is a marketplace where people can meet and safely build projects with the help of smart contracts. When a job starts, the payment is automatically moved into a temporary safe deposit account (escrow), where it will be held until the job is completed.

**How does the Escrow Work?**

The seller’s payment (fiat or cryptocurrency) is automatically transferred into a secure escrow when a job starts.

**Note: The amount transferred into the escrow is the payment amount plus the platform fees**

**How Does the Escrow Help Clients?**

The client’s payment will stay in escrow until both parties agree on the completion of the job.

**How Does the Escrow Help Freelancers?**

The payment is held in a secure escrow contract which ensures the payment will be delivered upon the completion of the project.

Once the job is completed and confirmed, the client can release the payment from escrow to the freelancer or team. This will mark the completion of the job and contract. Team members will get their payments separately. At the beginning of each project, it will be decided how much each team member will receive and how they will receive it.


---

# 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://comakr.gitbook.io/comakr-whitepaper/ecosystem/escrow-contract.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.
