> 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/fee-structure/payment-and-fees.md).

# Payment and Fees

Job listings on CoMakr will accept both cryptocurrencies and fiat for payments. Cryptocurrency support includes USDT, USDC, and MATIC (Polygon). We will be adding more cross-chain payments such as BTC Lightning network and Etheruem in the future. Fiat payments can be made using credit or debit cards.&#x20;

The following fees are structured to show the percentage that CoMakr will take per job.&#x20;

* Makr Rooms and Standard Job Listing Fees:&#x20;
* Cryptocurrency Payments 8% fees + Gas fees(15% off on all fees when MAKR is used for payments or fees only)&#x20;
* Fiat Payments Pending&#x20;

**Note: As fiat payments are made through a third party, this will have a higher cost to the end-user due to their interest rate charges. Fees are subject to change at any time.**


---

# 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/fee-structure/payment-and-fees.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.
