# Create a Wallet

To interact with the Grabity Web Application, you'll need to create a wallet that supports the BSC Network. Although Grabity supports a diversity of wallets, we recommend Metamask for desktop users, and Trust Wallet for mobile users. Follow the guide below to set up your wallet.

{% hint style="danger" %}
**Cautions when creating a wallet:**

* Download the latest version of the wallet of your choice from an official source (read the instructions below for official links).
* Store your recovery phrases somewhere safe. Losing your recovery phrases will result in loss of funds!
* NEVER share your recovery phrases with anyone! Only scammers will ask you for recovery phrases. Stay vigilant!
  {% endhint %}

{% tabs %}
{% tab title="MetaMask" %}
![](/files/6eIhpmvrcgdgC6qPVxWF)

MetaMask is the most widely used open-source web-extension wallet that supports various blockchains including BSC. However, as MetaMask is a wallet that prioritizes Ethereum support by default, it requires extra steps to use BSC. Although adding the BSC network to MetaMask can be a confusing experience for beginners, we strongly recommend MetaMask as your desktop wallet.

* [Download MetaMask](https://metamask.io/download.html)
* [Add BSC to MetaMask](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain)
  {% endtab %}

{% tab title="Trust Wallet" %}
![](/files/Qd6aq9j4CqvrMwLLQYRE)

Trust Wallet is a mobile wallet backed by Binance, one of the largest centralized cryptocurrency exchanges in the world. As a multichain wallet, Trust Wallet supports a variety of networks by default, meaning that no additional setup is required to use BSC. We strongly recommend Trust Wallet as your mobile wallet.

* [Download Trust Wallet](https://trustwallet.com/download-page)
* [Enable BSC on Trust Wallet](https://academy.binance.com/en/articles/connecting-trust-wallet-to-binance-smart-chain-bsc)
  {% endtab %}
  {% endtabs %}

Once you've created a wallet and added the BSC network, make sure to top up some Binance Coin (BNB) to pay for transaction fees!


---

# 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://docs.grabity.org/getting-started/create-a-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.
