# QNEKT

[Qnekt](https://github.com/earlgreytech/metamask-extension) is a fork of Metamask

* Since Qtum is a fork of Bitcoin and uses UTXOs, transaction signing is completely different from Ethereum.
* Because of that, it is not possible to just add [Janus](https://docs.qtum.site/en/part3/part3/part3/part3/part3/part3/part2/janus.md) as a remote endpoint in Metamask and have everything just work.
* For a more technical understanding, see [Why the need to fork Metama](https://docs.qtum.site/en/part3/part3/part3/part3/part3/part3/part3/why-qnekt.md)


---

# 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.qtum.info/qtum-documentation/qnekt/qnekt.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.
