> For the complete documentation index, see [llms.txt](https://lulumart.gitbook.io/lulumart-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lulumart.gitbook.io/lulumart-docs/user-guide/getting-started.md).

# Getting Started

## Sign Up

LuluMart supports four registration methods:

* **Email** - Enter your email address, verify with a 6-digit code, then set a password (minimum 8 characters, must contain both letters and numbers). Your account password is used for email login.
* **Google / Facebook** - Click the corresponding button and approve the connection.
* **MetaMask (Web3 Wallet)** - Click MetaMask and approve the connection request in your MetaMask extension. Your wallet address will be linked to your LuluMart account.

Every LuluMart account comes with a built-in platform wallet upon registration. Your wallet balance is shown in the top navigation bar and is used for all purchases on the platform.

## Deposit

You can top up your wallet by depositing crypto from an on-chain wallet, or purchasing crypto directly via credit card, Apple Pay, or Google Pay.

LuluMart operates in a non-custodial model — you always retain full control over your funds.

* **Your funds, your control** — Assets are held in your wallet, protected by your private key
* **Smart contract guarantee** — Transactions are executed automatically through audited smart contracts
* **Non-custodial** — LuluMart never holds your funds; you maintain full control through your private key at all times
* **Transparent** — All transactions and holdings are recorded on-chain and fully verifiable
* **Trustless execution** — Settlement is processed automatically based on on-chain conditions


---

# 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:

```
GET https://lulumart.gitbook.io/lulumart-docs/user-guide/getting-started.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.
