# 概述

本章面向第一次接触加密钱包或稳定币的用户。在 Market.Cards 上手并不复杂：你需要一个登录方式，它同时就是你的账户；再准备一些用于认购与交易的 USDC。整体流程分为三步：注册、充值、开始交易。

在此之前，先了解两个基础概念。平台上的认购与交易均以 USDC 结算，USDC 是一种与美元 1:1 挂钩的稳定币。我们的平台运行在 Base 链上，这是一条由 Coinbase 孵化、构建于以太坊之上的二层公链。

你在平台中看到的余额，本质上即为 Base 网络上的 USDC，但在大多数操作中，你无需直接面对区块链的复杂性。


---

# 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.market.cards/documentation/zh/xin-shou-shang-shou-zhi-nan/gai-shu.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.
