# Panthera PoW algorithm

## (RandomX + Yespower + KangarooTwelve) = Panthera <a href="#ddf6" id="ddf6"></a>

![](https://644193325-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV59Y28GtFOLyQ3_Vax%2F-MKjWcqOHDSpiqFL41Df%2F-MKjXzsaMdcwHqjWkUGP%2Fpanthera.png?alt=media\&token=cbf9bf9f-e44c-4182-89ea-7f70a529af76)

Scala uses an algorithm technology combining [RandomX](https://github.com/tevador/RandomX) with our own variant of [yespower](https://www.openwall.com/yespower/)*.* In addition we have combined a quantum resistant algorithm called [KangarooTwelve](https://keccak.team/kangarootwelve.html) to create a new PoW algorithm that we called *Panthera*.&#x20;

It is faster than RandomX and is extremely resistant to not just *ASICs* and *FPGAs,* but is also rated level 2 quantum-resistant due to the inclusion of K12.

## Technical details <a href="#id-9337" id="id-9337"></a>

*RandomX* utilizes a virtual machine that executes programs in a special instruction set that consists of integer math, floating point math and branches.

These programs can be translated into the CPU’s native machine code on the fly. At the end, the outputs of the executed programs are consolidated into a 256-bit result, using a cryptographic hashing function (*Blake2b*).

In **Panthera**, the [Blake2b](https://en.wikipedia.org/wiki/BLAKE_\(hash_function\)) hash is further hashed using Yescrypt-RH and KangarooTwelve, which makes it much more difficult for GPUs to attain an unfair advantage, and which also allows the algorithm to be resistant to ASICs/FPGAs and level 2 quantum computers.


---

# 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/feature-desc/panthera.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.
