> For the complete documentation index, see [llms.txt](https://wiki.icecreamswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.icecreamswap.com/get-started/setup-wallet/nabox.md).

# Nabox

As the official wallet, [Nabox](https://nabox.io/) has [Bitgert](https://bitgert.com/) network integrated right out of the box. Even better, it is using [IceCream RPC](/get-started/rpc.md) by default. No extra RPC configuration is required, and best experience is guaranteed when interacting it with IceCreamSwap.

Nabox wallet can be used as a [mobile app](#mobile) or a [browser extension on desktop](#desktop). For general information such as installation and wallet usage, please refer to its [official documentation](https://nabox.gitbook.io/naboxwallet/v/english/).

## Use IceCreamSwap

The following examples are for the Bitgert network, but it should be very similar for other chains.

{% tabs %}
{% tab title="Mobile App" %}
When opening Nabox for the first time, you have the choice to "**Create**" a new account or "**Import**" an existing account from other wallets.

<div><figure><img src="/files/6li1rpw5BPJumHOqG9TK" alt=""><figcaption><p>Create or Import Account</p></figcaption></figure> <figure><img src="/files/4q1XAZDwA6pP1jtub3xx" alt=""><figcaption><p>Create a new account</p></figcaption></figure> <figure><img src="/files/MTCmWPOJcf17nS0QMhcS" alt=""><figcaption><p>Import an existing account </p></figcaption></figure></div>

Once an account is setup, it stays on the ETH network by default. You need to switch to Bitgert.

<div><figure><img src="/files/svEdeDkshacoFUAocsmN" alt=""><figcaption><p>Click the network picker to switch</p></figcaption></figure> <figure><img src="/files/sF8HiKQXSn03XO6TLXmJ" alt=""><figcaption><p>Choose Bitgert from the list</p></figcaption></figure> <figure><img src="/files/HdvJNY9dWfsOHabYYieu" alt=""><figcaption><p>Now switched to Bitgert network</p></figcaption></figure></div>

Open IceCreamSwap within Nabox wallet by following the instructions below. Congratulations!:tada: It is time to explore the IceCreamSwap ecosystem.:rocket:

<div><figure><img src="/files/2QXBmPrqufUKJ1Ec28a1" alt=""><figcaption><p>Click "Discover" tab, then click IceCreamSwap</p></figcaption></figure> <figure><img src="/files/hJ1Uey1DZjytFWIVohhC" alt=""><figcaption><p>Confirm to allow to open IceCreamSwap</p></figcaption></figure> <figure><img src="/files/tqC2zRDHPfsrexcGF0TI" alt=""><figcaption><p>Welcome to IceCreamSwap</p></figcaption></figure></div>
{% endtab %}

{% tab title="Browser Extension" %}

<div><figure><img src="/files/nOCAAdA5DYXKqAFyi7NC" alt=""><figcaption><p>Click "Connect Wallet" from <a href="https://icecreamswap.com/">IceCreamSwap</a></p></figcaption></figure> <figure><img src="/files/tqAgOTwkWE2B0A9xRkhk" alt=""><figcaption><p>Click Nabox icon, choose your account to connect and confirm to authorize</p></figcaption></figure> <figure><img src="/files/kW6w0HaxRTje9hpPsYjT" alt=""><figcaption><p>Wallet connected to IceCreamSwap on the Bitgert network</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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://wiki.icecreamswap.com/get-started/setup-wallet/nabox.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.
