# Claim Emissions

## Claim Emissions using Dashboard

In order to Claim Rewards, connect your Project Admin Address to the [Builder Dashboard](https://dashboard.mor.org/#/builders?network=mainnet) and click Claim.

{% hint style="info" %}
You will not be able to claim until the Claim Lock End date has passed.
{% endhint %}

<figure><img src="/files/DFpigoRxJmPP4cU2qkaz" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
V1 of the Builder contract has the claim period as one month. V2 is expected to enable more frequent claims. Protocol emissions to Builders are distributed to the Builder Contract each block.
{% endhint %}

## Claim Emissions using L2 Explorer

You are able to interact directly with the Builder Contract to claim your rewards on Arbitrum (using Arbiscan) or Base (using Basescan). In order to claim emissions, follow these steps:

{% stepper %}
{% step %}

### Determine Contract Address from Morpheus Deployed Contracts

Access via <https://desert-sphere-036.notion.site/175bfff15838806e8966ddb066e88eb4?v=982f5b5a5e4e49819dfb1b029c9225a7> and look for the 'builders' tag. Copy to clipboard.
{% endstep %}

{% step %}

### In Notion, Access Builder Contract Arbiscan.io or Basescan.org

You need to go to the contract your Builder Subnet is deployed to (Arbitrum or Base). If you deployed to both chains, you need to claim on each contract separately.

<figure><img src="/files/f27s0dh76wevUzg5lVUS" alt=""><figcaption><p>Builder Subnets contract addresses for Arbitrum and Base</p></figcaption></figure>
{% endstep %}

{% step %}

### Go to Contract -> Read as Proxy

This will allow you to query the contract to check data associated with your Subnet.

<figure><img src="/files/L4VHmzC3nbIZZ3lt9rp7" alt=""><figcaption><p>Read as Proxy exposes read-only Queries</p></figcaption></figure>
{% endstep %}

{% step %}

### Get your PoolID

Enter your subnet name (case sensitive) in order to get your PoolID.

<figure><img src="/files/MAokEeet6IATjzz34B0N" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Get your current Builder Emission balance

<figure><img src="/files/EL0NKb2qFNp8T8O22eZ3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Use Unit Converter to Check balance in MOR

Use a '[Unit Converter](https://etherscan.io/unitconverter)' to convert the value into full MOR tokens. MOR is an ERC20 token, so you enter into the Wei field, and then the amount of MOR is the displayed in the ETH field.

<figure><img src="/files/1iTEKWuwDjszNoBrTYXc" alt=""><figcaption><p>Unit Converter (substitute ETH for MOR)</p></figcaption></figure>
{% endstep %}

{% step %}

### Go to Contract -> Write as Proxy

<figure><img src="/files/CSJ7DvLutywtKkEXZO5D" alt=""><figcaption><p>Write to Contract with Web3 Wallet</p></figcaption></figure>
{% endstep %}

{% step %}

### Connect your Wallet

Connect using your Web3 wallet.&#x20;

{% hint style="info" %}
If you are using [Gnosis Safe multisig ("Safe Global")](https://safe.global), use WalletConnect to copy the link and pasted in in the Safe App Wallet Connect field. See Gnosis docs [here](https://docs.gnosischain.com/tools/wallets/safe#:~:text=Press%20the%20Button%20with%20the,the%20Safe%20to%20confirm%20transactions.).
{% endhint %}

<figure><img src="/files/uuVzn4KHJrbBoHaKKKQU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Claim Emissions

Enter your PoolID and the address to receive the claimed emissions.&#x20;

{% hint style="info" %}
You will need to sign this transaction using the Project Admin Address for the Builder Subnet for the claim to succeed.
{% endhint %}

<figure><img src="/files/qsqC5Whypw8JtBCA6wx7" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Builder Contract Interaction Guide

More detailed instructions can be found in the Github documentation below. You can follow the testnet instructions on mainnet in order to claim emissions.

{% embed url="<https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/FAQs%20%26%20Guides/Guides/MOR/Testnet/Builders%20Contract%20Testnet%20Guide.md#get-pool-id>" %}
Interact with Builder Contract
{% endembed %}

## Distribute Rewards

{% hint style="info" %}
Coming soon. Builder Subnets will be able to automatically distributed a portion of their rewards to their stakers.
{% endhint %}


---

# 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://gitbook.mor.org/builders/builder-subnet-emissions/claim-emissions.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.
