# Expire or Reclaim a Bounty Reward

### Overview

Expiring a bounty allows the creator to reclaim the reward if the issue remains unsolved after the lock time period. This process is secure and ensures that developers always have a guaranteed window to work on issues.

{% hint style="info" %}
See [Issue Lock Time](/docs/getting-started/managing-your-bounty/issue-lock-time.md)For a more detailed Guide on this topic.&#x20;
{% endhint %}

***

### **Step-by-Step: Expiring a Bounty**

1. **Log In:**\
   Visit [app.lightningbounties.com](https://app.lightningbounties.com) and log in with your GitHub account.
2. **Navigate to Your Bounties:**\
   Go to your dashboard by clicking on your profile avatar *(Top Right)*&#x20;

<figure><img src="/files/gwSEA1M6Luh1vr6HktKh" alt="Image of Logged-In User Avatar "><figcaption><p><em>Click on Your Profile Avatar on the Top Right of Lightning Bounties Feed</em></p></figcaption></figure>

3. Once on Your dashboard select the "**My Rewards**" Tab.

<figure><img src="/files/LFUO2KUZIYqVpak0HAyj" alt="Image Showing My Rewards Tab on Your Lightning Bounties Profile"><figcaption><p><em>My Rewards Tab Should be By Default</em></p></figcaption></figure>

4. **Check Lock Time Status:**\
   Locate the bounty you wish to expire. Ensure the lock time period has ended. You will see an indicator or countdown showing when expiry is allowed.

<div><figure><img src="/files/uthevWnUgqM8hWvPThw6" alt="An unlocked bounty that can now be expired if needed."><figcaption><p><em>An unlocked bounty that can now be expired if needed.</em></p></figcaption></figure> <figure><img src="/files/MU0W0cRB16xptTn4W64K" alt="A locked bounty with remaining lock time displayed."><figcaption><p><em>A locked bounty with remaining lock time displayed.</em></p></figcaption></figure></div>

5. **Expire the Bounty:**

   Click the "**Expire Reward**" button next to your bounty.

<figure><img src="/files/szVug5FM6VL0b8OZWo2d" alt="Image Showing &#x22;Expire Reward&#x22; Button Filled with Blue Coloring"><figcaption><p><em>Expire Reward Shows Blue Coloring on Eligible Bounty</em></p></figcaption></figure>

6. **Reclaim Funds:**\
   The reward will be returned to your Lightning Bounties account balance, ready for withdrawal or use in other bounties.

***

{% hint style="info" %}
**Note:** You cannot expire or reclaim a bounty before the lock time has ended.&#x20;

This is to protect developers who may be actively working on a solution
{% endhint %}

***

### **Frequently Asked Questions**

<details>

<summary><strong>Can I extend or update the expiration on an unlocked bounty?</strong></summary>

No, unlocked bounties remain posted until you manually expire them or a hunter claims the reward. To set a new lock time, add a new reward to the issue with your desired lock period, then expire the original unlocked reward.

</details>

<details>

<summary><strong>What happens if I do nothing after the lock time expires?</strong></summary>

The bounty remains active and visible to hunters.&#x20;

The only change is its status from :lock:"locked" to :unlock:"unlocked".

</details>

<details>

<summary><strong>How do I know if my bounty is locked or unlocked?</strong></summary>

Check the status label or emoji on your bounty in your dashboard or on the bounty detail page. Hover over the lock/unlock emoji to see the exact unlock date.

</details>

<details>

<summary><strong>Why should I set a lock time for my bounty?</strong></summary>

Lock time gives bounty hunters assurance that the reward will be available when they submit their work, encouraging more and better contributions.

</details>

<details>

<summary><strong>Can I expire a reward posted without logging in?</strong></summary>

No. Rewards posted via a one-time invoice in a non-logged-in state cannot be expired or reclaimed, as they are not linked to your account.

</details>

<details>

<summary><strong>Can I expire an Anonymous reward?</strong></summary>

Yes. Anonymous rewards can be expired using the same process as regular rewards.

</details>


---

# 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/managing-your-bounty/expire-or-reclaim-a-bounty-reward.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.
