INSERT INTO tasks (title, description, reward, status) VALUES ('Complete your profile', 'Fill out all the details in your user profile to get a reward.', 5.00, 'open'), ('Watch a video ad', 'Watch a 30-second video ad to earn a reward.', 0.50, 'open'), ('Refer a friend', 'Invite a friend to join the platform and get a bonus when they complete their first task.', 10.00, 'open'), ('Daily check-in', 'Visit the app every day to claim your daily reward.', 0.25, 'open'), ('Write a review', 'Write a review for our app on the app store.', 2.00, 'open');