# Ledger (desktop)

## Prerequisites

* A small amount of **CELO is required for transaction fees**.
* Ledger Nano S or X
* [Celo app installed on Ledger](https://docs.celo.org/celo-owner-guide/ledger)

## Connecting your Ledger to Ubeswap

* Ensure your Ledger device is connected to your computer
* Open the Celo app on your Ledger device
* On <https://app.ubeswap.org/>, click `Connect to a wallet`
* Select Wallet Connect as the wallet

<figure><img src="/files/i7MZ7X8UoHw7zhrx1vsx" alt=""><figcaption></figcaption></figure>

* Press `Connect` after which Ubeswap can interact with your Ledger device

## Using the Alfajores Testnet

If you are following this tutorial for the Alfajores testnet, you can obtain CELO via <https://celo.org/developers/faucet> by providing your wallet's address. See [*Using the Alfajores Testnet*](https://docs.ubeswap.org/code-and-contracts/using-the-alfajores-testnet#testnet-funds) for more details.


---

# 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.ubeswap.org/wallet-support/ledger-desktop.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.
