# L-BTC Validator Operation

{% hint style="success" %}
&#x20;**Prerequisites**: You have run a [PoS(Wasm) Validator](/build/validator/wasm-operation.md) Before.
{% endhint %}

## Method one: Running an LND node and generating an address with GEB Hub.

{% stepper %}
{% step %}

### Complete the related steps for User Operation

In the mother consensus mechanism, the staking for validators is divided into two parts: L-BTC staking and Wasm's GEB staking. Therefore, you need to set up an L-BTC node. We provide a quick [guide](/use/earn-usdgeb/stake-l-btc.md) to help you quickly set up this part. You need to obtain the EVM address mapped by the AA wallet for binding in the third step.
{% endstep %}

{% step %}

### Complete the preparation and deployment of the PoS Validator

This [step](/build/validator/wasm-operation.md) is essential to becoming a consensus validator. Please follow it strictly.
{% endstep %}

{% step %}

### Complete the wallet's EVM address to the Wasm wallet

Binding an EVM address is a prerequisite for becoming an L-BTC staking mining validator node (can accept LBTC token staking, and participate in GEB mining).

Validator nodes not participating in L-BTC staking mining (i.e., without bound EVM address) can still receive BTC gas rewards and GEB transaction fee rewards(**Different from the GEB assigned with the Mother Consensus**).

{% hint style="success" %}
It is recommended that validators bind the EVM address generated within the GEB Hub to facilitate the claiming process.
{% endhint %}

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

{% step %}

### Set Commission on the GEB Hub

{% hint style="info" %}
Recommend commission value > 10%
{% endhint %}

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

## Method two:  Directly using a personal EVM address without involving LND-related content.

{% stepper %}
{% step %}

### Complete the wallet's EVM address to the Wasm wallet

Binding an EVM address is prerequisite for becoming an L-BTC staking mining validator node (can accept LBTC token staking, participate in GEB mining).

Validator nodes not participating in L-BTC staking mining (i.e., without bound EVM address) can still receive BTC gas rewards and GEB transaction fee rewards(**Different from the GEB assigned with the Mother Consensus**).

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

{% step %}

### Set Commission on the GEB Explorer

On the [explorer](https://scan-mainnet.bevm.io/address/0x4f76Ba62c9Ca96bFCEc94DD29FEaEcBCFeB26ECe?tab=write_proxy), call <mark style="color:purple;">`setAllocRatio`</mark>

parameter: **(100 means 1%, 10000 means 100% )**

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


---

# 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://documents.geb.network/build/validator/l-btc-validator-operation.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.
