# Citadel Hardware Wallet

## Citadel Wallet

- [Introduction](https://docs.citadelwallet.io/introduction.md): Introduction to Hardware Wallets
- [Motivation](https://docs.citadelwallet.io/welcome/motivation.md): Significance of the Problem and Opportunity
- [Why Hedera](https://docs.citadelwallet.io/welcome/why-hedera.md): Hedera Network's Characteristics
- [Certifications, Audits and Licenses](https://docs.citadelwallet.io/welcome/certifications-audits-and-licenses.md)
- [Links](https://docs.citadelwallet.io/welcome/links.md): Links to Citadel Wallet Resources
- [Box Contents](https://docs.citadelwallet.io/getting-started/box-contents.md)
- [Wallet Initial Setup](https://docs.citadelwallet.io/getting-started/wallet-initial-setup.md)
- [Wallet Recover](https://docs.citadelwallet.io/getting-started/wallet-recover.md)
- [Wallet Settings](https://docs.citadelwallet.io/getting-started/wallet-settings.md)
- [Info](https://docs.citadelwallet.io/getting-started/wallet-settings/info.md): Select Info from Settings Page:
- [Change PIN](https://docs.citadelwallet.io/getting-started/wallet-settings/change-pin.md)
- [Wipe Keys](https://docs.citadelwallet.io/getting-started/wallet-settings/wipe-keys.md)
- [Pair with Hashpack](https://docs.citadelwallet.io/getting-started/pair-with-hashpack.md)
- [USB on PC](https://docs.citadelwallet.io/getting-started/pair-with-hashpack/usb-on-pc.md)
- [Supported Services](https://docs.citadelwallet.io/getting-started/supported-services.md)
- [Firmware Update](https://docs.citadelwallet.io/getting-started/firmware-update.md)
- [Wallet PIN](https://docs.citadelwallet.io/getting-started/wallet-pin.md)
- [Supported Features](https://docs.citadelwallet.io/wallet-spec/supported-features.md)
- [HBAR](https://docs.citadelwallet.io/wallet-spec/supported-features/hbar.md): HBAR Cryptocurrency transfers
- [Native Staking](https://docs.citadelwallet.io/wallet-spec/supported-features/native-staking.md): Hedera PoS Network Native Staking
- [Hedera Tokens](https://docs.citadelwallet.io/wallet-spec/supported-features/hedera-tokens.md): HTS Token Management
- [Hedera NFTs](https://docs.citadelwallet.io/wallet-spec/supported-features/hedera-nfts.md): HTS NFT Management
- [Smart Contracts 2.0](https://docs.citadelwallet.io/wallet-spec/supported-features/smart-contracts-2.0.md): Hedera EVM Compatible Smart Contracts
- [More Features](https://docs.citadelwallet.io/wallet-spec/supported-features/more-features.md): More features supported on Hedera Network
- [Mechanical Spec](https://docs.citadelwallet.io/wallet-spec/mechanical-spec.md)
- [Dimensions](https://docs.citadelwallet.io/wallet-spec/mechanical-spec/dimensions.md)
- [Display](https://docs.citadelwallet.io/wallet-spec/mechanical-spec/display.md)
- [Touch](https://docs.citadelwallet.io/wallet-spec/mechanical-spec/touch.md)
- [Buttons](https://docs.citadelwallet.io/wallet-spec/mechanical-spec/buttons.md)
- [Hardware Spec](https://docs.citadelwallet.io/wallet-spec/hardware-spec.md)
- [Microprocessor](https://docs.citadelwallet.io/wallet-spec/hardware-spec/microprocessor.md)
- [Secure Element](https://docs.citadelwallet.io/wallet-spec/hardware-spec/secure-element.md)
- [Storage](https://docs.citadelwallet.io/wallet-spec/hardware-spec/storage.md)
- [Battery](https://docs.citadelwallet.io/wallet-spec/hardware-spec/battery.md)
- [Wallet Comparisons](https://docs.citadelwallet.io/wallet-spec/wallet-comparisons.md)
- [SDKs](https://docs.citadelwallet.io/citadel-connect/sdks.md)
- [APIs](https://docs.citadelwallet.io/citadel-connect/apis.md)
- [Software Wallets](https://docs.citadelwallet.io/citadel-connect/software-wallets.md)
- [dApp Support](https://docs.citadelwallet.io/citadel-connect/dapp-support.md)
- [NFT Collection](https://docs.citadelwallet.io/guardians-of-the-citadel/nft-collection.md)
- [Pre Orders](https://docs.citadelwallet.io/guardians-of-the-citadel/pre-orders.md)
- [Utility](https://docs.citadelwallet.io/guardians-of-the-citadel/utility.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.citadelwallet.io/introduction.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.
