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

# How it works

Work process in Solemp is quite simple. Task creator describes their task in a special tab for him, as well as the performance criteria for which the performer will be paid. Then, creator sets the parameters of their task (value of one completion, maximum number of completions, duration for which task will be active if the number of completions doesn’t reach the maximum earlier, and additional conditions for performer) by clicking the PIW (Put in Work) button. All submitted tasks will be reviewed for censorship and legality parameters. After verification, task creator will have the option to fund the contract with a 5% platform commission (payment will only be accepted in USDC). Creator adds USDC assets to the contract, and the task becomes active and visible for performers. Creator has right to change activity of task at any moment (suspend/resume it). If the number of completions doesn’t reach the maximum, then at the end of the duration creator will be able to collect the remaining deposit using the Claim button.

Performer, upon seeing an active task, accepts it for work by pressing corresponding active button AFW (Accepted for Work). Task will be active for them only if the system confirms that parameters of their account match parameters set by creator. After completing task, performer presses corresponding button to indicate that task is completed. System automatically checks completion of the task and immediately transfers reward or puts it on hold if task has time requirements. Upon receiving reward, user can withdraw it to their wallet at any moment by pressing the Claim Rewards button; The amount will be debited from the contract and automatically transferred to the performers wallet.


---

# 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://solemp.gitbook.io/whitepaper/guides/how-it-works.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.
