# POS

**Proof of stake**(PoS) is a method of securing a [cryptocurrency](https://en.bitcoinwiki.org/wiki/Cryptocurrency) network through requesting users to show ownership of a certain amount of currency. It is different from [proof-of-work](https://en.bitcoinwiki.org/wiki/Proof-of-work) systems that run hashing algorithms to validate electronic transactions. It is most commonly used as a supplement to [proof-of-work](https://en.bitcoinwiki.org/wiki/Proof-of-work) in [Peercoin](https://en.bitcoinwiki.org/wiki/Peercoin) and a few other electronic currencies.


---

# 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.horaos.com/feature/dpos.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.
