# Launcher

## Why PyUI?

Python code is easily auditable, and since we are dealing with peoples private keys, we want to remain open. This way no trust is needed.

Unfortunately, PyUI does not offer the level of quality that we'd like, and we are still actively seeking out alternatives.

If Sky Mavis opens for connecting directly to the Ronin wallet in browser, we will adjust so that all our features will exist in the Webapp and we can decommission the Python launcher.

## Starting the launcher

Download the launcher from [Fish Pimp](https://fish-pimp.com/) at the analysis step. This requires a user and full access to the site.

Make sure you have installed Python 3 on your device. This should be factory for most machines, however please follow the guide for detailed instruction.&#x20;

Extract the zip, and run the **launcher.py** file to start the launcher.

{% hint style="info" %}
**Good to know:** If you have any issues, come to our [Discord](https://discord.gg/KfPCyPKDKH). We are happy to support and receive feedback :)
{% endhint %}


---

# 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://fish-pimp.gitbook.io/fish-pimp/guides/launcher.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.
