> For the complete documentation index, see [llms.txt](https://docs.luganodes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luganodes.com/networks/active-networks/solana.md).

# Solana

Solana is a PoS blockchain that uses a new, efficient consensus algorithm called Proof-of-History to achieve scalability and security. Solana's vision is to enable decentralized applications to scale to millions of users. In contrast to other scaling solutions, Solana aims to scale censorship resistance and increase transaction throughput by an order of magnitude with highly-performant nodes that require a lot of storage and ultra-low latency.

You can find the link to the block explorer below:

{% embed url="<https://solanabeach.io>" %}

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

### Staking Guide

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

### Validator Address

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

<table><thead><tr><th width="197">Type</th><th>Value</th></tr></thead><tbody><tr><td>Validator Name</td><td>Luganodes</td></tr><tr><td>Validator Identity</td><td>6WgdYhhGE53WrZ7ywJA15hBVkw7CRbQ8yDBBTwmBtAHN</td></tr><tr><td>Vote Key</td><td>6aow5rTURdbhbeMDrFrbP2GR5vZjMEhktEy87iH1VGPs</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### Performance

Luganodes validator performance can be tracked [here](https://www.validators.app/validators/6WgdYhhGE53WrZ7ywJA15hBVkw7CRbQ8yDBBTwmBtAHN?locale=en\&network=mainnet).

## Staking Mechanics

<table><thead><tr><th width="224">Metrics</th><th>Details</th><th data-hidden>Details</th><th data-hidden></th></tr></thead><tbody><tr><td>Reward Frequency</td><td>Rewards are generated every epoch (~2-3 days)</td><td></td><td></td></tr><tr><td>Auto-compounding</td><td>Auto-compounded every epoch and the reward is added to the stake amount </td><td></td><td></td></tr><tr><td>Slashing</td><td>Does not have a fully automatic, programmatic slashing mechanism.Social slashing can be done manually by the Solana community</td><td></td><td></td></tr><tr><td>Stake Lockup</td><td>Yes SOL is locked when Staking</td><td></td><td></td></tr><tr><td>Unbonding Period</td><td>1 epoch ( ~2-3 days)</td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/solana.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.
