> For the complete documentation index, see [llms.txt](https://docs.manifestai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifestai.org/getting-started/connecting-to-your-wallet.md).

# Connecting to Your Wallet

Alberto Wallet offers a variety of connection methods designed to suit both crypto experts and users more familiar with traditional Web2 authentication. This page will guide you through the available options and help you choose the one that best fits your needs.

### On Desktop

#### Web2-Friendly Options

For a seamless, user-friendly login experience, Alberto Wallet leverages Web3Auth. This allows you to log in using traditional Web2 accounts:

* **Google, X, GitHub, Reddit & More:**\
  Simply select your preferred provider on the login screen, and follow the on-screen instructions to authenticate. These options are ideal if you prefer not to manage private keys directly.

#### Crypto-Advanced Options

For desktop users who are comfortable managing cryptographic keys, Alberto Wallet supports several advanced connection methods:

* **Leap:**\
  Connect using the desktop version of Leap for reliable and secure access.
* **Keplr:**\
  Use the desktop version of Keplr for a secure connection if you’re familiar with Cosmos-based wallets.
* **Cosmostation:**\
  Use Cosmostation to connect if you prefer their interface and features for managing Cosmos-based assets.
* **Ledger:**\
  Link your hardware wallet via Ledger to keep your private keys offline.
* **MetaMask:**\
  Connect with MetaMask for a robust experience, especially if you manage Ethereum-based assets.

#### Mobile-Based Connection Options on Desktop

In addition to the above, desktop users can also connect using mobile wallet apps using a QR code:

* **Leap Mobile:**\
  Even on a desktop, connect using Leap Mobile.
* **Keplr Mobile:**\
  Similarly, you can use the Keplr Mobile option if you prefer this method.

### On Mobile

For users on mobile devices, the connection options are streamlined for simplicity and accessibility:

#### **Web2-Friendly Options**

For a seamless, user-friendly login experience, Alberto Wallet leverages Web3Auth. This allows you to log in using traditional Web2 accounts:

* **Google, X, GitHub, Reddit & more:**\
  Leverage Web3Auth to connect using your familiar Web2 accounts, making onboarding quick and hassle-free.

#### **Mobile Crypto Wallet Options:**

For mobile users who are comfortable managing cryptographic keys, Alberto Wallet supports several advanced connection methods:

* **Leap Mobile:**\
  Use the mobile version of Leap for a secure connection.
* **Keplr Mobile:**\
  Connect using the mobile version of Keplr.

### Security Note

Alberto Wallet has undergone a rigorous third-party security audit, ensuring that all connection methods adhere to the highest security standards. Whether you choose a crypto-advanced or Web2-friendly option, you can be confident that your wallet is protected by industry-leading practices.


---

# 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.manifestai.org/getting-started/connecting-to-your-wallet.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.
