> For the complete documentation index, see [llms.txt](https://docs.asymetrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asymetrix.io/asymetrix-protocol-guide/how-it-works.md).

# How it works

### This is a description of the Asymetrix Protocol flow

\
**Step 1. Users deposit their stETH tokens to the Asymetrix protocol**

Once the user deposits to the Asymetrix Protocol, the smart contract mints PST (Pool Share Token) in a 1:1 ratio and sends it to the user's wallet. PST token reflects the user's share in the protocol and is required for withdrawal. \
The minimum deposit amount is 0.1 stETH in the current version of the protocol. However, the deposit does not necessarily have to be a multiple of 0.1 stETH (i.e., 0.11234 stETH is acceptable). \
Please note that the current version of Asymetrix Protocol has a minimum deposit amount of 0.1 stETH.<br>

**Step 2. ETH staking rewards are accumulated in the protocol** &#x20;

The balance of stETH in the protocol is growing at the current Lido APR speed and updating every 24h.<br>

**Step 3. Yield is distributed to the users**

The draw takes place every 604800 seconds (\~ once a week, this parameter is adjustable by DAO decision). The selected winners are determined using the Chainlink VRF, which is a best practice solution in the crypto space for ensuring provably fair randomness. Your exact odds of winning change dynamically in real-time (see the following [article ](/asymetrix-protocol-guide/users-odds.md)for more information).

By default, the user's initial deposits remain at the protocol for the next draw. No need to re-enter for each draw manually.  <br>

**Step 4. How do winners receive their rewards?**

In the case of winning, users automatically receive their rewards in the form of PST (the amount equivalent of stETH), so the user's balance is increased, which automatically increases the odds for further draws. Therefore, there is no need to claim rewards every time. It will be performed automatically.<br>

**Step 5. How to withdraw your initial deposit?**

Users can withdraw their deposits at any time. \
Asymetrix Protocol will burn existing users' PST tokens for stETH tokens at a 1:1 ratio.<br>

*Asymetrix is a non-custodial protocol, meaning that no one except the user is in control of his funds.*


---

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