# Glossary

### sZERO

sZERO is a non-transferrable ERC20 and represents a balance of staked ZERO, which is read from ZERO network nodes to determine voting weight, should the sZERO holder decide to run a validator.

### Signers

Entities responsible for signing messages using the [FROST](#frost) protocol.&#x20;

### Validators

Entities responsible for producing blocks.

### Voters

Entities holding a balance of staked ZERO (sZERO) on Ethereum mainnet, the on-chain governance token.

### Keepers

Entities responsible for relaying transactions onto any supported network, receiving passive revenue based on transaction volume, in excess of fees paid.

### Schnorr Signature

A type of digital signature scheme that allows for the efficient and secure signing of transactions and messages.

### FROST

Flexible Round-Optimized Schnorr Threshold (FROST) is a somewhat natural conversion from secret sharing of private keys to secret sharing of signatures, that is, a protocol describing how to use key shards to construct signature shards which can be put together to construct full signatures without revealing the shared sharded key.

<br>


---

# 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.zerodao.com/development/glossary.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.
