# Specifications

- [Network](https://wiki.scalaproject.io/specifications/network-specifications.md): Condensed technical specifications of Scala Blockchain.
- [Features](https://wiki.scalaproject.io/specifications/feature-desc.md): Feature descriptions of some of the major aspects of Scala
- [Untraceable payments](https://wiki.scalaproject.io/specifications/feature-desc/untraceable-payments.md): Describes how Cryptonote achieves untraceable payments.
- [Unlinkable Transactions](https://wiki.scalaproject.io/specifications/feature-desc/unlinkable-transactions.md): Describes how Scala achieves unlinkable transactions
- [Double-spending proof](https://wiki.scalaproject.io/specifications/feature-desc/double-spending-proof.md): Describes how Scala defends itself against double-spending.
- [Blockchain analysis resistance](https://wiki.scalaproject.io/specifications/feature-desc/blockchain-analysis-resistance.md): Describes the resistance against blockchain analysis implemented in Scala
- [Standard CryptoNote transactions](https://wiki.scalaproject.io/specifications/feature-desc/standard-cryptonote-transactions.md): A brief introduction to standard CryptoNote transactions
- [Zero confirmation transactions](https://wiki.scalaproject.io/specifications/feature-desc/zero-confirmation-transactions.md): Description of Zero Confirmation transaction on the scala blockchain.
- [Adaptive Limits](https://wiki.scalaproject.io/specifications/feature-desc/adaptive-limits.md): Describes the adaptive parameters of the Scala Blockchain
- [Panthera PoW algorithm](https://wiki.scalaproject.io/specifications/feature-desc/panthera.md): Describes the proof-of-work (PoW) algorithm used in the blockchain.
- [Diardi](https://wiki.scalaproject.io/specifications/feature-desc/diardi.md): Description of our semi-decentralized checkpointing mechanism


---

# 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://wiki.scalaproject.io/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.
