# FAQ

## 1. How to connect your wallet to the Dojo platform?

{% stepper %}
{% step %}

### Prepare browser extensions of your Bittensor-compatible wallet

In order to connect your wallet to the Dojo platform, you will need a browser extension of the crypto wallet, for example, "Bittensor":

<figure><img src="/files/cmBUUNfAYcqlfAbzfokv" alt=""><figcaption></figcaption></figure>

or "Talisman":

<figure><img src="/files/vl1vHT40KzZBWwe2UIMa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Prepare seed phrase of the hotkey you have registered with the subnet

To create a hotkey and a seed phrase for it, you will need `btcli`, the Bittensor command line interface.

<figure><img src="/files/omcHO6qxi3iD4flwvtQC" alt=""><figcaption></figcaption></figure>

Its installation and use is described in detail [**here** ](https://docs.learnbittensor.org/getting-started/install-btcli)in the official documentation of Bittensor.
{% endstep %}

{% step %}

### Import the hot key into your browser cryptographic wallet

<figure><img src="/files/ZFbSfu1qzoqtGUb7htv9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Connect to the platform by selecting your hotkey

<figure><img src="/files/b7QI0w2If67uJeHV3Bhl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### After successful connection, everything should look like this and the tasks should be displayed immediately:

<figure><img src="/files/UXMwcawX3M19IbYD0wKL" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 2. How to create a Bittensor Wallet

{% stepper %}
{% step %}

### Install btcli

`btcli` is the Bittensor command line interface. It is described in detail about its installation and use here in the [official Bittensor documentation](https://docs.learnbittensor.org/keys/working-with-keys)

`pip install bittensor-cli`
{% endstep %}

{% step %}

### Create a new cold key (or use your existing cold key):

`btcli wallet new-coldkey`

<figure><img src="/files/oX3lM3D9CHztzhe0APSs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create a hotkey

`btcli wallet new-hotkey`

<figure><img src="/files/58O1pM3rqaRyLwNj8Ipl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save the hotkey seed phrase

<figure><img src="/files/Cm0zrqGzIyS9o73gL62n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Import a new wallet in your browser wallet using the hot key seed phrase

<figure><img src="/files/jfSNyPiJS6v9dvUrYa8j" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 3. Do **I need to install and run the base (or any other) miner code?**

No. You don't need to install or run any code. All you need to do is register your cold key in the Dojo subnet, create a hotkey, import it into your wallet (which is located in the browser extension), and connect to the Dojo platform. After that, you can perform tasks on the Dojo platform itself from your browser without embedding any code.


---

# 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.tensorplex.ai/tensorplex-docs/tensorplex-dojo-bittensor-subnet/faq.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.
