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

# User Quick Start

Welcome to the User Quick Start guide for Merlin Chain! This document is designed to help you efficiently get started with the [**important concepts**](/merlin-docs/user-quick-start/important-concepts.md) **and core operations** on Merlin Chain. Our focus will be on the essential "How to" steps, enabling you to navigate and utilize the Merlin Chain with ease.&#x20;

## How to

The core of this guide focuses on the practical steps you need to take to start using Merlin Chain effectively. Here are the key activities you will learn about:

* [**Wallet**](/merlin-docs/user-quick-start/how-to/wallet.md): Setting up and managing your AA Wallet to interact with Merlin Chain.
* [**MERL**](/merlin-docs/user-quick-start/how-to/merl.md): Acquiring and utilizing the native token of Merlin Chain, MERL.
* [**M-Token**](/merlin-docs/user-quick-start/how-to/m-token.md): Understanding and managing various tokens within the Merlin Chain ecosystem.
* [**Staking and Unstaking**](/merlin-docs/user-quick-start/how-to/staking-and-unstaking.md): How to participate in staking activities to earn rewards and how to unstake when necessary.
* [**Bridge**](/merlin-docs/user-quick-start/how-to/bridge.md): Utilizing the bridge functionality to transfer assets between Merlin Chain and other blockchain networks.

These sections will provide you with detailed, step-by-step instructions to ensure you can perform these operations confidently.

#### Step-by-step Video Tutorial

For a visual walkthrough, please check out our comprehensive [YouTube Tutorial](https://www.youtube.com/watch?v=IOI4KtKMvio\&list=PLo35i7l--xz-PeaQ0y3mthr9g8ivRDj2M\&index=2) that complements this written guide. The tutorial will guide you through the setup and usage processes, making it even easier to get started.


---

# 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.merlinchain.io/merlin-docs/user-quick-start.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.
