> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/coinshift-walkthrough/supported-wallets/hardware-wallet-support.md).

# Hardware Wallet Support

Hardware wallets provide the most secure method for safeguarding cryptocurrency assets by isolating private keys from the internet, ensuring complete custody.&#x20;

Recognising the risks associated with managing substantial amounts of assets in an organisation's treasury and the importance of maintaining control over funds, Coinshift has integrated support for hardware devices. This feature allows users to connect their devices to the application, access their organisation, and use the Safe, all while retaining full custody of their treasury assets.

[Coinshift](https://beta.coinshift.xyz/) currently offers compatibility with the following hardware devices:

* [Ledger](https://www.ledger.com/) Nano S
* Ledger Nano X
* [Trezor](https://trezor.io/)

Explore the following articles in this section for more information:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><ol><li> <mark style="color:blue;"><strong>Prerequisites</strong></mark></li></ol><p> </p></td><td>Check this article for instructions on configuring your device before accessing the Coinshift app.</td><td></td><td><a href="/pages/4LtmFfi5xZYHbBW3Isr8">/pages/4LtmFfi5xZYHbBW3Isr8</a></td></tr><tr><td><ol start="2"><li> <mark style="color:blue;"><strong>Learn More: Hardware Wallets</strong></mark></li></ol></td><td>Refer to this section for queries on using a hardware wallet with the Coinshift app. </td><td></td><td><a href="/pages/HPqFcm35gRvIbCVlcvCJ">/pages/HPqFcm35gRvIbCVlcvCJ</a></td></tr></tbody></table>

Please note that there is no difference in features and functionality when accessing Safe via a hardware device or a Web3 wallet. The sole distinction resides in the transaction approval procedure.

As a hardware wallet user, you may consult our generic articles and [FAQs](/business/faqs/faq-general-information.md) for reference or to address any inquiries. For further assistance, please contact our support team [Discord](https://discord.com/invite/coinshift).


---

# 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://docs.coinshift.xyz/business/coinshift-walkthrough/supported-wallets/hardware-wallet-support.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.
