> For the complete documentation index, see [llms.txt](https://docs.hypertensor.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypertensor.org/blockchain/wallet.md).

# Wallet

The blockchain is an EVM-compatible substrate blockchain. All EVM-compatible wallets can be used.

## Talisman

{% hint style="warning" %}
Talisman has no mobile app.
{% endhint %}

{% embed url="<https://talisman.xyz/>" %}

### Create Account

1. Navigate to settings > Manage Accounts > Add Account
2. Create a new account > New Ethereum Account
   1. Enter the name of the new account, and click Create

### Setup Network

1. Navigate to settings > Manage Networks > Add Network
2. Choose "Polkadot"
   1. **RPC Url**: wss\://rpc.hypertensor.app:443
      1. Once pasted, the remaining variables should fill in.
   2. Check the **This is a testnet** checkbox if using a testnet network.

After setting up the network, you can use the [explorer](/testnet/explorer.md) to navigate the blockchain.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.hypertensor.org/blockchain/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.
