# Sui

Sui is a dPoS Layer 1 blockchain and smart contract platform that prioritizes speed, privacy, and security for digital asset ownership. Built with an object-centric model using the Move programming language, Sui enables parallel execution, rapid finality, and on-chain asset diversity. Its scalable processing and storage allow for fast and cost-effective transactions, supporting a wide range of applications. Sui aims to make digital asset ownership accessible to everyone.

You can find the link to the block explorer below:

{% embed url="<https://suiscan.xyz/mainnet/home>" %}

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

### Staking Guide

{% embed url="<https://www.luganodes.com/blog/SUISG/>" %}

### Validator Address

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

<table><thead><tr><th width="190">Type</th><th>Address</th><th data-hidden>Address</th><th data-hidden></th></tr></thead><tbody><tr><td>Account Address</td><td>0x7e254f0f55e24b8a6995567241618f750d0d94f2cf49b36703869779d2ee4327</td><td></td><td></td></tr><tr><td>Staking Pool ID</td><td>0xb32d97e2bbbd8a4e1d826d69124f69cd12d1ef73c550768f5b43025f73ab70e2</td><td></td><td></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### Performance

Luganodes validator performance can be tracked [here](https://suiscan.xyz/mainnet/validator/0x7e254f0f55e24b8a6995567241618f750d0d94f2cf49b36703869779d2ee4327/delegators).

### Staking Mechanics

<table><thead><tr><th width="216">Metrics</th><th>Details</th><th data-hidden>Details</th><th data-hidden></th></tr></thead><tbody><tr><td>Reward Frequency</td><td>End of every epoch (24 hours)</td><td></td><td></td></tr><tr><td>Auto-compounding</td><td>Yes</td><td></td><td></td></tr><tr><td>Penalty</td><td>No</td><td></td><td></td></tr><tr><td>Slashing</td><td>No</td><td></td><td></td></tr><tr><td>Stake Lockup</td><td>1 epoch (24 hours)</td><td></td><td></td></tr><tr><td>Unbonding Period</td><td>No</td><td></td><td></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/sui.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.
