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

# How to use Talisman

Talisman Wallet supports Liberland Blockchain on launch, and we support using [Talisman Wallet](https://www.talisman.xyz/) for interacting with Liberland Blockchain and dApps. This guide will walk you through setting up the Talisman browser extension for Chrome and Chromium-based browsers (Opera, Arc, Brave, Edge, etc.).

## Install Talisman browser extension

[Install Talisman](https://www.talisman.xyz/download)

## Add account

Either create a new account or import an existing one.

If you're creating a new account, be sure to save the passphrase/private key in a secure location.

If you're importing an existing account for use on Liberland Blockchain, it must be an existing Polkadot account.

## Use Liberland Wallet dApp

To open the dApp, visit [blockchain.liberland.org](https://blockchain.liberland.org/liberland-login) in the same browser where you installed Talisman.

Now that you have a wallet, if you are a citizen or e-resident, you can begin [onboarding](https://liberland-1.gitbook.io/wiki/v/public-documents/blockchain/for-citizens/onboarding#id-3-getting-merits-and-residency). If you're using a desktop computer, adapt the instructions to use Talisman, Polkadotjs, or Subwallet browser extension instead of Subwallet's mobile app.

## Next Steps

To see a short tutorial on creating a wallet using Talisman, configuring Talisman to connect to Liberland Blockchain, and connecting to blockchain.liberland.org, [click here](https://www.youtube.com/watch?v=M5ckxwG8H-E).

To see a full tutorial for creating a wallet using Talisman, registering on Coinstore, buying LLD, withdrawing LLD to your wallet, and staking your LLD, [click here](https://www.youtube.com/watch?v=531tOYdTWe8).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.liberland.org/blockchain/ecosystem/desktop-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
