# Babylon

Babylon is a decentralized protocol that enables native bitcoin staking directly on the Bitcoin blockchain without intermediaries. The protocol implements a novel shared-security architecture that extends Bitcoin's security model to the broader decentralized ecosystem. Through its architecture, BTC holders can participate in multi-staking operations while maintaining their assets on Bitcoin, providing verifiable security guarantees to Bitcoin Supercharged Networks (BSNs).

You can find the link to the block explorer below:

{% embed url="<https://www.mintscan.io/babylon>" %}

* [Validator Address](#validator-address)
* [Performance](#performance)
* [Staking Mechanics](#staking-mechanics)

### Validator Address

{% tabs %}
{% tab title="Mainnet" %}

<table><thead><tr><th width="196.70703125">Type</th><th>Address</th></tr></thead><tbody><tr><td>Validator Address</td><td>bbnvaloper14axcnvrrhw8yzvvnl79ugtxxf9ws5j7ah0ftv2</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### Performance

Luganodes Validator performance can be tracked [here](https://www.mintscan.io/babylon/validators/bbnvaloper14axcnvrrhw8yzvvnl79ugtxxf9ws5j7ah0ftv2).

### Staking Mechanics

<table><thead><tr><th width="227.9609375">Metrics</th><th>Details</th></tr></thead><tbody><tr><td>Reward frequency</td><td>Rewards generated every hour (~1 epoch)</td></tr><tr><td>Auto-compounding</td><td>No</td></tr><tr><td>Slashing</td><td>Double Signing</td></tr><tr><td>Stake Lockup</td><td>None. But rewards will be generated from the next epoch from the time of stake</td></tr><tr><td>Unbonding period</td><td>2 days</td></tr></tbody></table>


---

# 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.luganodes.com/networks/active-networks/babylon.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.
