# Glossary

**Protocol** - a smart contract where users send their deposits in stETH;&#x20;

**Yield** - it is % generated from stETH staking;&#x20;

**stETH** - a token of liquid staking provider Lido that represents an amount of staked ETH;&#x20;

**$PST (Pool Share Token)** is a token minted by protocol and sent to the user's wallet after his deposit. It displays the user's share in protocol and is required to withdraw his deposit;

**$ASX** - Asymetrix Protocol governance token. Required to have a weight in governance voting;&#x20;

**Draw** - selection process of user/users who will receive the generated yield in this period. Takes place in a specific period (one per week currently);&#x20;

**TWAB (time-weighted average balance)** - a percentage of yield generated by the specific user compared to the yield generated by the whole protocol (between draws);&#x20;

**Pick** - represents an entry containing the user's address and is used to choose a winner. Each person has a number of picks that depends on the user's TWAB. More picks - more odds;&#x20;

**Total picks** - number equals total deposits / minimum deposit amount (0.1 ETH at the moment).


---

# 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.asymetrix.io/asymetrix-protocol-guide/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.
