Bounty Board Quick Start
Welcome to the Bounty Board! The intent of this page is to get you creating and claiming bounties as quickly as possible.
ย
Table of Contents
ย
More of a visual learner? Check out our flowcharts (work in progress)
ย
Bounty Board Concepts
- Bounties are units of work that have some reward attached to them - do the work and you get the reward!
- Bounties have two types of users:
- creators are those who offer a reward to get work done for them
- contributors are those who do work to get a reward
- Bounties have the following states:
- Draft - Creators create bounties in draft mode. This allows the creator to double-check all information.
- Open - Creators publish bounties to make them open to be claimed by contributors.
- In-Progress - Contributors claim bounties to work on them. Once claimed, a bounty is In-Progress while the work is being completed.
- In-Review - Contributors submit bounties to be reviewed by creators.
- Completed - Creators complete bounties to signal they have accepted the work.
- Bounties are paid by creators outside of the bounty board. There is currently no facility in the bounty board to accept or disburse tokens. This will be added in the future, but for now most bounty creators pay via Discord tipping or direct-to-wallet.
ย
Discord Quick Start Guide
You can use the bounty board on Discord via Bountybot, our lovable Discord helper!
Video Walkthrough
Create Bounty
Follow the steps below to make a new piece of work for contributors to claim. More of a visual learner? Check out
- Go to the Discord channel in which Bountybot is active (usually something like #๐งbounty-board)
- Type in
/bounty create
This will open up and auto-complete form.

- Enter the
title
andreward
, pressing TAB after each

- (optional, but recommended) Add a gate, which will allow you to limit who can claim the bounty, by selecting the
gate
optional param and typing in the role (or user)

- Bountybot will now direct message (DM) you to ask for more information
- description: a bit more background on the bounty itself
- what is absolutely required (aka criteria): describe what must be completed for the bounty to be accepted as complete
- UTC date: the deadline for work to be submitted
- Bountybot will now show you a draft of your bounty. You can select ๐ below the draft to publish or โ to delete

7. Select ๐ to publish and Bountybot will post the bounty on the bounty channel and website.
View Open Bounties
Follow these steps to find a bounty to claim.
- Go to the Discord channel in which Bountybot is active (usually something like #๐งbounty-board)
- Type in
/bounty list list-type:open
and press TAB, then RETURN.

- Bountybot will DM you a list of open bounties. Pay special attention to the
HashId
, youโll need this to claim the bounty

ย
Claim a Bounty
Follow these steps to claim a bounty youโd like to complete.
- Copy the
HashId
of a bounty youโd like to claim (see View Open Bounties for details).
- Go to the Discord channel in which Bountybot is active (usually something like #๐งbounty-board)
- Type in
/bounty claim bounty-id:<HashId>
, replacing<HashId>
with the id from above. Then press TAB and RETURN

- The bounty is claimed! Bountybot will send a DM to both you and the bounty creator to let you know, and allow you to contact each other if required.
ย
Submit a Bounty
Follow these steps to submit work youโve completed.
- Copy the
HashId
of a bounty youโd like to submit (see View Open Bounties for details).
- Go to the Discord channel in which Bountybot is active (usually something like #๐งbounty-board)
- Type in
/bounty submit bounty-id:<HashId>
, replacing<HashId>
with the id from above. Then press TAB and RETURN

- Optionally enter a
url
(aka link) andnotes
for the work youโre submitting. Donโt forget to press TAB to enter the values, and RETURN when youโre done.

- Bountybot will DM the bounty creator to let them know the bounty is ready to review!
Complete a Bounty
Follow these steps to accept work that has been submitted by a contributor (Bountybot will DM you when this happens).
- Review the work submitted by the contributor to ensure itโs completed to your standard.
- Go to the Discord channel in which Bountybot is active (usually something like #๐งbounty-board)
- Type in
/bounty list list-type:created by me
, then press TAB and RETURN.
- Bountybot will DM you all bounties youโve ever created. Copy the
HashId
from the bounty that was completed.

- Go back to the Discord channel in which Bountybot is active and type
/bounty complete bounty-id:<HashId>
, replacing<HashId>
with the one you copied in the previous step. Then press TAB and RETURN.

- Bountybot will DM you to confirm the completion, and remind you to pay the contributor.

ย
Website Quick Start
Front end functionality in development!
ย