To motivate Tolokers to complete your project tasks quickly and provide high-quality responses, you can give extra bonuses for individual tasks, or reward one or more trusted Tolokers (in addition to paying them for task completion).
The bonus amount can be from $0.005 to $100 per Toloker per time.
A fee also applies to bonuses.
This is the recommended method, since it is the most economical and targeted for motivating Tolokers.
To issue a bonus for a specific pool task, use online task review:
Click the Review assignments button on the pool page.
Choose a task and open it. Please note that a bonus can only be issued for an accepted task.
Click Actions → Issue bonus
Fill in the fields in the Issue bonus window that appears:
Bonus per Toloker in dollars.
Topic and Message for Tolokers. Specify what exactly the bonus is credited for. To send messages in different languages, use the button for switching languages.
Click Grant.
To issue bonuses to Tolokers:
Go to the Users page.
Choose the Tolokers who will receive the bonus.
Specify the project or pool in the corresponding fields in the left part of the page.
To credit bonuses to one Toloker, click the link to their ID in the Toloker ID field.
On the page that opens, click Actions → Issue bonus.
To credit bonuses to a group of Tolokers click Issue bonus.
Fill in the fields in the Issue bonus window that appears:
Bonus per Toloker in dollars.
Topic and Message for Tolokers. Specify the projects and accomplishments the bonus was granted for. To send messages in different languages, use the button for switching languages.
Click Grant.
Before doing this, check the number of people who will receive the bonus, and the total amount.
The Toloker will see bonuses for completed tasks, activity and quality of work in projects in their profile (the History tab). The transferred amounts are added to the list of payments.
You can track money deducted for extra bonuses in your profile on the Spent tab.
To issue bonuses using Toloka API, send a POST
request with the information about the bonuses:
curl -X POST 'https://toloka.dev/api/v1/user-bonuses' \ -H 'Authorization: ApiKey PlaceYourRealApiKey_Here' \ -H 'Content-Type: application/json' \ -d '{"user_id":"fac97860c7929add8048ed2ef63b66fd", "amount":0.5, "public_title":{"EN":"Perfect job!"}, "public_message":{"EN":"You are the best!"}}'
Refer to the Issue bonuses section of the Toloka API documentation for more details about the request, its parameters, and possible responses. You will find examples of the requests for Toloka-Kit and other code samples there.
Last updated:Â February 15, 2023