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

# Staking

### **Staking the $ECLIP token**

Please note that the staking model deployed on the current testnet is an older model staking contract than the staking described here. The following model will be deployed to the demo alongside the new UI in an upcoming release.

Stakers have the option to choose their length of stake. They will use a bar slider to select between 1 month and a maximum of 24 months.

Staking multipliers will vary based on the length of stake. Stakers can choose between weighting towards Cosmic Essence for IDO tier participation, neutral, and yield pool return. \
The technicals of staking multipliers can be found under: [Staking Multipliers](/eclipse-mechanics/tiers-whitelisting-and-cosmic-essense/staking-multipliers.md)

<figure><img src="/files/6YeeznYcor8ZuZgccart" alt=""><figcaption></figcaption></figure>

[Cosmic Essense](/eclipse-mechanics/tiers-whitelisting-and-cosmic-essense/cosmic-essense.md) is received upfront, and expires at the end of the staking period.  In this way, even stakers with a smaller amount of $ECLIP can increase their chances at IDO participation by selecting for more Cosmic Essence. Alternatively, they can choose the option to gain more yield.

{% hint style="info" %}
A staker can have multiple staking positions. Cosmic Essence will accrue as points. Stakers will be able to harvest the rewards from the staking.
{% endhint %}

### **Staking Allocations**

A total of 48 million tokens will be allocated towards bootstrapping staking rewards over a 36-month period.

In the longer term, the ([Deflationary Model](/tokenomics/deflationary-model.md)) for tokenomics and the [Rewards Pool](/eclipse-mechanics/rewards-pool.md) will bolster the distribution of staking rewards.


---

# 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.eclipsepad.com/tokenomics/staking.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.
