> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/aethir-staking/pre-deposit-how-to-guide.md).

# Pre-deposit How-To Guide

Token Providers who wish to stake ATH early via the Vault, prior to the activation of Aethir’s Token Pool and StakeBase contracts. This guide covers how to participate in the Pre-deposit Phase and what to expect before and after activation. **Reward Distribution**:

Rewards are calculated and updated every 24 hours, with the settlement window aligned to **UTC+12.**

#### **Steps:**

1. **Deposit ATH into the Pre-deposit Vault**

   Select the Vault pool in the User Portal and confirm your deposit. Your ATH will be locked in the Vault contract.
2. **Receive eATH**

   You will receive **eATH** at a 1:1 ratio. This ERC-20 token represents your staked balance and will entitle you to rewards after vault activation.
3. **Track Staking Position**

   View your current eATH balance in the User Portal dashboard. Deposits can be made incrementally at any time.
4. **Claim Rewards** *(Post-activation)*

   Once the Vault is activated (estimated July 13, 2025), rewards will begin accruing. Users must manually claim rewards via the portal. No rewards are accrued during the pre-deposit phase.
5. **Withdraw ATH** *(Redemption-initiation)*

   Redemption of eATH becomes available on 13th June 2026, once redemption is initiated, tokens will vest for 15 days before being released.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aethir.com/aethir-staking/pre-deposit-how-to-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
