> 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/mobile-wallet.md).

# How to use SubWallet

Liberland Blockchain supports using [SubWallet](https://www.subwallet.app/) for interacting with Liberland Blockchain and dApps. This guide will walk you through setting up the SubWallet app.

## Install SubWallet on your smartphone

[Install SubWallet](https://www.subwallet.app/download.html)

## Add account

Either [create a new account](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/create-a-new-account-with-new-seed-phrase) or [import an existing one](https://docs.subwallet.app/main/mobile-app-user-guide/account-management/import-restore-an-account).

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 in subwallet [click here](https://mobile.subwallet.app/browser?url=https%3A%2F%2Fblockchain.liberland.org%2Fliberland-login)

Alternatively, you can manually navigate to it using the following steps

![Use dApp - 1](/files/I3hgx3DL7sitmjKbRMs8)

* Tap the `dApp` button in the bottom menu
* In the `Search or enter website` field, input `https://blockchain.liberland.org/`
* Confirm, and the page should load

  ![Use dApp - 2](/files/Euw1yjmi5y2O0CYtDMcr)
* Tap the account you wish to connect to the dApp - the checkmark to the right should turn green
* Tap `Connect`
* You may now login to the dApp and complete the [Onboarding](/blockchain/for-citizens/onboarding.md).

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).

## Add Liberland Network (Optional, but recommended)

![Opening network settings guide - 1](/files/tJ79666j73JHOl1uqVyt)

* From the home screen, tap the menu icon in top-left corner
* Tap `Manage Networks`
* Tap `+` icon in the top-right corner

![Opening network settings guide - 2](/files/6XnqZpHLyidOPgGnwedY)

* In the `Provider URL` field, enter `wss://mainnet.liberland.org` and confirm
  * Use `wss://testchain.liberland.org` for Bastiat testnet
* Once confirmed, the `Chain name`, `Symbol` and `Chain type` fields should fill automatically
* Tap `Save`, and return to the home screen


---

# 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/mobile-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.
