# Finding Bounties to Solve

## Browse Open Bounties

Looking to earn Bitcoin for your coding skills? This guide will show you how to discover open, unsolved bounties on [Lightning Bounties](https://app.lightningbounties.com/), evaluate their details, and get ready to contribute.

## 1 - **Finding Open Bounties**

* Visit [app.lightningbounties.com](https://app.lightningbounties.com).

<figure><img src="/files/Vxa09VJ6ELJaiHDwAawr" alt="Browse open bounties and see available rewards."><figcaption><p>Browse open bounties and see available rewards.</p></figcaption></figure>

* Explore the feed for available bounties. Each listing includes the project, issue description, and reward amount.
* Each bounty card shows:
  * **Project name** (organization/repo)
  * **Issue title** and brief description
  * **Reward amount** in sats

{% hint style="warning" %}

## Status:

* **No "Trophy" icon:** Bounty is **unsolved** and open for you to solve.
* **"Trophy" icon present:** Bounty has **already** been solved and claimed.
  {% endhint %}

<figure><img src="/files/izmQtuXXrxy7wsYtlakS" alt="No &#x22;Trophy&#x22; icon: Bounty is unsolved and open for you to solve."><figcaption><p><strong>No</strong> <span data-gb-custom-inline data-tag="emoji" data-code="26d4">⛔</span><strong>"Trophy" icon:</strong> Bounty is unsolved and open for you to solve.</p></figcaption></figure>

<figure><img src="/files/uXd7pnNgD9ugLrqozd4r" alt="&#x22;Trophy&#x22;  icon present: Bounty is solved and claimed."><figcaption><p><strong>"Trophy"</strong> <span data-gb-custom-inline data-tag="emoji" data-code="1f3c6">🏆</span> <strong>icon present: Bounty is solved and claimed.</strong></p></figcaption></figure>

## 2 - **Click on a Bounty Card for Details**

* Select any bounty in the feed to view more information.
  * Review the issue description, requirements, and acceptance criteria.
  * Make sure the bounty is still available (not claimed or solved).

{% hint style="info" %}

### :arrow\_down\_small: **This example we'll be:&#x20;*****Adding color to the logo in this repo*** :arrow\_down\_small:

{% endhint %}

<figure><img src="/files/ylVjnka0PHaqewiEUWQG" alt="Click a bounty to view all details and requirements."><figcaption><p>Click a bounty to view all details and requirements.</p></figcaption></figure>

## 3 - (Optional) View on GitHub

* For more context or to join the discussion, click the GitHub link at the top of the bounty detail page.
* This opens the original GitHub issue, where you can:
  * See all comments and related activity
  * Check for recent maintainer responses
  * Review any related pull requests

<figure><img src="/files/chgxgjFTGqCAQ96Gtk3Q" alt="View the issue directly on GitHub for additional context."><figcaption><p>View the issue directly on GitHub for additional context.</p></figcaption></figure>

***

### Next Steps

Once you’ve found a bounty you want to work on, continue to [Working on a Bounty](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/working-on-the-bounty) for a step-by-step guide on submitting your solution and claiming your reward.

***

### Tips for Bounty Hunters

* **Check Requirements:** Always read the bounty’s requirements and acceptance criteria before starting.
* **Act Fast:** Some bounties may be solved quickly. Start your work as soon as you find an issue that interests you.
* **Look for the Winner** :trophy:**icon:** If it’s missing, the bounty is still available.
* **Stay Updated:** Follow Lightning Bounties on[ social media](https://x.com/LBounties) and join our [community channels](/docs/resources/socials.md) to hear about new bounties and platform updates.

***

### Need Help?

**Ask Questions:** If anything is unclear, reach out to the project maintainer or join our[ Discord Community](https://discord.gg/zBxj4x4Cbq) for help and tips.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/looking-for-a-project-to-get-rewarded.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
