> For the complete documentation index, see [llms.txt](https://metaversenw.gitbook.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaversenw.gitbook.io/user-manual/connect-wallet.md).

# Connect Wallet

- [Wallets & Login](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login.md)
- [Social Login](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/social-login.md)
- [Polkadot.js Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/polkadot.js-wallet.md): All wallets that are compatible with the Polkadot ecosystem will work on Bit.Country.
- [Create a Polkadot.js Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/polkadot.js-wallet/create-a-polkadot.js-wallet.md): All wallets that are compatible with the Polkadot ecosystem will work on Bit.Country.
- [Connecting Polkadot.js Wallet to Bit.Country](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/polkadot.js-wallet/connecting-polkadot.js-wallet-to-bit.country.md)
- [Transfer NEER to another Wallet Address using Polkadot.js.org/apps](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/polkadot.js-wallet/transfer-neer-to-another-wallet-address-using-polkadot.js.org-apps.md)
- [Transfer BIT via the Polkadot.JS app](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/polkadot.js-wallet/transfer-bit-via-the-polkadot.js-app.md)
- [SubWallet - Polkadot Extension Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet.md)
- [Create a SubWallet - Polkadot Extension Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/create-a-subwallet-polkadot-extension-wallet.md)
- [Connecting SubWallet to Bit.Country](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/connecting-subwallet-to-bit.country.md)
- [How to transfer BIT using SubWallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/how-to-transfer-bit-using-subwallet.md)
- [How to transfer NEER using Subwallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/how-to-transfer-neer-using-subwallet.md)
- [BIT & BIT(Spot)](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/bit-and-bit-spot.md): Use BIT for on-chain activities. Use BIT(spot) for in-metaverse transactions.
- [How to transfer BIT into BIT(Spot)](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/subwallet-polkadot-extension-wallet/bit-and-bit-spot/how-to-transfer-bit-into-bit-spot.md)
- [Talisman- Ethereum and Polkadot Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/talisman-ethereum-and-polkadot-wallet.md)
- [Create a Talisman - Polkadot Extension](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/talisman-ethereum-and-polkadot-wallet/create-a-talisman-polkadot-extension.md)
- [Connecting Talisman to Bit.Country](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallets-and-login/talisman-ethereum-and-polkadot-wallet/connecting-talisman-to-bit.country.md)
- [Wallet Connection Troubleshooting](https://metaversenw.gitbook.io/user-manual/connect-wallet/wallet-connection-troubleshooting.md)
- [Change/Disconnect Wallet](https://metaversenw.gitbook.io/user-manual/connect-wallet/change-disconnect-wallet.md)
- [NEER](https://metaversenw.gitbook.io/user-manual/connect-wallet/neer.md)
- [How to Transfer NEER](https://metaversenw.gitbook.io/user-manual/connect-wallet/neer/how-to-transfer-neer.md)
- [Unlock Vested Tokens (NEER & NUUM)](https://metaversenw.gitbook.io/user-manual/connect-wallet/unlock-vested-tokens-neer-and-nuum.md)


---

# 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://metaversenw.gitbook.io/user-manual/connect-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.
