> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rated.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Stake Accounts

> Definitions of variables that appear in the Stake Accounts page on the Rated Explorer for Solana.

<Note>
  **Data freshness**: The views on this page refresh on a daily basis except for metrics related to the amount staked, the status of a stake account, and their validator delegate. These other metrics refresh every epoch which is around 2 days.
</Note>

In Solana, a stake account is the account that holds the staked tokens when they are delegated to a validator. Each stake account can only delegate to a single validator at any given time.

<Frame caption="Stake Accounts view of the Rated Explorer for Solana.">
  <img src="https://mintcdn.com/rated/nZcJ-ce7kLqsXYVT/images/documentation/explorer/solana/network-views/delegators/stake-accounts/stake-accounts.png?fit=max&auto=format&n=nZcJ-ce7kLqsXYVT&q=85&s=12a087c28805fcc52267e8a7faf7e74d" width="1541" height="1174" data-path="images/documentation/explorer/solana/network-views/delegators/stake-accounts/stake-accounts.png" />
</Frame>

## Counters

There are four counters at the top of the view that show a general view of the delegated stake in the network at the moment.

**Total Stake**: Total amount staked in the network

**Stake Accounts**: The number of active (i.e. delegated) stake accounts

**Stake Accounts Deactivating**: The number of deactivating (i.e. undelegating) stake accounts

**Average Delegator APY**: the aggregate annual percentage yield (APY) for delegators in the network

<Frame caption="The counters on top of the Stake Accounts view.">
  <img src="https://mintcdn.com/rated/nZcJ-ce7kLqsXYVT/images/documentation/explorer/solana/network-views/delegators/stake-accounts/counters.png?fit=max&auto=format&n=nZcJ-ce7kLqsXYVT&q=85&s=2c2ca7a8393ce3ecf1bbc0d58f3981f4" width="1163" height="140" data-path="images/documentation/explorer/solana/network-views/delegators/stake-accounts/counters.png" />
</Frame>

## Network Penetration

This is the percentage distribution of stake that maps under any given delegator based on their delegated stake to validators. We calculate this as:

<Frame className="text-grey-800 dark:text-white text-sm overflow-x-auto lg:justify-start justify-center">
  $$
  Network\ penetration = \frac{delegated\ stake}{total\ network\ stake}
  $$
</Frame>

## Status

The current status of the stake account based on whether they are active (delegated), activating (in the process of delegating), deactivating (in the process of undelegating), inactive (undelegated).

## Validator Delegate

The name of the validator to which this stake account is delegating to.

## Delegator APY

The annual percentage yield earned by this delegator. On the `1d` time period, the APY takes into account the rewards received for the last 3 days to smooth out the noise given Solana's staking rewards schedule, which is every epoch (\~2 days). For more information, please refer to our documentation [Annual Percentage Yield (APY)](/documentation/methodologies/solana/annual-percentage-yield-apy/annual-percentage-yield-apy).

## Validator Effectiveness

This is the effectiveness rating of the validator to whom this stake account has delegated their stake to.
