# Reward Streaming

Block Green opportunities stream daily rewards to liquidity providers. These rewards are distributed from the miner's pool to the SynHash pool's reward vault. Below, we describe the sequence of actions that take place to ensure a smooth distribution of rewards to our liquidity providers (LPs).

<figure><img src="/files/8LwEAnIwbLgptHpzMlrd" alt=""><figcaption><p>Redemption Flow</p></figcaption></figure>

### 1: Daily Reward Delivery

Each day, the miner sends rewards to the BG reward vault via its own mining pool account.

### 2: Reward Monitoring

BG monitors the amount of rewards delivered to the vault. This constant tracking ensures that the miners fulfill their obligations and that the LPs receive their returns in accordance with the purchased hashrate.

### 3: Reward Distribution

If the miner delivers sufficient rewards, BG distributes these to the LPs according to their purchased hashrate. Each LP receives their fair share of the rewards based on the amount of purchased hashrate.

<figure><img src="/files/EfFSPsmFNCcW2uiQZfvt" alt=""><figcaption><p>Collateral Liquidation</p></figcaption></figure>

### Step 4: Collateral Liquidation

In case the miner under-delivers on the agreed-upon rewards, BG immediately liquidates an appropriate portion of the miner's collateral posted in the on-chain collateral vault. This immediate action ensures that the LPs are not affected by any shortfalls in the miner's delivery.

### Step 5: Margin Call

If the collateral in the vault goes below the required ratio (as set out in the agreement), a margin call is activated. The miner must then provide more collateral to continue participating in the protocol and avoid complete liquidation.

<br>


---

# 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://block-green.gitbook.io/block-green-litepaper-v1/the-solution/the-block-green-protocol/reward-streaming.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.
