# Using Ledger with Solana

## Setup Process

### 1. Create Profile with Software Wallet

* Download and install [Phantom](https://phantom.app/), [Backpack](https://www.backpack.app/), or [Solflare](https://www.solflare.com/)
* Connect this wallet to our platform
* Complete the profile creation process

**Important:** If you have Rabby wallet installed as a browser extension, it may prevent Solana wallets from being detected. If you don't see your Solana wallet options, temporarily disable the Rabby extension and refresh the page.

### 2. Request Profile Address Update

* Obtain your Ledger's Solana address through your wallet interface
* Email <support@tally.xyz> with:
  * Subject: "Ledger Address Update"
  * Current profile address (from software wallet)
  * Ledger Solana address

### 3. Use Your Ledger

* You'll receive email confirmation when your profile is updated
* Connect your Ledger device when accessing our platform
* You'll need to add your hardware wallet through your software wallet's interface
* Create a new stake account specifically for your Ledger wallet address (similar to the stake account you made with your software wallet)
* Use your hardware wallet for all transactions moving forward


---

# 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.tally.xyz/how-to-use-tally/using-ledger-with-solana.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.
