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

# BitKeep

If you haven't configured [BitKeep](https://bitkeep.com/), learn how to set it up as a [browser extension](https://study.bitkeep.com/en/?ht_kb=how-to-download-and-use-the-bitkeep-chrome-extension) or a [mobile app](https://study.bitkeep.com/en/?ht_kb=how-to-download-bitkeep-wallet) ([iOS](https://bitkeep.com/en/download?type=1) and [Android](https://bitkeep.com/en/download?type=0)). Go to [BitKeep Academy](https://study.bitkeep.com/) if you have any issue using it.

## Add Network

The following example shows how to add [Bitgert](https://bitgert.com/) network, which should apply to other chains.

{% tabs %}
{% tab title="Mobile App" %}
You need to add/enable Bitgert mainnet manually as it is not showing by default.

<div><figure><img src="/files/IEPOJctx2ilpL4bJ1ki2" alt=""><figcaption><p>Select "All Mainnets"</p></figcaption></figure> <figure><img src="/files/wwlqNtMXWmqfAXn5M6iV" alt=""><figcaption><p>Click "Add Mainnet"</p></figcaption></figure> <figure><img src="/files/DNayphHoqMsqnY7Xc0fg" alt=""><figcaption><p>Select "Custom Net" tab and click "View All Custom Nets" at the bottom</p></figcaption></figure> <figure><img src="/files/BRVw1td2f6vKVxjYPUZo" alt=""><figcaption><p>Click "Add manually" to add Bitgert network with IceCreamSwap RPC</p></figcaption></figure> <figure><img src="/files/oxz1HQBAioUpdwnh9dZF" alt=""><figcaption><p>Click "Retrieve" to add Bitgert network with IceCreamSwap RPC</p></figcaption></figure></div>

Use the RPC address `https://rpc.icecreamswap`.com to add the Bitgert chain with [IceCream RPC](/get-started/rpc.md). Once you fill the RPC address field, click "**Retrieve**" and all other fields will be populated automatically. You may use a different "Network name" such as Bitgert (IceCreamSwap).
{% endtab %}

{% tab title="Browser Extension" %}

<div><figure><img src="/files/PMqZ1ICjM6bg8cjUrGfv" alt=""><figcaption><p>Click "Connect Wallet" from <a href="https://icecreamswap.com">IceCreamSwap</a></p></figcaption></figure> <figure><img src="/files/5qTsRo7WxIDKfq6GyWQR" alt=""><figcaption><p>Click "BitKeep" and then click "Connect" in the popped up window</p></figcaption></figure> <figure><img src="/files/ruzmB2UPSKyqRxXQwgbu" alt=""><figcaption><p>Click "Approve" to add Bitgert network</p></figcaption></figure> <figure><img src="/files/vP8sh7bgXZ1sCPLLN31x" alt=""><figcaption><p>Wallet connected to IceCreamSwap on the Bitgert network</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}

## Use IceCreamSwap

Switch to the chain (*e.g.*, Bitgert) you want to connect, and then click the "**DApp**" at the bottom. Locate the Bitgert icon at left bar and the IceCreamSwap can be found under the "**DeFi**" menu.

<div><figure><img src="/files/1u6dSbWMU1qapPbZHxeA" alt=""><figcaption><p>Switch to Bitgert mainnet and click "DApp" at the bottom</p></figcaption></figure> <figure><img src="/files/suHJ68Hi2jpb5XLMPJR1" alt=""><figcaption><p>Select the "DeFi" menu on top, then click the Bitgert icon from the left bar</p></figcaption></figure> <figure><img src="/files/z70wxeo9SbQqTC9e3GCs" alt=""><figcaption><p>Your journey with IceCreamSwap begins </p></figcaption></figure></div>

Save yourself some time by adding IceCreamSwap to the list of favorite DApps.

<div><figure><img src="/files/QLT5HoyXbziY0XImtE4Z" alt=""><figcaption><p>Fig. 5a Make IceCreamSwap your favorite DApp</p></figcaption></figure> <figure><img src="/files/Om17DHQzfY97Mz1amzhu" alt=""><figcaption><p>Fig. 5b IceCreamSwap is now a favorite DApp under "Mine".</p></figcaption></figure></div>


---

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