> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/jiao-yi/qian-bao-ji-chu.md).

# 钱包基础

### 创建钱包

* 点击 Create 创建一个新的钱包
* 钱包私钥由 [Turnkey](https://www.turnkey.com/) 生成并安全托管
* 向钱包充值后即可开始交易

<figure><img src="/files/2FKVeU8sqmg4udGt3aTF" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
在 Frontrun 中创建的新钱包由 [Turnkey](https://www.turnkey.com/) 提供支持。

私钥通过 Turnkey 的基础设施生成并安全存储，Frontrun 无法访问你的私钥。
{% endhint %}

### 提现资金

1. 选择你要提现的钱包
2. 点击 Send，输入接收地址和提现金额
3. 确认交易详情并提交交易

<figure><img src="/files/vgH30TYprV4rppTrDFQH" alt=""><figcaption></figcaption></figure>


---

# 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.frontrun.pro/cn/jiao-yi/qian-bao-ji-chu.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.
