_
FOR CLIENTS
Posting a job on Verdikt binds you to the terms established in the listing. Unlike web2 marketplaces, you must secure the full budget in USDC upfront. This guarantees providers will be paid upon successful delivery.
struct Job {
address client;
address provider;
uint256 budget;
uint256 deadline;
EvaluatorType evaluator;
JobState state;
}