# Starknet

Starknet is a coordinated system, with each element in its protocol playing a specific yet interconnected role.

As with other blockchains, everything starts with an account. On Starknet, accounts are smart contracts, a model which is known as native account abstraction. This allows for flexible authorization logic like multisig, session keys, or passkey-based authentication — all without changes to the protocol itself.

You can find links to the block explorers below:

{% embed url="<https://docs.starknet.io/learn/cheatsheets/integrations#analytics-and-monitoring>" %}

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

### Validator Address

{% tabs %}
{% tab title="First Tab" %}

<table><thead><tr><th width="197.47265625">Type</th><th>Address</th></tr></thead><tbody><tr><td>Validator Name</td><td>Pool Contract Address</td></tr><tr><td>Luganodes</td><td>0x0792e1c9893d4b5685d5b7c87dd5d8c5a2f038293ef6354783be7a7fca154efa</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### Performance

Luganodes validator performance can be tracked [here](https://starkscan.co/validator/0x0226bdb0501a92f5980e865124d99bf2bba33de9556c2961cc6818ed13c0dff9).

### 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>Every Epoch</td><td></td><td></td></tr><tr><td>Auto-compounding</td><td>No</td><td></td><td></td></tr><tr><td>Slashing</td><td>-</td><td></td><td></td></tr><tr><td>Stake Lockup</td><td>21 days on unstaking</td><td></td><td></td></tr><tr><td>Unbonding Period</td><td>-</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/starknet.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.
