# Connect Wallet

## Step 1 — Install and Set Up Bittensor Wallet Extensions

To connect your wallet to the TaoFlow, you can use any EVM-compatible wallet Chrome extension.  There are several wallet extensions available (Talisman, MetaMask, Polkadot.js wallet, etc.). Here is an example of setting up the Talisman wallet.

1. Install the [Talisman browser extension](https://www.talisman.xyz/).
2. Create or import your wallet.
3. Ensure your wallet contains TAO and enough balance for network fees.

## Step 2 — Enable Subtensor EVM mainnet

### 1. Network details

#### (1) Subtensor EVM mainnet

| Setting    | Value                              |
| ---------- | ---------------------------------- |
| Chain ID   | 964                                |
| Chain name | Subtensor EVM                      |
| RPC URL    | <https://lite.chain.opentensor.ai> |
| Currency   | TAO                                |

#### (2) Subtensor EVM testnet

| Setting    | Value                              |
| ---------- | ---------------------------------- |
| Chain ID   | 945                                |
| Chain name | Subtensor EVM Testnet              |
| RPC URL    | <https://test.chain.opentensor.ai> |
| Currency   | Test TAO                           |

### 2. Manage network

As our TaoFlow uses the Subtensor EVM network, you need to enable the Subtensor EVM network from the wallet's Networks & Tokens list.

Go to the All Settings page of the wallet extension.

Navigate to the `Networks & Tokens` item from the settings menu.

Click on the `Manage networks` button to enable the network.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FRypzol82ZSAjYO2NfUuX%2Fwallet-network-setting1.png?alt=media&#x26;token=fed2e007-d25a-40be-84e1-7610f7297fcf" alt=""><figcaption></figcaption></figure>

Input `Subtensor EVM` into the search input box to filter the network.

Turn on the `Subtensor EVM` network.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FDjARfAGmtbutujmCuOE1%2Fwallet-network-setting2.png?alt=media&#x26;token=b359099e-9353-489f-a88f-b23a64196bbf" alt=""><figcaption></figcaption></figure>

## Step 3 — Connect Your Wallet to TaoFlow

1. Click Connect Wallet in the TaoFlow app.
2. Unlock your wallet by entering your password in the pop-up.
3. Select the accounts you want to connect (Ethereum, Polkadot, or Bittensor test accounts).
4. Confirm the connection.

<div><figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FDGvpKHshaGNhIK0QYXxE%2Fwallet-unlock.png?alt=media&#x26;token=a16b17e1-aa3e-4088-b4a5-0f32d4329a72" alt="" width="198"><figcaption></figcaption></figure> <figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FyYAgyjTQrZwdo1fYpOLS%2Fwallet-choose-account-connect.png?alt=media&#x26;token=a56ee45c-1d72-4a9c-959c-ac23f3db76ab" alt="" width="197"><figcaption></figcaption></figure></div>


---

# 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://taoflow.gitbook.io/taoflow-docs/getting-started/connect-wallet.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.
