# How to Claim Your Earned XL1

### Navigate to the Claiming Tab

The top left navigation offers multiple views and actions for your stake. The third tab, "Claim", is where you can view your earned XL1 and redeem it to an XL1 Wallet. Currently, only the XL1 Wallet is compatible with XL1 Tokens, because it is compatible with the XYO Layer One Blockchain. The "Bridge" tab will let you "bridge" tokens between an XL1 Wallet and an Ethereum-compatible wallet, transforming your XL1 into Ethereum ERC-20-compatible XL1 Tokens. This is currently in development.

<figure><img src="/files/V4xvshkPfpjR7oplOWrL" alt="" width="375"><figcaption></figcaption></figure>

### View Staking Rewards

![](/files/ZpX3svSVi1MYw0zFdrl1)

### Connect XL1 Wallet to Confirm Reward Destination

{% hint style="warning" %}
This step requires access to Google Chrome so you can use the XL1 Wallet Chrome Extension.
{% endhint %}

You will need an XL1 Wallet to receive your XL1 staking rewards. At this step, you will connect your XL1 Wallet, which is a Google Chrome extension, to confirm the XL1 Wallet Account address you want to use to receive your rewards.

If you need to download XL1 Wallet, [please follow these instructions](/developers/xl1-wallet/get-xl1-browser-wallet.md).

<figure><img src="/files/lCPN4dckfAvLH4xRaVb2" alt="" width="352"><figcaption></figcaption></figure>

Once this step is complete, you'll see updated text that states your XL1 Wallet has been confirmed.

<figure><img src="/files/Zz00OHuYQJXtssRBudDx" alt="" width="563"><figcaption></figcaption></figure>

### Create and Sign a Claim for Rewards

Now that you have confirmed where you want you earned XL1 to go after you claim it, you need to confirm you are the owner of the original wallet you used to stake your XYO Tokens to earn these XL1 Tokens.&#x20;

At this step, you'll see a pop up in your Metamask that asks you to sign with your wallet. It includes numerous details, such as:

<figure><img src="/files/zvyN0xI85Y6rM1rLlMgq" alt="" width="375"><figcaption></figcaption></figure>

<table><thead><tr><th width="141.265625">Data Type</th><th width="192.4453125">Data</th><th>What this means</th></tr></thead><tbody><tr><td>Request From</td><td><a href="https://xyo.network">https://xyo.network</a></td><td><sub>In the picture below, you'll see "localhost:3000", which is the XYO development team's website when they're testing the flow. <strong>In a live setting, this will be our website, which is xyo.network.</strong></sub></td></tr><tr><td>Type</td><td>Claim Confirmation</td><td><sub>This signature is specifically for confirming your new claim for your staking XL1 Wallet</sub></td></tr><tr><td>From</td><td>Wallet Nickname OR 0x...###</td><td><sub>This will be your Ethereum wallet. This may appear as a wallet nickname (such as the one shown below in the example) or as the actual wallet address if you have not set a nickname for that wallet before.</sub></td></tr><tr><td>To XL1 Address (shortened)</td><td>0xabc123...789def</td><td><sub>This is your XL1 Wallet address for your rewards. It will appear shortened.</sub></td></tr><tr><td>XL1 Amount</td><td>10.0</td><td><sub>This is the amount of XL1 rewards going to your wallet. In this example, it is 10 XL1.</sub></td></tr><tr><td>XL1 Not before block</td><td>129935</td><td><sub>This is one half of the expiration time for your request. This request will not be processed <strong>before</strong> the block listed here.</sub></td></tr><tr><td>XL1 Not after block</td><td>130935</td><td><sub>This is the second half of the expiration time for your request. This request will not be processed <strong>after</strong> the block listed here, therefore expiring the request.</sub></td></tr><tr><td>To XL1 Address</td><td></td><td><sub>This is the same wallet as your XL1 Wallet address above, but full-length. This is required for us so you can not only see the full address, but also so any Web2 or Web3 services needed to process your request have the necessary machine-readable information.</sub></td></tr><tr><td>XL1 Amount (Hex)</td><td>8ac7230489e80000</td><td><sub>Similar to the second XL1 Wallet address, this is a necessary machine-readable item representing the XL1 rewards you are claiming.</sub></td></tr></tbody></table>

### Redeem the Claim for Rewards

In this step, you complete the signed claim you created in Step 2, and receive your XL1 rewards in the XL1 Wallet you confirmed above in Step 1. Once Step 3 is complete, you will receive your XL1 Rewards.

Click the button to continue, and you'll see a loading bar showing the attempted transaction.

The loading bar displays all upcoming blocks that fall within your [transaction expiration](/xyo-layer-one/architecture/block-structure.md#transactions), also known as a transactions "Not Before, Not After" timeframe, measured in blocks.

When your transaction succeeds, the XL1 rewards will be sent to the XL1 Wallet you designated earlier, and you'll see an alert that the transaction succeeded.

Below the loading bar will be a button to view the transaction on the XL1 Explorer website.

<figure><img src="/files/tH3XgE1A1OEUIOpDjqOA" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.xyo.network/xyo-layer-one/staking/system-staking-guide/how-to-claim-your-earned-xl1.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.
