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

# State

> Glossary of terms found under /state. Refers to stake state

<ParamField path="eigenpodAddress" type="string">
  The address of the specific eigenpod.
</ParamField>

<ParamField path="operatorAddress" type="string">
  The address of the operator.
</ParamField>

<ParamField path="operatorName" type="string">
  The name set/given by the operator for itself.
</ParamField>

<ParamField path="ownerAddress" type="string">
  The address of the creator and owner of the Eigenpod.
</ParamField>

<ParamField path="restakedBalance" type="number">
  The amount of Ether that is recognized by Eigenlayer as natively restaked in wei.
</ParamField>

<ParamField path="strategy" type="string">
  A strategy that a user has chosen for restaking. This is the contract address of the LST-specific vault for restaking
</ParamField>

<ParamField path="tokenAddress" type="string">
  The contract address of the underlying ERC20 token used in a restaking strategy.
</ParamField>

<ParamField path="totalBalance" type="number">
  The total underlying token balance for a user within a strategy.
</ParamField>

<ParamField path="totalShares" type="number">
  The total number of shares for a user within a strategy.
</ParamField>
