# General FAQ

**Q:** Can I use Bogged with a Hardware Wallet?

{% tabs %}
{% tab title="Answer" %}
Yes! In fact, we highly recommend using a Hardware Wallet when using Crypto. We support Ledger and Trezor via Metamask.
{% endtab %}

{% tab title="Reason" %}
Hardware wallets allow users to sign transactions without revealing their private key to their PC, meaning that a compromised PC cannot reveal the key which holds all the funds.
{% endtab %}
{% endtabs %}

**Q:** What chains does Bogged support?

{% tabs %}
{% tab title="Answer" %}
BSC, Cronos, OEC, HECO, Polygon, Fanton, KCC, Moonriver, Avalanche and Harmony.\
\
Currently, DEX Aggregator support is global to all chains, with the remaining trading tools beginning to roll out across all chains.
{% endtab %}
{% endtabs %}


---

# 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.bogged.finance/bogged-finance/general-faq.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.
