# Specifications

### Phase 1 Specs

* `EpochDurationInSeconds`: 24 *60* 60 (1 day)
* `MomentumTime`: 10 seconds

### Pillar Node Parameters

* `PillarStakeAmount`: 15000 ZNN
* `PillarQsrStakeBaseAmount`: 150000 QSR
* `PillarQsrStakeIncreaseAmount`: 10000 QSR
* `PillarEpochLockTime`: 83 epochs
* `PillarEpochRevokeTime`: 7 epochs
* `PillarNameLengthMax`: 40 characters

### Sentinel Node Parameters

* `SentinelZnnRegisterAmount`: 5000 ZNN
* `SentinelQsrDepositAmount`: 50000 QSR
* `SentinelEpochLockTime`: 27 epochs
* `SentinelEpochRevokeTime`: 3 epochs

### Staking Parameters

* `StakeTimeUnit`: 30 epochs
* `StakeTimeMin`: 30 epochs
* `StakeTimeMax`: 360 epochs
* `StakeMinAmount`: 1 ZNN

### Plasma Parameters

* `FuseMinAmount`: 10 QSR
* `FuseExpiration`: 10 hours

### ZTS Token Parameters

* `TokenIssueAmount`: 1 ZNN (burned)
* `TokenNameLengthMax`: 40 characters
* `TokenSymbolLengthMax`: 10 characters
* `TokenDomainLengthMax`: 128 characters
* `TokenMaxSupplyBig`: 2^255 - 1
* `TokenMaxDecimals`: 18

### Swap Parameters

* `SwapAssetDecayEpochsOffset`: 90
* `SwapAssetDecayTickEpochs`: 30
* `SwapAssetDecayTickValuePercentage`: 10


---

# 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.zenon.org/hypercore/technical/legacy/specifications.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.
