# Phase 2 Rules

## Phase 2: Lottery Draw <a href="#id-71ac" id="id-71ac"></a>

Phase 2 commences at the Bitcoin’s block number specified by the Issuer Project.

{% hint style="info" %}
During the lottery stage, the winning Launch Pool is determined by the hexadecimal character matching the last one in the block hash of a Bitcoin block.
{% endhint %}

<figure><img src="https://234049135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtqpzBLUkh19rkHwMxgKf%2Fuploads%2Fgit-blob-2c27068fd7cb9b68d0d5c8001686fc564e18bdef%2Fimage%20(358).png?alt=media" alt=""><figcaption></figcaption></figure>

For instance, using the example in our image, if the last character in the block hash is a ‘6’, Launch Pool #7 with ‘6’ assigned is declared the winning pool.

## Winner Selection Process <a href="#ddf0" id="ddf0"></a>

#### **Number of Winners:**

50 (default) winners or a number specified by the Issuer will be drawn from the winning pool.

<figure><img src="https://234049135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtqpzBLUkh19rkHwMxgKf%2Fuploads%2Fgit-blob-32a28816d820b8c01d7e90c5fc61bdbc6ce71712%2Fimage%20(359).png?alt=media" alt=""><figcaption></figcaption></figure>

#### **Selection Criteria:**

Winners are chosen based on the highest quantity of locked assets per Block Hash. In other words, the first top 50 will be selected for the first win of the pool.

#### **Cycle Repetition:**

The cycle repeats for subsequent blocks until the maximum number of winners is met. If any Launch Pool secures another win in a subsequent draw, the next set of 50 top-ranked participants from the winning pool will be selected as winners.

<figure><img src="https://234049135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtqpzBLUkh19rkHwMxgKf%2Fuploads%2Fgit-blob-91f824f074c22ce51b83e60f768b6175151d3e5c%2Fimage%20(360).png?alt=media" alt=""><figcaption></figcaption></figure>

#### **Halving of Rewards:**

The rewards undergo halving twice, occurring at every interval of 100 blocks.

#### **Rewards Allocation Ratio**

The total number of winners and total rewards are specified by the Issuer Project.\
The reward allocation ratio is based on 4/2/1

<table><thead><tr><th width="99">Tier</th><th width="156">Block</th><th width="212">Winners per Block</th><th>Rewards Allocation Ratio</th></tr></thead><tbody><tr><td>1</td><td>1-100</td><td>50</td><td>4</td></tr><tr><td>2</td><td>101-200</td><td>50</td><td>2</td></tr><tr><td>3</td><td>201-300</td><td>50</td><td>1</td></tr></tbody></table>

{% hint style="info" %}
Should there be a total reward amount of 7,000 to be split across the three tiers, Tier 1, 2 and 3 will be entitled to 4,000, 2,000, and 1,000 assets respectively.
{% endhint %}

#### **Duration of Phase 2:**

Phase 2 may take place over 1–3 days depending on the maximum number of winners and the number of winners selected per block.

Phase 2 concludes when the maximum number of winners for the event has been reached.

#### **One-Time Winning**

To promote fairness and broaden the distribution of rewards, each Nostr address is eligible to win only once throughout the event duration.

#### **Winner Limit per Block Hash**

A maximum of 50 winners, or a number specified by the issuer, will be selected for each Block Hash during the Phase 2 Lottery Draw.


---

# 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.lnfi.network/products/ln-starter/ln-launchpool/phase-2-rules.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.
