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

# Dragon Staking & Embers

Stake your **Santuario Hedera dragons** without moving them. Your dragons stay in your wallet, Hashly checks once an hour that you still hold them, and each one earns **Embers** according to its rarity rank. Embers are Hashly's in-app currency for raffle tickets and have no monetary value.

👉 Open it at [hash-ly.com/staking](https://hash-ly.com/staking).

***

## ⚙️ How Staking Works

### 🛡️ Your Dragons Never Move

Staking doesn't transfer your dragons and doesn't give Hashly any approval over them. You press **Start staking**, and from then on Hashly reads your wallet from the Hedera Mirror Node. You can sell or move a dragon at any moment, and it stops counting at the next check.

| Detail                  | Value                            |
| ----------------------- | -------------------------------- |
| 🐉 **Collection**       | Santuario Hedera (`0.0.7235629`) |
| ⏰ **Wallet check**      | Once an hour                     |
| 🔥 **Currency**         | Embers                           |
| 🏷️ **Listed on SentX** | Earns nothing                    |

### ⏰ Hourly Checks

Your pool of Embers fills continuously. Once an hour Hashly reads your wallet again and adds the time since the previous check, **at the rate your wallet qualifies for at that moment**. A dragon that arrives in your wallet is counted at the next check, and one that is sold, moved or listed stops counting.

### 🏷️ Listed Dragons Earn Nothing

A dragon **listed for sale on SentX** earns 0 Embers while it is listed, and it doesn't count toward the holding bonus. Delist it and the next hourly check picks it up again. Only SentX listings are checked: a listing on another marketplace, such as Kabila, isn't detected.

***

## 🏆 What a Dragon Earns

Every dragon earns a **base amount per day**, multiplied by the band its **SentX rarity rank** falls in.

The base is currently **1 Ember per dragon per day**:

| Band            | SentX rank    | Multiplier | Embers per day |
| --------------- | ------------- | ---------- | -------------- |
| 💎 **1/1**      | 1             | ×2         | 2              |
| 🥇 **Top 20**   | 2–20          | ×1.5       | 1.5            |
| 🥈 **Top 50**   | 21–50         | ×1.3       | 1.3            |
| 🥉 **Top 150**  | 51–150        | ×1.2       | 1.2            |
| 🎖️ **Top 300** | 151–300       | ×1.1       | 1.1            |
| 🐉 **Top 1000** | 301 and above | ×1         | 1              |

* 🔗 SentX gives several dragons the same rank: 8 dragons currently share rank 1.
* ❔ A dragon SentX hasn't ranked still earns: it gets the widest band (**Top 1000**, ×1).
* 🔄 Ranks and listings are synced from SentX every hour, just before the wallet checks.

### 📈 Holding Bonus

Holding several dragons adds a percentage to your **whole daily total**:

| Qualifying dragons | Bonus |
| ------------------ | ----- |
| 5 to 9             | +5%   |
| 10 to 19           | +10%  |
| 20 or more         | +25%  |

Only the **highest step** you reach applies: 10 dragons get +10%, not +5% and +10%. Listed dragons don't count toward the bonus.

> **📌 Example:** You hold 12 dragons: 1 ranked 35 (Top 50), 3 ranked between 151 and 300 (Top 300), 7 ranked above 300 (Top 1000), and 1 listed on SentX.
>
> `1.3 + (3 × 1.1) + (7 × 1) = 11.6 Embers per day` from 11 qualifying dragons
>
> 11 qualifying dragons reach the 10-dragon step: `11.6 × 1.10 = 12.76 Embers per day`
>
> The pool fills to a maximum of `12.76 × 7 = 89.32 Embers`. If the listed dragon is a Top 1000 dragon, delisting it makes your rate `12.6 × 1.10 = 13.86 Embers per day`.

> 🔧 The base, the bands, the bonus steps and the 7-day limit are set by Hashly and **can change**. The staking page always shows the current values.

***

## 🔥 Claiming Embers

### 🪣 The Pool and Its Limit

Embers don't go straight to your balance. They fill a **pool** that you empty by claiming:

* ⏳ The pool fills up to **7 days of your current daily rate**. When it reaches that limit, it stops filling until you claim.
* 🔒 **Embers in your pool are never lost.** Listing, selling or moving dragons only stops new Embers from being added. What you already earned stays in the pool until you claim it, even if no dragon qualifies anymore.
* 🪙 The smallest amount you can claim is **0.01 Embers**.

### ✋ How to Claim

1. Go to [hash-ly.com/staking](https://hash-ly.com/staking) with your wallet connected.
2. The **Ready to claim** card shows your pool counting up and how full it is.
3. Click **Claim**. Hashly reads your wallet again and pays up to that second.
4. The Embers move to your **Balance** and the pool starts filling again.

### ⏹️ Stopping

Press **Stop** to end staking. Nothing is transferred back, because nothing left your wallet. What your pool holds stays there and you can still claim it. The time you spend stopped earns nothing.

***

## ⛓️ On-Chain Record

Every claim and every Ember grant from the Hashly team is written to the **Embers topic** on the Hedera Consensus Service: [`0.0.10855219`](https://hashscan.io/mainnet/topic/0.0.10855219). The topic has no admin key, and only Hashly can write to it.

**Claim message format:**

```json
{
  "type": "ember_claim",
  "version": 1,
  "wallet": "0.0.xxxxx",
  "amount": 10.497639,
  "dragons": 21,
  "rate_per_day": 27.625,
  "hours": 0.54,
  "timestamp": 1234567890
}
```

* ✅ A **claim** includes how many dragons counted and the daily rate, so anyone can check the amount against the chain. It's written right after your balance is credited: if the topic can't be reached at that moment, you still get your Embers.
* 🎁 A **grant** (`ember_grant`) includes who gave it, who received it, the amount and the reason. Grants are written **before** anything is credited, and if the write fails, nothing is credited.
* 🗄️ Ember **balances** are kept in Hashly's database. The topic records claims and grants.

Claims and grants are public and permanent, together with your account ID. See the [Privacy Policy](https://hash-ly.com/privacy).

***

## 🎟️ What Embers Are For

* 🎟️ **Raffle tickets**: Embers are how you enter [Raffles](/hashly-docs/rewards/raffles.md).
* 🚫 **Not for sale**: Hashly doesn't sell Embers.
* 🏆 **Separate from XP**: Embers don't count toward season XP or the leaderboard.

***

## 💡 Tips

* ▶️ **Press Start staking once**: holding dragons alone earns nothing until your stake is on.
* 🪣 **Claim at least once a week**: a full pool stops filling.
* 🏷️ **Listing pauses earning, not your pool**: a listed, sold or moved dragon stops adding Embers, and what's already in your pool stays until you claim it.
* 📈 **Watch the steps**: going from 9 to 10 qualifying dragons, or from 19 to 20, raises the bonus on your whole daily total.
* 🔍 **Check each dragon's band**: the staking page shows every dragon with its rank, band and daily rate, and marks listed ones.

***

> ⚖️ **Please note:** Embers have no monetary value and only work inside Hashly. They aren't a cryptocurrency, a token or a security, they aren't issued on any blockchain, and they can't be sold, transferred, withdrawn or exchanged for money or crypto. Their only use is on Hashly, for example for raffle tickets. Grants and claims are recorded on the Hedera Consensus Service so anyone can verify them, and that record doesn't make Embers an asset. Staking isn't a financial product, a deposit or an investment, and it pays no interest, yield or return in money or crypto. What it earns is Embers. Your dragons never leave your wallet, and Hashly never takes custody of them.
>
> Santuario Hedera dragons and El Santuario NFTs are **utility tokens**: digital collectibles that unlock features on Hashly, such as voting power, staking, bigger museum rooms and raffle requirements. They aren't securities, shares, investment contracts or financial instruments. Holding one gives no ownership of Hashly and no right to profits, dividends or revenue. They aren't offered as an investment, and nobody should acquire one expecting a profit. Their marketplace prices are set by buyers and sellers, and Hashly doesn't control or guarantee them. Nothing on Hashly is financial or investment advice. See the [Terms of Use](https://hash-ly.com/terms).


---

# 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://hashly.gitbook.io/hashly-docs/rewards/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.
