> 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/use-cases/for-performers.md).

# For performers

Customer's task: subscribe to their Twitter account and like post that they specify in the task. Customer sets task parameters: cost of completed task is 0.2 USDC, maximum number of completed tasks is 10,000, tasks can only be performed by users who have 50 or more followers on their X (Twitter) accounts, Twitter subscription must be for no less than one week. By confirming their intention with the PIW (Put in Work) button, customer sends task for review. Moderation checks task for criteria of censorship and legality. After verification, client will have option to fund smart contract balance active (2000+100 USDC including platform commission). After funding contract with required amount (smart contract will automatically set transaction to the user's linked Solana wallet) and passing all network confirmations, all suitable performers (in this case, with a confirmed X (Twitter) account with 50 or more followers) will be notified via a notification on the platform. Starting work, **performer** will click the AFW (Accepted for Work) button. Number of AWF presses should not exceed maximum number of completions. After completing task, **performer** presses Done button active for them. System checks task completion and, if done correctly, freezes the corresponding amount on the smart contract (frozen amount both in performer's personal account, that is, 0.2 USDC, and total frozen amount and number of task completions are displayed for customer). After a week of the performer's subscription (fulfilling customer's condition), amount becomes available for **performer** to claim. Remaining amount for **performer** for unfulfilled requirements (in this case, a week of the performer's X (Twitter) account subscription to the customer's Twitter) and non-fulfillment of maximum number will be available for claim after duration of task expires. Let's say that there were 6,000 completed tasks, and 1,000 weren’t completed to end (less than a week of subscription to Twitter). Amount available for customer to claim will be 1,000 USDC.


---

# 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/use-cases/for-performers.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.
