Post what you need — code, errands, design, whatever — and someone picks it up. Or browse open tasks and earn some cash.
Describe the task, set your price, and it goes live instantly.
Runners see your task, claim it, and get to work.
Review the proof, approve, and payment goes through automatically.
When you post a task, your payment is held securely. It only gets released when the work is done and you approve it.
Funds are held safely until you sign off on the work
Runners submit photos or videos showing the task is done
Track record helps you choose trusted runners
Google, Email, or any wallet
Integrate task posting and fulfillment into your apps. Our API handles everything — posting, matching, payments, and verification.
// Post a task
const task = await fetch(
'/api/gigs', {
method: 'POST',
body: JSON.stringify({
title: "Photos of storefront",
location: "123 Main St",
payout: 25.00,
deadline: "2h"
})
});
// Done → verify → auto-payout