> 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/accessing-the-wallet.md).

# Accessing the Wallet

Accessing Alberto Wallet is simple whether you’re using a desktop computer or a mobile device. Follow the instructions below to get started:

### On Desktop

1. **Open Your Web Browser:**\
   Launch your preferred web browser (such as Chrome, Firefox, Brave, or Edge).
2. **Navigate to the Wallet URL:**\
   Enter the following URL in your browser's address bar:
   * Mainnet wallet: <https://wallet.liftedinit.app/>
   * Testnet wallet:  <https://wallet.liftedinit.tech/>
3. **Explore the Interface:**\
   Once the page loads, you’ll see the Alberto Wallet dashboard. The interface is optimized for larger screens, ensuring you can easily access all the wallet’s features.

### On Mobile

1. **Use Your Mobile Browser:**\
   Whether you’re using iOS or Android, open your mobile web browser.
2. **Visit the Wallet URL:**\
   Enter the following URL in your mobile browser:

   * Mainnet wallet: <https://wallet.liftedinit.app/>
   * Testnet wallet:  <https://wallet.liftedinit.tech/>

   The mobile version of Alberto Wallet offers the same full functionality as the desktop version in a responsive, user-friendly layout.
3. **Enjoy a Seamless Experience:**\
   The mobile website is designed to be intuitive—simply tap through the menus to explore features such as sending/receiving tokens, managing groups, creating tokens, and more.

### Testnet vs. Mainnet

<mark style="color:purple;">**Important Note:**</mark>\
Alberto Wallet operates on both testnet and mainnet environments. The **testnet** is a simulated environment where you can practice transactions and explore features without using real funds. It’s ideal for familiarizing yourself with the wallet and testing new functionalities. In contrast, the **mainnet** is the live environment where actual digital assets are managed. Ensure that you are aware of which network you are connected to before performing any transactions, as operations on the mainnet involve real tokens and irreversible actions.


---

# 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/accessing-the-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.
