# From mouse movements

There are many tools, working through the Firefox browser, allowing the user to obtain printable paper wallets generating using the movements of the mouse as a source of entropy. Even if these tools are working in a web browser, they are written in javascript and are executed completely locally.

When these tools are started, they collect the movements of the mouse.

<figure><img src="/files/Lm2d2BmoIDLapmRjxLcc" alt=""><figcaption><p>The entropy collecting phase</p></figcaption></figure>

Then, when they have enough entropy, they provide a printable paper wallet.

<figure><img src="/files/OqJsBJa0eKkrmeP1CgMf" alt=""><figcaption><p>The printable paper wallet, with keys and QR codes</p></figcaption></figure>


---

# 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://anubitux-project.gitbook.io/the-anubitux-documentation/use-cases/creating-wallets/from-mouse-movements.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.
